chiark / gitweb /
autopkgtests: provide t-git and pari-extra_3-1.git.tar (not currently used)
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 70305040451becf05db4c4b67545111eb6b5219c..9b895b0350a7bc0cbf8b635b6c60779e648a1b24 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -465,6 +465,7 @@ our %defcfg = ('dgit.default.distro' => 'debian',
               'dgit-distro.test-dummy.git-path' => "$td/git",
               'dgit-distro.test-dummy.archive-query' => "dummycat:$td/aq",
               'dgit-distro.test-dummy.mirror' => "file://$td/mirror/",
+              'dgit-distro.test-dummy.upload-host' => 'test-dummy',
                );
 
 sub cfg {
@@ -763,7 +764,7 @@ sub archive_query_dummycat ($$) {
     }
     C->error and die "$dpath: $!";
     close C;
-    return @rows;
+    return sort { -version_compare_string($a->[0],$b->[0]); } @rows;
 }
 
 sub canonicalise_suite () {