Conf pour les scripts de session

This commit is contained in:
Daniel Berteaud 2012-06-26 11:51:53 +02:00
parent 39b14b11ad
commit 14372fa6e0
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ event_link("wpkg-init", "wpkg-update", "20");
event_link("wpkg-init", "ipasserelle-update", "20");
event_link("initialize-default-databases", "wpkg-update", "02");
templates2events("/home/e-smith/files/shares/tools/files/scripts/session/001conf.bat", qw(wpkg-update bootstrap-console-save));
templates2events("/home/e-smith/files/shares/tools/files/scripts/wpkg/conf.bat", qw(wpkg-update bootstrap-console-save));
templates2events("/home/e-smith/files/shares/wpkg/files/config.xml", qw(wpkg-update bootstrap-console-save));
templates2events("/home/e-smith/files/shares/wpkg/files/profiles/variables.xml", qw(wpkg-update bootstrap-console-save));

View File

@ -0,0 +1,2 @@
TEMPLATE_PATH="/home/e-smith/files/shares/tools/files/scripts/wpkg/conf.bat"
OUTPUT_FILENAME="/home/e-smith/files/shares/tools/files/scripts/session/001conf.bat"