diff options
Diffstat (limited to 'rhautoimport-ra')
-rwxr-xr-x | rhautoimport-ra | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rhautoimport-ra b/rhautoimport-ra index 14cbbf0..938749e 100755 --- a/rhautoimport-ra +++ b/rhautoimport-ra @@ -116,7 +116,7 @@ for my $entry ($feed->entries) { my $current_file = `cat $STAT_FILE`; if($current_file eq $file) { print "Already downloaded file of today\n"; - exit 0; + exit 42; } if(!rhautoimport::check_file_extension($file)) { print "\n\nThe extension of the matching file '". $file . "' seems to be wrong - manual import necessary!!!\n"; @@ -163,7 +163,7 @@ if($ret == 0) { print "\nImport Error:\n\n"; print $log; print "\n\nNot adding PV note!!"; - exit 1; + print "\n\nSince the import for the regular broadcast went through we will not retry this import!!!"; } } else { print "\nImport Error:\n\n"; |