From 7167a5015e9cdbb3e24dea6c345f5482296bfdce Mon Sep 17 00:00:00 2001
From: Richard Guenther <rguenther@suse.de>
Date: Fri, 2 Mar 2012 11:30:44 +0000
Subject: [PATCH] crontab: Fix day-of-week.

2012-03-02  Richard Guenther  <rguenther@suse.de>

        * crontab: Fix day-of-week.

From-SVN: r184782
---
 maintainer-scripts/ChangeLog | 4 ++++
 maintainer-scripts/crontab   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 8c501068cba5..daa2b866c83d 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Richard Guenther  <rguenther@suse.de>
+
+	* crontab: Fix day-of-week.
+
 2012-03-02  Richard Guenther  <rguenther@suse.de>
 
 	* crontab: Update for 4.7 branching.
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab
index 2ab0797e88d5..26810cb70270 100644
--- a/maintainer-scripts/crontab
+++ b/maintainer-scripts/crontab
@@ -6,4 +6,4 @@
 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.5:branches/gcc-4_5-branch -l -d /sourceware/snapshot-tmp/gcc all
 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 4.6:branches/gcc-4_6-branch -l -d /sourceware/snapshot-tmp/gcc all
 #32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.7:branches/gcc-4_7-branch -l -d /sourceware/snapshot-tmp/gcc all
-32 22 * * 8 sh /home/gccadmin/scripts/gcc_release -s 4.8:trunk -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 4.8:trunk -l -d /sourceware/snapshot-tmp/gcc all
-- 
GitLab