[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: fixup 5e3f7d34 to append to the logfile
    Holger Levsen 
    gitlab at salsa.debian.org
       
    Thu May  2 19:53:17 BST 2019
    
    
  
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2483a898 by Holger Levsen at 2019-05-02T18:53:04Z
reproducible Debian: fixup 5e3f7d34 to append to the logfile
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_scheduler.py
Changes:
=====================================
bin/reproducible_scheduler.py
=====================================
@@ -779,5 +779,5 @@ if __name__ == '__main__':
         # build the kgb message text
         message = 'Scheduled in ' + '+'.join(SUITES) + ' at ' + datetime.now().strftime("%Y-%m-%d %H:%M:%S") + ':\n' + message + '\n'
         log.info(message)
-        with open('/var/log/jenkins/reproducible-scheduler.log', 'w') as logfile:
+        with open('/var/log/jenkins/reproducible-scheduler.log', 'a') as logfile:
             logfile.write(message)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/2483a8982d0996a27f90c24cb2e811225e05509f
-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/2483a8982d0996a27f90c24cb2e811225e05509f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190502/c434bea8/attachment-0001.html>
    
    
More information about the Qa-jenkins-scm
mailing list