[Git][qa/jenkins.debian.net][master] 2 commits: email2irc: fix spelling error

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Sep 27 22:10:19 BST 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
4b194395 by Holger Levsen at 2023-09-27T22:32:02+02:00
email2irc: fix spelling error

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
0927b70d by Holger Levsen at 2023-09-27T23:09:48+02:00
reproducible Debian: log every build (init and end) in a simple logfile

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- bin/email2irc.py
- bin/reproducible_build.sh


Changes:

=====================================
bin/email2irc.py
=====================================
@@ -122,7 +122,7 @@ if args.dry_run:
 
 fail = 0
 for ch in channels:
-    print('Noifying kgb for {}...'.format(ch))
+    print('Notifying kgb for {}...'.format(ch))
     try:
         p = run(['kgb-client', '--conf', '/srv/jenkins/kgb/{}.conf'.format(ch),
                  '--relay-msg', ircmsg], check=True)


=====================================
bin/reproducible_build.sh
=====================================
@@ -1054,10 +1054,12 @@ fi
 #
 # main - only used in master-mode
 #
+RBLOG=/var/log/reproducible-builds/$(date -u '+%Y-%m-%d')_${ARCH}
 exit_early_if_debian_is_broken
 check_nodes_are_up
 delay_start
 choose_package  # defines SUITE, SRCPKGID, SRCPACKAGE, VERSION, SAVE_ARTIFACTS, NOTIFY
+echo "$(date -u +%s) ${ARCH} ${SUITE} ${SRCPACKAGE}" | tee -a ${RBLOG}.init.log
 get_source_package
 
 log_info "${SRCPACKAGE}_${EVERSION}.dsc"
@@ -1065,3 +1067,4 @@ log_file ${SRCPACKAGE}_${EVERSION}.dsc
 
 check_suitability
 build_rebuild
+echo "$(date -u +%s) ${ARCH} ${SUITE} ${SRCPACKAGE}" | tee -a ${RBLOG}.end.log



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/288ef145b29e1a4dc8f50c1f282506fa884e376b...0927b70dd8fc041ba047648da868b66da870044f

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/288ef145b29e1a4dc8f50c1f282506fa884e376b...0927b70dd8fc041ba047648da868b66da870044f
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/20230927/fbe439e8/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list