From d2fbe2895ac8d73c7661520b598034681bdbf24a Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sat, 18 Jan 2014 22:15:24 +0100 Subject: bin/build-*: Replace "nagios-plugins" Replace "nagios-plugins" with "monitoring-plugins" in our build scripts. --- bin/build-snapshot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/build-snapshot') diff --git a/bin/build-snapshot b/bin/build-snapshot index 2e7b74a..4c016c5 100755 --- a/bin/build-snapshot +++ b/bin/build-snapshot @@ -20,7 +20,7 @@ export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' prefix='/home/plugins' keep_days=2 snapshot_dir="$prefix/web/download/snapshot" -repository="$prefix/repositories/nagios-plugins.git" +repository="$prefix/repositories/monitoring-plugins.git" branches=${*:-'maint master pu'} myself=${0##*/} @@ -46,8 +46,8 @@ create_snapshot() fi version=$(git describe --abbrev=4 'HEAD' | sed 's/release-//') - tarball="nagios-plugins-$version.tar.gz" - symlink="nagios-plugins-$branch.tar.gz" + tarball="monitoring-plugins-$version.tar.gz" + symlink="monitoring-plugins-$branch.tar.gz" if [ ! -e "$snapshot_dir/$tarball" ] then -- cgit v1.2.3-74-g34f1