Author: jamessan
Date: 2009-11-20 03:37:55 +0000 (Fri, 20 Nov 2009)
New Revision: 2025

Modified:
   trunk/debian/changelog
   trunk/scripts/debsign.1
   trunk/scripts/debsign.sh
Log:
debsign: Update the dcut reference to point to ftp.upload.debian.org instead of 
ftp-master.debian.org.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2009-11-20 00:34:27 UTC (rev 2024)
+++ trunk/debian/changelog      2009-11-20 03:37:55 UTC (rev 2025)
@@ -23,6 +23,8 @@
       dpkg-parsechangelog.
   * who-uploads: Set a 30 second timeout when invoking wget instead of using
     wget's default 900 second timeout.  (Closes: #541732)
+  * debsign: Update the dcut reference to point to ftp.upload.debian.org
+    instead of ftp-master.debian.org.
 
   [ Ryan Niebur ]
   * add w3m to suggests for grep-excuses -w, check for it at runtime too

Modified: trunk/scripts/debsign.1
===================================================================
--- trunk/scripts/debsign.1     2009-11-20 00:34:27 UTC (rev 2024)
+++ trunk/scripts/debsign.1     2009-11-20 03:37:55 UTC (rev 2025)
@@ -20,7 +20,7 @@
 directory.
 .PP
 If a \fI.commands\fR file is specified it is first validated (see the
-details at \fIftp://ftp-master.debian.org/pub/UploadQueue/README\fR),
+details at \fIftp://ftp.upload.debian.org/pub/UploadQueue/README\fR),
 and the name specified in the Uploader field is used for signing.
 .PP
 This utility is useful if a developer must build a package on one

Modified: trunk/scripts/debsign.sh
===================================================================
--- trunk/scripts/debsign.sh    2009-11-20 00:34:27 UTC (rev 2024)
+++ trunk/scripts/debsign.sh    2009-11-20 03:37:55 UTC (rev 2025)
@@ -570,7 +570,7 @@
        }
 
        # simple validator for .commands files, see
-       # ftp://ftp-master.debian.org/pub/UploadQueue/README
+       # ftp://ftp.upload.debian.org/pub/UploadQueue/README
        perl -ne 'BEGIN { $uploader = 0; $incommands = 0; }
               END { exit $? if $?;
                     if ($uploader && $incommands) { exit 0; }
@@ -598,7 +598,7 @@
                  if (/./) { die ".commands file: extra stuff after Commands 
field!\n"; }
               }' $commands || {
        echo "$PROGNAME: .commands file appears to be invalid. see:
-ftp://ftp-master.debian.org/pub/UploadQueue/README
+ftp://ftp.upload.debian.org/pub/UploadQueue/README
 for valid format" >&2;
        exit 1; }
 



-- 
To unsubscribe, send mail to [email protected].

Reply via email to