r43805 - in /scripts/KGB: client/KGB_sendcommit debian/changelog

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Sep 7 09:09:28 UTC 2009


Author: dmn
Date: Mon Sep  7 09:09:24 2009
New Revision: 43805

URL: http://svn.debian.org/wsvn/?sc=1&rev=43805
Log:
fix population of default password and proxy for servers

Modified:
    scripts/KGB/client/KGB_sendcommit
    scripts/KGB/debian/changelog

Modified: scripts/KGB/client/KGB_sendcommit
URL: http://svn.debian.org/wsvn/scripts/KGB/client/KGB_sendcommit?rev=43805&op=diff
==============================================================================
--- scripts/KGB/client/KGB_sendcommit (original)
+++ scripts/KGB/client/KGB_sendcommit Mon Sep  7 09:09:24 2009
@@ -79,9 +79,9 @@
 unless @servers;
 
 for(@servers) {
-    $_->{password} = "" unless defined $_->{password};
-    $_->{timeout} ||= $timeout || 15,
-    $_->{proxy}   ||= $_->{uri}."?session=KGB",
+    $_->{password} = $password unless defined $_->{password};
+    $_->{timeout} ||= $timeout || 15;
+    $_->{proxy}   ||= $_->{uri}."?session=KGB";
 }
 die "repo-id not given\n" unless $repo_id;
 

Modified: scripts/KGB/debian/changelog
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/changelog?rev=43805&op=diff
==============================================================================
--- scripts/KGB/debian/changelog (original)
+++ scripts/KGB/debian/changelog Mon Sep  7 09:09:24 2009
@@ -4,6 +4,7 @@
   * use "dir" or "dirs" depending on the number (1 or greater)
   * avoid wrong trimming of changed paths when branch or module cannot be
     detected
+  * fix population of default password and proxy for servers
 
   [ gregor herrmann ]
   * debian/rules: simplify, and don't compress examples.




More information about the Pkg-perl-cvs-commits mailing list