diff options
author | Michal Skalski <mskalski@mirantis.com> | 2015-10-19 16:46:32 +0200 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2015-10-19 21:27:34 +0000 |
commit | ad790a995855219ce876880f00ad59a8ffa2b2d9 (patch) | |
tree | bbb03d48e75f499694d7f25023fd3a85cf564771 | |
parent | 75206d4df362202c27dd1e7b7dcd810f37a69253 (diff) |
Update addresses of fuel repositories
As described on this page [1] stackforge git namespace is deprecated.
Fuel together with associate projects (plugins etc.) is now moving to
openstack namespace.
[1] https://wiki.openstack.org/wiki/Stackforge_Namespace_Retirement
Change-Id: Id843e5512f27c9c106afbc2dc33a4fb322abb639
-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 |