]> mj.ucw.cz Git - bex.git/commitdiff
bex-run: There is no NOXREF status, it should be NOXFER :)
authorMartin Mares <mj@ucw.cz>
Mon, 12 Feb 2018 20:00:20 +0000 (21:00 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 12 Feb 2018 20:00:20 +0000 (21:00 +0100)
lib/bin/bex-run

index cd133fa82c73afe57d5d6e4fb090ea09a8126659..c0378fb28df332d0fab86980278999bcc4ac353b 100755 (executable)
@@ -160,7 +160,7 @@ sub run_complex_job($$$$) {
        # to avoid rsync relaxing permissions on the temporary directory.
        my $adir = $queue->attachment_dir($jid);
        `$BEX::Config::rsync_command $adir/ $host:$rtmp/attach/`;
-       !$? or return ('NOXREF', 'Attachment transfer failed');
+       !$? or return ('NOXFER', 'Attachment transfer failed');
 
        update_status($mach, $jid, 'RUN', $queue);
        my $lf = $queue->log_file($mach, $jid);