abolish tag to use branch to get daisy from upstream 31/31331/2
authorzhouya <zhou.ya@zte.com.cn>
Wed, 22 Mar 2017 08:18:30 +0000 (16:18 +0800)
committerzhouya <zhou.ya@zte.com.cn>
Wed, 22 Mar 2017 08:33:17 +0000 (16:33 +0800)
Change-Id: I3bcc1e6d9cbcb2974fc9246a3b1559f9b988d530
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
ci/build_rpm/build_rpms_docker.sh

index 55b2e16..caeb005 100755 (executable)
@@ -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