Update package script and readme for 0.1.8

This commit is contained in:
Cameron Sparr 2015-09-04 12:53:23 -06:00
parent 68e41f130c
commit 6d42973d7c
2 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@ are some InfluxDB compatibility requirements:
* InfluxDB 0.9.2 and prior requires Telegraf 0.1.4
Latest:
* http://get.influxdb.org/telegraf/telegraf_0.1.7_amd64.deb
* http://get.influxdb.org/telegraf/telegraf-0.1.7-1.x86_64.rpm
* http://get.influxdb.org/telegraf/telegraf_0.1.8_amd64.deb
* http://get.influxdb.org/telegraf/telegraf-0.1.8-1.x86_64.rpm
0.1.4:
* http://get.influxdb.org/telegraf/telegraf_0.1.4_amd64.deb

View File

@ -307,8 +307,8 @@ if [ "$CIRCLE_BRANCH" == "" ]; then
# Upload binaries
for b in ${BINS[*]}; do
bin = $GOPATH_INSTALL/bin/$b
zippedbin = $b_$VERSION_linux_x86_64.tar.gz
bin=$GOPATH_INSTALL/bin/$b
zippedbin=$b_$VERSION_linux_x86_64.tar.gz
# Zip the binary
tar -zcf $TMP_WORK_DIR/$zippedbin $bin
echo "Uploading binary: $zippedbin to S3"