[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-814-g9247b05
Andreas Beckmann
debian at abeckmann.de
Tue Jun 19 11:17:52 UTC 2012
The following commit has been merged in the develop branch:
commit d596a23733647a6a4dca95e06c8abb41bf6093ba
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Tue Jun 19 11:48:33 2012 +0200
comment cronjobs in the master/slave packages
do not enable the cronjobs by default without verification they still
work in the new master-slave .deb setup
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/Makefile b/Makefile
index cfeaf92..8a5006a 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ install-conf:
install -d $(etcdir)/cron.d
install -m 0644 home/piupartsm/crontab $(etcdir)/cron.d/piuparts-master
install -m 0644 home/piupartss/crontab $(etcdir)/cron.d/piuparts-slave
+ sed -i -r '/^[^#]+/s/^/#/' $(etcdir)/cron.d/piuparts-*
install -d $(etcdir)/piuparts/known_problems
for fl in home/piupartsm/bin/known_problems/* ; do\
diff --git a/TODO b/TODO
index 34da0b1..3320898 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,8 @@ higher than wishlist!
for 0.46:
+- verify that all scripts in $user/bin/ also work from master-slave packages
+
- slave.postinst should setup ~piupartss/.ssh/known_hosts from /etc/ssh,
even if only for localhost
- slave.postinst should setup ~piupartsm/.ssh/authorized_keys using triggers
--
piuparts git repository
More information about the Piuparts-commits
mailing list