From ad790a995855219ce876880f00ad59a8ffa2b2d9 Mon Sep 17 00:00:00 2001 From: Michal Skalski Date: Mon, 19 Oct 2015 16:46:32 +0200 Subject: [PATCH] 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 --- fuel/build/config.mk | 2 +- 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 -- 2.16.6