From c2c361325670e9a9089f9d130d58262f546691c5 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 8 Apr 2018 17:29:47 +0200 Subject: [PATCH] Ensure configdir is defined for cronscript --- dak/new_security_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dak/new_security_install.py b/dak/new_security_install.py index 5f6e8820..a96849b4 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -98,6 +98,7 @@ def _do_Approve(): # 3. Run all the steps that are needed to publish the changed archive print "Doing loadsa stuff in the archive, will take time, please be patient" + os.environ['configdir'] = '/srv/security-master.debian.org/dak/config/debian-security' spawn("/srv/security-master.debian.org/dak/config/debian-security/cronscript unchecked-dinstall") print "Triggering metadata export for packages.d.o and other consumers" -- GitLab