diff options
author | 2018-04-03 11:03:06 +0800 | |
---|---|---|
committer | 2018-04-03 11:03:06 +0800 | |
commit | 46fe1b25f49dc0385ad0c81098ca34e96364f30c (patch) | |
tree | 56541359827762345dfc259b87711e6a6c4ded1d /ci | |
parent | 899b9d234ad7729f98370a73202538715a6bf760 (diff) |
re-point to upstream stable/queens
Change-Id: Iee938b95b15a2780f04c118f0bf42e1aeb5cc9ec
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/build_rpm/build_rpms_docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_rpm/build_rpms_docker.sh b/ci/build_rpm/build_rpms_docker.sh index 0b488944..184860c6 100755 --- a/ci/build_rpm/build_rpms_docker.sh +++ b/ci/build_rpm/build_rpms_docker.sh @@ -34,7 +34,7 @@ do cnt=$[cnt + 1] echo -e "\n\n\n*** Starting build attempt # $cnt" - git clone https://git.openstack.org/openstack/daisycloud-core --branch stable/pike --depth 1 + git clone https://git.openstack.org/openstack/daisycloud-core --depth 1 cp $rpm_build_dir/code/makefile_patch.sh daisycloud-core/tools/setup cp $rpm_build_dir/code/install_interface_patch.sh daisycloud-core/tools/setup |