From: zhouya Date: Wed, 22 Mar 2017 08:18:30 +0000 (+0800) Subject: abolish tag to use branch to get daisy from upstream X-Git-Tag: 1.0.0~12^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=de048af950288b6615dfe175e676a753cd9d3f80;p=daisy.git abolish tag to use branch to get daisy from upstream Change-Id: I3bcc1e6d9cbcb2974fc9246a3b1559f9b988d530 Signed-off-by: zhouya --- diff --git a/ci/build_rpm/build_rpms_docker.sh b/ci/build_rpm/build_rpms_docker.sh index 55b2e164..caeb005b 100755 --- a/ci/build_rpm/build_rpms_docker.sh +++ b/ci/build_rpm/build_rpms_docker.sh @@ -14,7 +14,7 @@ rpm_build_dir=/opt/daisy4nfv rpm_output_dir=$rpm_build_dir/build_output tmp_rpm_build_dir=/home/cache/daisy4nfv -DAISYCORE_TAG=1.3.0 +DAISYCORE_TAG= if [[ -d $tmp_rpm_build_dir ]]; then rm -fr $tmp_rpm_build_dir @@ -41,7 +41,6 @@ do if [[ ! -z "$DAISYCORE_TAG" ]]; then pushd daisycloud-core git checkout $DAISYCORE_TAG - git fetch https://git.openstack.org/openstack/daisycloud-core refs/changes/91/441791/1 && git cherry-pick FETCH_HEAD popd fi