Merge "Make tinyipa and tinyipa-opensuse-423 work for other repos"

This commit is contained in:
Zuul 2017-12-04 07:59:43 +00:00 committed by Gerrit Code Review
commit ee226e6f5e
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
trap cleanup EXIT
cat > $CLONEMAP << EOF
clonemap:
- name: $ZUUL_PROJECT
- name: openstack/bifrost
dest: .
EOF
# zuul cloner works poorly if there are 2 names that are the
@ -33,7 +33,7 @@
EOF
fi
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
git://git.openstack.org $ZUUL_PROJECT openstack/requirements
git://git.openstack.org openstack/bifrost openstack/requirements
# REQS_DIR is not set for openstack/requirements and there is also
# no need to copy in this case.
if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then

View File

@ -20,7 +20,7 @@
trap cleanup EXIT
cat > $CLONEMAP << EOF
clonemap:
- name: $ZUUL_PROJECT
- name: openstack/bifrost
dest: .
EOF
# zuul cloner works poorly if there are 2 names that are the
@ -32,7 +32,7 @@
EOF
fi
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
git://git.openstack.org $ZUUL_PROJECT openstack/requirements
git://git.openstack.org openstack/bifrost openstack/requirements
# REQS_DIR is not set for openstack/requirements and there is also
# no need to copy in this case.
if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then