diff options
-rw-r--r-- | fuel/build/config.mk | 2 | ||||
-rw-r--r-- | fuel/build/f_isoroot/f_odlpluginbuild/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fuel/build/config.mk b/fuel/build/config.mk index e9a5320f4..d13a59b68 100644 --- a/fuel/build/config.mk +++ b/fuel/build/config.mk @@ -8,7 +8,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -FUEL_MAIN_REPO := https://github.com/stackforge/fuel-main +FUEL_MAIN_REPO := https://github.com/openstack/fuel-main FUEL_MAIN_TAG = stable/6.1 DOCKER_REPO := http://get.docker.com/builds/Linux/x86_64 diff --git a/fuel/build/f_isoroot/f_odlpluginbuild/Makefile b/fuel/build/f_isoroot/f_odlpluginbuild/Makefile index bc925e087..5b10de9b2 100644 --- a/fuel/build/f_isoroot/f_odlpluginbuild/Makefile +++ b/fuel/build/f_isoroot/f_odlpluginbuild/Makefile @@ -9,7 +9,7 @@ TOP := $(shell pwd) ODL_BRANCH=juno/lithium-sr1 -ODL_REPO="https://github.com/stackforge/fuel-plugin-opendaylight.git" +ODL_REPO="https://github.com/openstack/fuel-plugin-opendaylight.git" .PHONY: all all: .odlbuild |