[tapx-dev] [commit][217] Added 5.9.5, message about how to get repo.

andy at hexten.net andy at hexten.net
Fri Aug 10 03:50:44 BST 2007


Revision: 217
Author:   andy
Date:     2007-08-10 03:50:43 +0100 (Fri, 10 Aug 2007)

Log Message:
-----------
Added 5.9.5, message about how to get repo.

Of course the config needs to live in a separate file - but it's late...

Modified Paths:
--------------
    trunk/MANIFEST.SKIP
    trunk/smoke/smoke.pl

Modified: trunk/MANIFEST.SKIP
===================================================================
--- trunk/MANIFEST.SKIP	2007-08-10 02:28:03 UTC (rev 216)
+++ trunk/MANIFEST.SKIP	2007-08-10 02:50:43 UTC (rev 217)
@@ -24,4 +24,4 @@
 ^TODO$
 ^TH_TODO$
 ^perltidyrc$
-
+^smoke/
\ No newline at end of file

Modified: trunk/smoke/smoke.pl
===================================================================
--- trunk/smoke/smoke.pl	2007-08-10 02:28:03 UTC (rev 216)
+++ trunk/smoke/smoke.pl	2007-08-10 02:50:43 UTC (rev 217)
@@ -22,6 +22,7 @@
     '5.8.6' => '/home/andy/Works/Perl/versions/5.8.6',
     '5.8.7' => '/home/andy/Works/Perl/versions/5.8.7',
     '5.8.8' => '/usr',
+    '5.9.5' => '/home/andy/Works/Perl/versions/5.9.5',
 );
 
 my @CONFIG = (
@@ -77,6 +78,9 @@
 
     my $fh = $msg->open;
 
+    print $fh "To obtain this release use the following command:\n\n";
+    print $fh "  svn checkout -r$cur_rev $repo->{svn}\n";
+
     for my $version ( sort keys %PERLS ) {
         my $path = $PERLS{$version};
         my $chunk = test_against_perl( $version, $path, $repo, $Status );




More information about the tapx-dev mailing list