Add changelog for 0.17.0

This commit is contained in:
Fabian Reinartz
2016-01-27 16:09:38 +01:00
parent 999b1d23e0
commit b040827945
2 changed files with 55 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ for GOOS in "darwin" "freebsd" "linux" "windows"; do
echo " > $tarball"
mkdir -p "${tarball_dir}"
cp -a "prometheus${ext}" "promtool${ext}" consoles console_libraries "${tarball_dir}"
tar --owner=root --group=root -czf "${tarball}" "${tarball_dir}"
tar -czf "${tarball}" "${tarball_dir}"
rm -rf "${tarball_dir}"
rm "prometheus${ext}" "promtool${ext}"
done