summaryrefslogtreecommitdiff
path: root/rhautoimport-er
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-01-19 12:54:05 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-01-19 12:54:05 (GMT)
commite68f1ffd419d7c38ac12505ccd8e5bd1a29b6fa8 (patch)
treecf34961b022cfef7a0cb8046d2b19ec8958aea97 /rhautoimport-er
parentabfb206858707ff44cf9c9c90f478b01311c2a9b (diff)
added link to import web interface after 'manual' reminder
Diffstat (limited to 'rhautoimport-er')
-rwxr-xr-xrhautoimport-er2
1 files changed, 2 insertions, 0 deletions
diff --git a/rhautoimport-er b/rhautoimport-er
index dca673e..74d6ab1 100755
--- a/rhautoimport-er
+++ b/rhautoimport-er
@@ -145,6 +145,7 @@ for my $entry ($feed->entries) {
if(!rhautoimport::check_file_extension($file)) {
print "\n\nThe extension of the matching file '". $file . "' seems to be wrong - manual import necessary!!!\n";
+ print "\n\n --> https://import.helsinki.at/shows/$show_id\n";
exit 1;
}
@@ -157,6 +158,7 @@ if($uri eq "") {
print "No Entry for #$broadcast_num (there are no new shows available) - ";
if($LAST_RUN) {
print "giving up, manual import necessary!!!\n";
+ print "\n\n --> https://import.helsinki.at/shows/$show_id\n";
} else {
print "will retry later\n";
}