INN commit: trunk/support (mksnapshot)
INN Commit
Russ_Allbery at isc.org
Sun Mar 1 18:48:50 UTC 2009
Date: Sunday, March 1, 2009 @ 10:48:50
Author: iulius
Revision: 8369
Do not build INN when making a beta or RC release.
Modified:
trunk/support/mksnapshot
------------+
mksnapshot | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
Modified: mksnapshot
===================================================================
--- mksnapshot 2009-03-01 18:20:59 UTC (rev 8368)
+++ mksnapshot 2009-03-01 18:48:50 UTC (rev 8369)
@@ -51,17 +51,16 @@
echo "$0: no version specified for $tree" >&2
exit 1
fi
+else
+ exec > snapshot.log 2>&1
+
+ ./autogen
+ ./configure
+ make warnings
+ make test
+ make check-manifest
fi
-
-exec > snapshot.log 2>&1
-
-./autogen
-./configure
-make warnings
-make test
-make check-manifest
-
if [ "$tree" = "BETA" -o "$tree" = "RC" ] ; then
cat > README.$extension <<EOF
More information about the inn-committers
mailing list