[Piuparts-commits] [piuparts] 01/02: conf/crontab-master.in: try to run piuparts-report three times a day instead of four, which hasn't worked out for a long time.
Holger Levsen
holger at layer-acht.org
Mon Mar 6 21:43:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit e102b6cf5c46c5b7bf784c50e8f864c48f5eab13
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Mar 6 22:41:40 2017 +0100
conf/crontab-master.in: try to run piuparts-report three times a day instead of four, which hasn't worked out for a long time.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
conf/crontab-master.in | 4 ++--
debian/changelog | 2 ++
htdocs/index.tpl | 7 ++++++-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/conf/crontab-master.in b/conf/crontab-master.in
index 5f4e1e9..0ae9d11 100644
--- a/conf/crontab-master.in
+++ b/conf/crontab-master.in
@@ -6,10 +6,10 @@
@reboot @sharedir@/piuparts/master/master_cleanup
#
-# generate reports twice a day
+# generate reports tree times a day (if this doesnt work, do it twice… at 0,12)
# (dinstall runs 1|7|13|19:52, so this is long after mirror pushes...)
#
-0 0,6,12,18 * * * @sharedir@/piuparts/master/generate_daily_report
+0 0,8,16 * * * @sharedir@/piuparts/master/generate_daily_report
#
# reschedule old logs twice a day
diff --git a/debian/changelog b/debian/changelog
index b29f374..7b6c072 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -70,6 +70,8 @@ piuparts (0.76) UNRELEASED; urgency=medium
parallel.
* update-piuparts-(master|slave)-setup: touch $PIUPARTS_TMPDIR/.nobackup to
exclude it from backups made by DSA.
+ * conf/crontab-master.in: try to run piuparts-report three times a day
+ instead of four, which hasn't worked out for a long time.
[ Michael Stapelberg ]
* Add support for logging update-alternatives calls using optional
diff --git a/htdocs/index.tpl b/htdocs/index.tpl
index 1c8e6df..aa7aa1b 100644
--- a/htdocs/index.tpl
+++ b/htdocs/index.tpl
@@ -59,7 +59,7 @@
</tr>
<tr class="normalrow">
<td class="contentcell2">
- These pages are updated every six hours.
+ These pages are updated every eight hours.
</td>
</tr>
<tr class="normalrow">
@@ -74,6 +74,11 @@
</tr>
<tr class="normalrow">
<td class="contentcell2">
+ <b>2017-03-06</b> Try to update the webpages three times a day instead of four. In the past the updates took longer than six hours, so effectivly only two updates per day were done.
+ </td>
+ </tr>
+ <tr class="normalrow">
+ <td class="contentcell2">
<b>2017-02-27</b> Thanks again to DSA, <a href="https://munin.debian.org/debian.org/pejacevic.debian.org/cpu.html">pejacevic.debian.org</a> is now a quad-core system instead of the single core system it was until now.
</td>
</tr>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list