diff options
author | 2017-06-26 12:02:46 -0400 | |
---|---|---|
committer | 2017-06-26 12:15:34 -0400 | |
commit | 59450b35d3fddded17b125da4c82f8153585f16d (patch) | |
tree | 563815d79fadd4225247254311e3caefe15f4c39 /build | |
parent | fdd607899785ff8f3f838fcf744c79786f5349b0 (diff) |
Pin puppet-opendaylight for puppet 3.8 compatibility
Change-Id: Ib9052fafd601c7b269f0f6a3e98d83e63b07f12f
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build')
-rwxr-xr-x | build/overcloud-opendaylight.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/overcloud-opendaylight.sh b/build/overcloud-opendaylight.sh index 39a549d5..3eb09865 100755 --- a/build/overcloud-opendaylight.sh +++ b/build/overcloud-opendaylight.sh @@ -50,7 +50,7 @@ EOF rm -rf puppet-opendaylight git clone -b stable/carbon https://git.opendaylight.org/gerrit/integration/packaging/puppet-opendaylight pushd puppet-opendaylight > /dev/null -git archive --format=tar.gz --prefix=opendaylight/ HEAD > ${BUILD_DIR}/puppet-opendaylight-carbon.tar.gz +git archive --format=tar.gz --prefix=opendaylight/ 905c4059e0bd1d3a74f2c9613363c6c4d45d70f6 > ${BUILD_DIR}/puppet-opendaylight-carbon.tar.gz git checkout stable/boron git archive --format=tar.gz --prefix=opendaylight/ HEAD > ${BUILD_DIR}/puppet-opendaylight-boron.tar.gz popd > /dev/null |