INN commit: trunk (Makefile support/mksnapshot)

INN Commit Russ_Allbery at isc.org
Mon Nov 17 12:00:49 UTC 2008


    Date: Monday, November 17, 2008 @ 04:00:49
  Author: iulius
Revision: 8165

Add a README.beta file.

Modified:
  trunk/Makefile
  trunk/support/mksnapshot

--------------------+
 Makefile           |    1 +
 support/mksnapshot |   22 +++++++++++++++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)

Modified: Makefile
===================================================================
--- Makefile	2008-11-17 11:07:43 UTC (rev 8164)
+++ Makefile	2008-11-17 12:00:49 UTC (rev 8165)
@@ -238,6 +238,7 @@
 	    cp $$f $(SNAPDIR)/$$f ; \
 	done
 	if [ "x$(SNAPNUMBER)" != "x" ] ; then \
+	    cp README.beta $(SNAPDIR)/ ; \
 	    sed 's/= prerelease/= b$(SNAPNUMBER) version/' \
 	        Makefile.global.in > $(SNAPDIR)/Makefile.global.in ; \
 	else \

Modified: support/mksnapshot
===================================================================
--- support/mksnapshot	2008-11-17 11:07:43 UTC (rev 8164)
+++ support/mksnapshot	2008-11-17 12:00:49 UTC (rev 8165)
@@ -49,7 +49,25 @@
 make test
 make check-manifest
 
-cat > README.snapshot <<EOF
+if [ "$tree" = "BETA" ] ; then
+
+    cat > README.beta <<EOF
+This is a beta release of the current development version of INN.
+It was made on:
+
+    `date -u +"%B %e, %Y @ %I:%M %p %Z"`
+
+Although it should work fine, this code should still be considered
+experimental.  If you find any bugs, we'd like to know at
+<inn-bugs at isc.org>.
+
+Your feedback is also more than welcome on the <inn-workers at isc.org>
+mailing list.  See README for more information.
+EOF
+
+else
+
+    cat > README.snapshot <<EOF
 This is a snapshot of the current development version of INN, pulled
 automatically from the Subversion repository.  It was made on:
 
@@ -64,4 +82,6 @@
 <inn-workers at isc.org> mailing list.  See README for more information.
 EOF
 
+fi
+
 make snapshot SNAPSHOT="$tree" SNAPDATE="$date" SNAPNUMBER="$number"




More information about the inn-committers mailing list