[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.49-69-g53033af
Andreas Beckmann
anbe at debian.org
Fri Feb 22 21:26:09 UTC 2013
The following commit has been merged in the develop branch:
commit 61e97ae2e2b7826a0cc95edec09376a8e1f33d1d
Author: Andreas Beckmann <anbe at debian.org>
Date: Thu Feb 21 21:07:40 2013 +0100
add support for placeholder substitution in conffiles
prepare for inserting the correct absolute path at build time
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/Makefile b/Makefile
index 57704a6..6c67fac 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ install-conf-4-running-from-git:
install -d $(DESTDIR)$(sharedir)/piuparts/slave
install -m 0755 update-piuparts-setup $(DESTDIR)$(sharedir)/piuparts/slave/
-SCRIPTS_TEMPLATES = $(wildcard master-bin/*.in slave-bin/*.in)
+SCRIPTS_TEMPLATES = $(wildcard master-bin/*.in slave-bin/*.in conf/*.in)
SCRIPTS_GENERATED = $(SCRIPTS_TEMPLATES:.in=)
%: %.in
diff --git a/conf/crontab-master b/conf/crontab-master.in
similarity index 100%
rename from conf/crontab-master
rename to conf/crontab-master.in
diff --git a/conf/crontab-slave b/conf/crontab-slave.in
similarity index 100%
rename from conf/crontab-slave
rename to conf/crontab-slave.in
--
piuparts git repository
More information about the Piuparts-commits
mailing list