summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-03-17 13:51:34 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-03-17 13:53:46 (GMT)
commitc37171a835f9a6abf45c8fef5f1564ed02e4d611 (patch)
tree35afe6cf09473743ec42959c39e35d06e5055801
parentf7fdc05ca1246fb938cdabc56cbe19422cc854ba (diff)
btl and oi has been moved to monday
-rw-r--r--debian/changelog6
-rwxr-xr-xrhautoimport-btl2
-rwxr-xr-xrhautoimport-oi2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f4296b..f71083c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rhautoimport (5-1) unstable; urgency=medium
+
+ * btl and oi has been moved up to Monday
+
+ -- Christian Pointner <equinox@helsinki.at> Thu, 17 Mar 2016 14:51:39 +0100
+
rhautoimport (4-1) unstable; urgency=medium
* fixed permission for request file
diff --git a/rhautoimport-btl b/rhautoimport-btl
index d50873e..cbeb8bf 100755
--- a/rhautoimport-btl
+++ b/rhautoimport-btl
@@ -69,7 +69,7 @@ my $show_title = $allowed_dbs[0]->{'SHOWTITLE'};
my @today = Date::Calc::Today();
my @import_date = Date::Calc::Add_Delta_Days(@today, 7);
@import_date = Date::Calc::Standard_to_Business(@import_date);
-$import_date[2] = 2;
+$import_date[2] = 1;
my @broadcast_date = @import_date;
$broadcast_date[2] = 5;
diff --git a/rhautoimport-oi b/rhautoimport-oi
index dad499b..987a700 100755
--- a/rhautoimport-oi
+++ b/rhautoimport-oi
@@ -70,7 +70,7 @@ my $show_title = $allowed_dbs[0]->{'SHOWTITLE'};
my @today = Date::Calc::Today();
my @import_date = Date::Calc::Add_Delta_Days(@today, 7);
@import_date = Date::Calc::Standard_to_Business(@import_date);
-$import_date[2] = 2;
+$import_date[2] = 1;
@import_date = Date::Calc::Business_to_Standard(@import_date);
my $broadcast_num = `cat $LAST_FILE`;