commit | 371a25328525ac16677ad721f725e81628f9d941 | [log] [tgz] |
---|---|---|
author | Mark McClain <mark@mcclain.xyz> | Tue May 07 12:12:29 2019 -0400 |
committer | Ian Wienand <iwienand@redhat.com> | Fri Jun 21 14:33:29 2019 +1000 |
tree | 270c03d8796dc60f32797c53cfdaaf5513833048 | |
parent | d5634c4723df4f6b597578a8588ad3730e4b5bbc [diff] [blame] |
Change the GIT_BASE default to https://opendev.org Change-Id: Ifcfce490edb3d77e4e436e002d35bc909e1a057c
diff --git a/stackrc b/stackrc index 3432fb6..4fc31a3 100644 --- a/stackrc +++ b/stackrc
@@ -237,7 +237,7 @@ # ------------ # Base GIT Repo URL -GIT_BASE=${GIT_BASE:-https://git.openstack.org} +GIT_BASE=${GIT_BASE:-https://opendev.org} # The location of REQUIREMENTS once cloned REQUIREMENTS_DIR=$DEST/requirements