INN commit: trunk/support (mksnapshot)

INN Commit Russ_Allbery at isc.org
Sun Nov 23 20:15:19 UTC 2008


    Date: Sunday, November 23, 2008 @ 12:15:19
  Author: eagle
Revision: 8189

Snapshot actions were accidentally commented out.

Modified:
  trunk/support/mksnapshot

------------+
 mksnapshot |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: mksnapshot
===================================================================
--- mksnapshot	2008-11-23 02:59:05 UTC (rev 8188)
+++ mksnapshot	2008-11-23 20:15:19 UTC (rev 8189)
@@ -43,11 +43,11 @@
 
 exec > snapshot.log 2>&1
 
-#./autogen
-#./configure
-#make warnings
-#make test
-#make check-manifest
+./autogen
+./configure
+make warnings
+make test
+make check-manifest
 
 if [ "$tree" = "BETA" ] ; then
 




More information about the inn-committers mailing list