summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-16 19:20:34 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-16 19:20:34 +0100
commite6bfa84ea0afc057e9331f3d6f35b235aa7da611 (patch)
tree7c4bdff7e1a0ace1985c762649ebf577d268efd6 /dgit
parent8b9c62a712a865440b0c56c0d6d45c53d7df1c29 (diff)
we have comp now
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 0 insertions, 1 deletions
diff --git a/dgit b/dgit
index c353b8e..da98bd5 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 $!;