summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54921a5)
raw | patch | inline | side by side (parent: 54921a5)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 13 May 2003 22:23:16 +0000 (22:23 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 13 May 2003 22:23:16 +0000 (22:23 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@507 f882894a-f735-0410-b71e-b25c423dba1c
tools/sfsnapshot | patch | blob | history |
diff --git a/tools/sfsnapshot b/tools/sfsnapshot
index 60b2cef9e22b4355226ea21d9f9b93854174e7e7..e3e212eb3cc5875da64546bc50a928480d91d73c 100755 (executable)
--- a/tools/sfsnapshot
+++ b/tools/sfsnapshot
sed 's/^VER=.*/VER=$v$DS/;s/^REL=.*/REL=snapshot/' configure.in > configure.tmp
mv configure.tmp configure.in
- aclocal -I lib
- autoheader
- autoconf
- automake --add-missing --copy
- autoreconf
+ tools/setup
./configure
# Make the Nagiosplug dist tarball
# Create MD5 sum
ssh $OUT_SERVER << EOF
cd $OUT
-md5sum *.gz > MD5SUM
+cat <<-END_README > README
+This is the daily CVS snapshot of nagiosplug, consisting of the CVS HEAD
+and any other branches
+The MD5SUM is:
+END_README
+md5sum *.gz | tee -a README > MD5SUM
EOF
rm -f $files