From 9ae1cd8f91aa6b53404e66588679d852d3972bcd Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Fri, 27 Sep 2013 23:10:53 +0200 Subject: tools: Remove Drupal/SourceForge scripts We moved our web site away from Drupal and the snapshots/guidelines away from SourceForge. The new infrastructure scripts will be maintained in a separate repository together with the Markdown source of the new web site. --- tools/np_build_from_sf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 tools/np_build_from_sf (limited to 'tools/np_build_from_sf') diff --git a/tools/np_build_from_sf b/tools/np_build_from_sf deleted file mode 100755 index 7ba349a6..00000000 --- a/tools/np_build_from_sf +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -set -xeu - -temp=$(mktemp -d) -trap "cd $HOME; rm -rf $temp; exit 1" EXIT -curl -sS http://nagiosplug.sourceforge.net/snapshot/nagios-plugins-HEAD.tar.gz|tar -C "$temp" --strip-components=1 -xzf - -cd $temp -./configure && make -$HOME/bin/update_man_pages - -- cgit v1.2.3-74-g34f1