pf-tools/pf-tools: 2 new changesets

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Tue Aug 19 16:14:42 UTC 2014


details:   http://hg.debian.org/hg/pf-tools/pf-tools/rev/94d10379af3c
changeset: 1317:94d10379af3c
user:      shad
date:      Tue Aug 19 18:14:25 2014 +0200
description:
how could this work on spawn but not on rdeploy?

details:   http://hg.debian.org/hg/pf-tools/pf-tools/rev/605277465995
changeset: 1318:605277465995
user:      shad
date:      Tue Aug 19 18:14:37 2014 +0200
description:
hint typo

diffstat:

 lib/PFTools/VCS/HG.pm      |  2 +-
 tools/Translate_old_config |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 069482f7049e -r 605277465995 lib/PFTools/VCS/HG.pm
--- a/lib/PFTools/VCS/HG.pm	Mon Aug 18 17:23:24 2014 +0200
+++ b/lib/PFTools/VCS/HG.pm	Tue Aug 19 18:14:37 2014 +0200
@@ -74,7 +74,7 @@
 
     if ( !$hg_cmd ) {
         if ( $hostname =~ /^$pf_config->{'regex'}->{'deploy_hosts'}/ ) {
-            $hg_cmd = q{hg clone } . q{/};
+            $hg_cmd = q{hg clone file://};
         }
         else {
             if ( $options->{'verbose'} ) {
diff -r 069482f7049e -r 605277465995 tools/Translate_old_config
--- a/tools/Translate_old_config	Mon Aug 18 17:23:24 2014 +0200
+++ b/tools/Translate_old_config	Tue Aug 19 18:14:37 2014 +0200
@@ -425,7 +425,7 @@
 
 if ( $options->{'output'} ) {
     foreach my $included_file (@included_list) {
-        print qq{You may want to run :\n$PROGRAM_NAME -o $options->{'type'} };
+        print qq{You may want to run :\n$PROGRAM_NAME -t $options->{'type'} };
         print( ( $options->{'site'} ne q{UNDEFINED} )
             ? qq{-s $options->{'site'} -i }
             : q{-i } );



More information about the pf-tools-commits mailing list