Author: ryan52-guest
Date: 2009-08-30 04:39:55 +0000 (Sun, 30 Aug 2009)
New Revision: 1975
Modified:
trunk/debian/changelog
trunk/scripts/debcheckout.pl
Log:
debcheckout: use bzr+ssh instead of sftp, thanks to Colin Watson for
the patch (Closes: #526068)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-08-30 04:36:28 UTC (rev 1974)
+++ trunk/debian/changelog 2009-08-30 04:39:55 UTC (rev 1975)
@@ -52,8 +52,10 @@
* Add myself to Uploaders
* debchange: add support for using --package with -i to change the
source package name (Closes: #515885)
+ * debcheckout: use bzr+ssh instead of sftp, thanks to Colin Watson for
+ the patch (Closes: #526068)
- -- Ryan Niebur <[email protected]> Sat, 29 Aug 2009 21:35:02 -0700
+ -- Ryan Niebur <[email protected]> Sat, 29 Aug 2009 21:39:38 -0700
devscripts (2.10.53) unstable; urgency=low
Modified: trunk/scripts/debcheckout.pl
===================================================================
--- trunk/scripts/debcheckout.pl 2009-08-30 04:36:28 UTC (rev 1974)
+++ trunk/scripts/debcheckout.pl 2009-08-30 04:39:55 UTC (rev 1975)
@@ -385,7 +385,7 @@
switch ($repo_type) {
case "bzr" {
- $url =~ s|^[\w+]+://(bzr\.debian\.org)/(.*)|sftp://$user$1/bzr/$2|;
+ $url =~
s|^[\w+]+://(bzr\.debian\.org)/(.*)|bzr+ssh://$user$1/bzr/$2|;
$url =~
s[^\w+://(?:(bazaar|code)\.)?(launchpad\.net/.*)][bzr+ssh://${user}bazaar.$2];
}
case "darcs" {
--
To unsubscribe, send mail to [email protected].