Use git.openstack.org

git.openstack.org is our official repo, use that instead of the
github mirror which might be outdated.

Change-Id: I03f587de27bb4b7d4fd851753a0e44bcdaf19e46
This commit is contained in:
Andreas Jaeger 2015-12-29 20:38:13 +01:00
parent 46a97a6385
commit ad51b135bd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if [ $# -lt 2 ]; then
fi
TMPDIR=`mktemp -d`
git clone -b $2 https://github.com/openstack/$1 $TMPDIR/repo || error "clone failed"
git clone -b $2 https://git.openstack.org/openstack/$1 $TMPDIR/repo || error "clone failed"
cd $TMPDIR/repo
git archive -o $TMPDIR/repo.tar HEAD
tar tf $TMPDIR/repo.tar | sort -g > $TMPDIR/repo.contents