INN commit: branches/2.6/support (mksnapshot)
INN Commit
rra at isc.org
Sun Jun 3 18:33:01 UTC 2018
Date: Sunday, June 3, 2018 @ 11:33:00
Author: eagle
Revision: 10290
Enable Perl and Python when testing snapshots
Modified:
branches/2.6/support/mksnapshot
------------+
mksnapshot | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: mksnapshot
===================================================================
--- mksnapshot 2018-06-03 18:32:50 UTC (rev 10289)
+++ mksnapshot 2018-06-03 18:33:00 UTC (rev 10290)
@@ -14,9 +14,9 @@
##
## This script takes one argument, a string representing what tree the
## snapshot is being taken from. Generally this string is either CURRENT or
-## STABLE.
-## If this argument is BETA or RC, a second argument is needed: the number
-## of the beta version (for instance b1 or b2) or the release candidate.
+## STABLE. If this argument is BETA or RC, a second argument is needed: the
+## number of the beta version (for instance b1 or b2) or the release
+## candidate.
##
## Examples of use:
##
@@ -55,7 +55,7 @@
exec > snapshot.log 2>&1
./autogen
- ./configure
+ ./configure --with-perl --with-python
make warnings
make test
make check-manifest
More information about the inn-committers
mailing list