chiark / gitweb /
we have comp now
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 16 Aug 2013 18:20:34 +0000 (19:20 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 16 Aug 2013 18:20:34 +0000 (19:20 +0100)
dgit

diff --git a/dgit b/dgit
index c353b8e2fd774db2bdcf1046b3afd6ac1b4e5af6..da98bd5c7926f2e1e49c58b37abb93a5d4aea9b1 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -246,7 +246,6 @@ sub canonicalise_suite () {
 
 sub get_archive_dsc () {
     my ($vsn,$subpath) = archive_query();
-    # fixme madison does not show us the component
     $dscurl = access_cfg('mirror').$subpath;
     $dscdata = url_get($dscurl);
     my $dscfh = new IO::File \$dscdata, '<' or die $!;