diff options
author | Markos Chandras <mchandras@suse.de> | 2018-05-04 20:20:46 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-06-06 16:37:21 +0100 |
commit | 41d49bfaa73bee43ad17addbdf75eec94fc3ecbb (patch) | |
tree | 1b473770c1c6ab811c2dac719a2154c13321fe41 /xci/scripts | |
parent | 246029cfa3b70cb3e5678a41187b214620f6d507 (diff) |
xci: osa: switch back from GitHub to OpenStack OSA repos
Switching to github.com for the gitclones did not make much of a
difference since we are still seeing randomg SSL failures during git
clones. So we can switch back to git://git.openstack.org hoping that
the git protocol will be more efficient than https. Moreover some
projects are moving away from github mirroring and this breaks our
tests.
Change-Id: I8188ec7cbfbf16eeb4634bd9a44b12a104ce1059
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/scripts')
-rwxr-xr-x | xci/scripts/update-osa-version-files.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xci/scripts/update-osa-version-files.sh b/xci/scripts/update-osa-version-files.sh index bb15fcba..42405a3f 100755 --- a/xci/scripts/update-osa-version-files.sh +++ b/xci/scripts/update-osa-version-files.sh @@ -96,10 +96,6 @@ fi cp $tempdir/openstack-ansible/playbooks/defaults/repo_packages/openstack_services.yml ${releng_xci_base}/installer/osa/files/. cp $tempdir/openstack-ansible/global-requirement-pins.txt ${releng_xci_base}/installer/osa/files/. -# Switch sources from git.openstack.org to github.com -sed -i "s@^src:.*git\.openstack\.org/\(.*\)@src: https://github\.com/\1@g" ${releng_xci_base}/installer/osa/files/ansible-role-requirements.yml -sed -i "s@\(^.*git_repo:\).*git\.openstack\.org/\(.*\)@\1 https://github\.com/\2@g" ${releng_xci_base}/installer/osa/files/openstack_services.yml - popd &> /dev/null printme "" |