]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/buildbot/projects/denise/__init__.py
Add timezone for Denise
[perso/Immae/Config/Nix.git] / modules / private / buildbot / projects / denise / __init__.py
index e91e17a4a2c392c0ceece592546c3283a3cbbf66..5bd4b1af0419b1d632d34d6c06b4c9545d3b698c 100644 (file)
@@ -78,7 +78,8 @@ def denise_oms_factory():
 
 def denise_aventuriers_factory():
     path_env = {
-            "PATH": os.environ["BUILDBOT_PATH_Aventuriers"] + ":${PATH}"
+            "PATH": os.environ["BUILDBOT_PATH_Aventuriers"] + ":${PATH}",
+            "TZ": "Europe/Paris",
             }
 
     factory = util.BuildFactory()