[med-svn] r2395 - trunk/community/talks/200808_debconf8

tille at alioth.debian.org tille at alioth.debian.org
Wed Aug 6 22:38:26 UTC 2008


Author: tille
Date: 2008-08-06 22:38:25 +0000 (Wed, 06 Aug 2008)
New Revision: 2395

Modified:
   trunk/community/talks/200808_debconf8/get-archive-pages
Log:
Fixed regression


Modified: trunk/community/talks/200808_debconf8/get-archive-pages
===================================================================
--- trunk/community/talks/200808_debconf8/get-archive-pages	2008-08-06 20:07:21 UTC (rev 2394)
+++ trunk/community/talks/200808_debconf8/get-archive-pages	2008-08-06 22:38:25 UTC (rev 2395)
@@ -155,7 +155,7 @@
 				if ( $page != $pages ) { # handle following pages
 				    print "Warning: Page $page of $pages in $year/$month of $project\n";
 				    $page++;
-				    $url = "$url/thrd${page}.html";
+				    $url = "${URL}/${year}/${month}/thrd${page}.html";
 				} else {
 				    $url = '';
 				}




More information about the debian-med-commit mailing list