[debian-edu-commits] debian-edu/ 01/01: Force mail_stats_to_list to be a bash script.
Holger Levsen
holger at layer-acht.org
Sun Jun 19 12:41:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository debian-edu-doc.
commit f88414fe009b6280b1198d962124b9acbe8291f6
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Jun 19 14:41:08 2016 +0200
Force mail_stats_to_list to be a bash script.
---
debian/changelog | 1 +
debian/mail_stats_to_list | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d4e0427..936c0f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ debian-edu-doc (1.902~20160604) UNRELEASED; urgency=medium
* Update package descriptions to reflect the fact that we are shipping
manuals for three releases currently, plus mention some new translations
of the Rosegarden and Audacity manuals.
+ * Force mail_stats_to_list to be a bash script.
[ Wolfgang Schweer ]
* Adjust Makefile.common: use Xetex to build the Japanese PDF manual,
diff --git a/debian/mail_stats_to_list b/debian/mail_stats_to_list
index 1b8098f..acd7271 100755
--- a/debian/mail_stats_to_list
+++ b/debian/mail_stats_to_list
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Copyright 2009,2010,2013,2014,2015 Holger Levsen (holger at layer-acht.org)
#
@@ -18,9 +18,9 @@
#
# send reminders about the status of the package
-# run via cron by holger on ravel.debian.org
+# run via cron by holger on paradis.debian.org
#
-# holger at ravel:~$ crontab -l
+# holger at paradis:~$ crontab -l
# # m h dom mon dow command
# # run on the 2nd and 4th sunday of a month
# 23 1 8-14,22-28 * 0 test `/bin/date +\%w` -eq 0 && /home/holger/debian-edu-doc/debian/mail_stats_to_list
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git
More information about the debian-edu-commits
mailing list