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. diff --git a/bin/build-docs b/bin/build-docs index ee8811e..0bdcdb2 100755 --- a/bin/build-docs +++ b/bin/build-docs @@ -18,7 +18,7 @@ set -u export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' prefix='/home/plugins' -repository="$prefix/repositories/nagios-plugins.git" +repository="$prefix/repositories/monitoring-plugins.git" branch='master' guidelines="$prefix/web/work/guidelines.html" man_dir="$prefix/web/work/man" 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 v0.10-9-g596f