diff options
author | Tim Rozet <trozet@redhat.com> | 2017-10-04 15:36:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-04 15:36:43 +0000 |
commit | 6e7af7e195f509a6658d65874ff179568ff8fda4 (patch) | |
tree | 465391eb179bf9be3c8263d5c9fa0aeb99951d73 /build/barometer-install.sh | |
parent | 43f65e19443168ea7ab1d372902318c0129d6306 (diff) | |
parent | 6d59d776ef30c66e1a6312f5aeb9d1173e21d735 (diff) |
Merge "baro: update collectd-openstack branch" into stable/euphrates
Diffstat (limited to 'build/barometer-install.sh')
-rwxr-xr-x | build/barometer-install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/barometer-install.sh b/build/barometer-install.sh index 9e5dfc73..bde7479e 100755 --- a/build/barometer-install.sh +++ b/build/barometer-install.sh @@ -19,7 +19,7 @@ # puppet-barometer module. # Versions/branches -COLLECTD_OPENSTACK_PLUGINS_BRANCH="stable/ocata" +COLLECTD_OPENSTACK_PLUGINS_BRANCH="stable/pike" ARCH="6.el7.centos.x86_64.rpm" # don't fail because of missing certificate @@ -80,7 +80,7 @@ function barometer_pkgs { rm -rf collectd-openstack-plugins git clone $COLLECTD_OPENSTACK_REPO collectd-openstack-plugins pushd collectd-openstack-plugins - git checkout -b $COLLECTD_OPENSTACK_PLUGINS_BRANCH + git checkout $COLLECTD_OPENSTACK_PLUGINS_BRANCH git archive --format=tar.gz HEAD > ${BUILD_DIR}/collectd-openstack-plugins.tar.gz popd > /dev/null |