summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-10-04 15:36:34 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-04 15:36:34 +0000
commit992e5d6084ddea8d3bb65a92bd98b8789be3c703 (patch)
treec6f0ab8b75fc748e98d7e1ec998de1747d41fd6e
parentfa4fcdc5dd0c866e837e142f6eb164435fb0c1d4 (diff)
parent162408b69d15e62b7800e4711f81cf2638b10823 (diff)
Merge "baro: update collectd-openstack branch"
-rwxr-xr-xbuild/barometer-install.sh4
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