diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-03-09 06:39:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-09 06:39:06 +0000 |
commit | f9385eec67ad616ed3776d8800f3bc1f93e999c5 (patch) | |
tree | 2f8b42fb3c7b7754cc339ebb160107b2eab170d8 | |
parent | e9990329cf7a9bf9978dad9587f5a2026214cbfa (diff) | |
parent | 26570a502b631138e486061a97dd956704e9f90b (diff) |
Merge "add patch from upstream to fit bm deploy"
-rwxr-xr-x | ci/build_rpm/build_rpms_docker.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/build_rpm/build_rpms_docker.sh b/ci/build_rpm/build_rpms_docker.sh index bd0e0878..55b2e164 100755 --- a/ci/build_rpm/build_rpms_docker.sh +++ b/ci/build_rpm/build_rpms_docker.sh @@ -41,6 +41,7 @@ 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 |