X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=da98bd5c7926f2e1e49c58b37abb93a5d4aea9b1;hp=c353b8e2fd774db2bdcf1046b3afd6ac1b4e5af6;hb=e6bfa84ea0afc057e9331f3d6f35b235aa7da611;hpb=8b9c62a712a865440b0c56c0d6d45c53d7df1c29 diff --git a/dgit b/dgit index c353b8e2..da98bd5c 100755 --- 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 $!;