chiark / gitweb /
dgit-repos-server: tag2upload: Improve a message
[dgit.git] / infra / dgit-repos-server
index 6a98efb840f0de71e013bb666701b88bf198a838..82b2c438a983968d7586e5cfa2929160c79934fd 100755 (executable)
@@ -1149,7 +1149,6 @@ sub mode_tag2upload () {
 
     # This is for us.  From now on, we will capture errors to
     # be emailed to the tagger.
-    # TODO: failures to git fetch from salsa will burn a version
 
     open H, ">>dgit-tmp/tagupl.email" or die $!;
     print H <<END or die $!;
@@ -1225,7 +1224,7 @@ END
        $distro_ok ||= $gotdistro eq $distro;
     };
 
-    $quit->("other distro") unless $distro_ok;
+    $quit->("not for this distro") unless $distro_ok;
 
     reject "missing \"$_\"" foreach keys %need;