Use git.openstack.org everywhere
Our official git master is at git.openstack.org, update places that use github instead. Change-Id: If034ea62ebe6bbaecc366661fa6bb36ecf3f749b
This commit is contained in:
parent
22b3c00914
commit
aee46a47e8
@ -8,8 +8,8 @@ General
|
|||||||
Grenade is written in POSIX shell script. It specifies BASH and is
|
Grenade is written in POSIX shell script. It specifies BASH and is
|
||||||
compatible with Bash 3.
|
compatible with Bash 3.
|
||||||
|
|
||||||
Grenade's official repository is located on GitHub at
|
Grenade's official repository is located at
|
||||||
https://github.com/openstack-dev/grenade.git.
|
https://git.openstack.org/cgit/openstack-dev/grenade.
|
||||||
|
|
||||||
|
|
||||||
Scripts
|
Scripts
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
SRC_DIR=$(cd $(dirname "$0") && pwd)
|
SRC_DIR=$(cd $(dirname "$0") && pwd)
|
||||||
|
|
||||||
# Set up some defaults if grenaderc is not present
|
# Set up some defaults if grenaderc is not present
|
||||||
GRENADE_REPO=https://github.com/openstack-dev/grenade.git
|
GRENADE_REPO=https://git.openstack.org/openstack-dev/grenade
|
||||||
GRENADE_DIR=${STACK_ROOT}/grenade
|
GRENADE_DIR=${STACK_ROOT}/grenade
|
||||||
GRENADE_BRANCH=master
|
GRENADE_BRANCH=master
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user