blob: c0a2c1ff75a27ea640273235f435a74eaf639975 [file] [log] [blame]
Jeremy Mordkoff50c2e862016-06-24 15:26:41 -04001# Copyright 2016 RIFT.IO Inc
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15# Settings that are global to this installation
16# MDG specific settings can be found in each MDG directory
17#
18# 24 June 2016 -- Jeremy Mordkoff -- Genesis
19#
20# base url for all repositories
21OSM_GIT_URL=https://osm.etsi.org/gerrit/osm
Jeremy Mordkoff35d6f242016-10-06 16:17:05 -070022#
23# OSM_USE_LOCAL_DEVOPS
24#
25# this option disables the clone inside the
26# the container and instead copies this directory tree
27# into the container. Very useful for testing
28# default is false
29#
30# OSM_USE_LOCAL_DEVOPS=true