aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-07-05 17:47:43 +0000
committerNicolas Vigier <boklm@mageia.org>2012-07-05 17:47:43 +0000
commit7cc4ded2dc9319b63aafd9d98c9fb73922b295f8 (patch)
tree55e33399d20acfad5512fcaa0223fce978760b2c
parent877b71b395d4af751657946fd875d2ade8b4fe02 (diff)
downloadpuppet-7cc4ded2dc9319b63aafd9d98c9fb73922b295f8.tar
puppet-7cc4ded2dc9319b63aafd9d98c9fb73922b295f8.tar.gz
puppet-7cc4ded2dc9319b63aafd9d98c9fb73922b295f8.tar.bz2
puppet-7cc4ded2dc9319b63aafd9d98c9fb73922b295f8.tar.xz
puppet-7cc4ded2dc9319b63aafd9d98c9fb73922b295f8.zip
set ULRI_LOG_FILE and EMI_LOG_FILE environement variables
-rw-r--r--modules/buildsystem/manifests/scheduler.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/scheduler.pp b/modules/buildsystem/manifests/scheduler.pp
index 99ad17fd..6facc8e9 100644
--- a/modules/buildsystem/manifests/scheduler.pp
+++ b/modules/buildsystem/manifests/scheduler.pp
@@ -22,7 +22,7 @@ class buildsystem::scheduler {
cron { 'dispatch jobs':
user => $login,
- command => 'ulri; emi',
+ command => "ULRI_LOG_FILE=$logdir/ulri.log ulri; EMI_LOG_FILE=$logdir/emi.log emi",
minute => '*',
}
}