[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][cronscript] Ensure configdir is defined for cronscript



Title: GitLab

Joerg Jaspert pushed to branch cronscript at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • dak/new_security_install.py
    ... ... @@ -98,6 +98,7 @@ def _do_Approve():
    98 98
     
    
    99 99
             # 3. Run all the steps that are needed to publish the changed archive
    
    100 100
             print "Doing loadsa stuff in the archive, will take time, please be patient"
    
    101
    +        os.environ['configdir'] = '/srv/security-master.debian.org/dak/config/debian-security'
    
    101 102
             spawn("/srv/security-master.debian.org/dak/config/debian-security/cronscript unchecked-dinstall")
    
    102 103
     
    
    103 104
             print "Triggering metadata export for packages.d.o and other consumers"
    


  • Reply to: