diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-15 21:48:33 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-15 21:48:33 +0200 |
commit | 51781f8ee0771848b0a594dc49b8abf12ae00d15 (patch) | |
tree | e492c460b0beaceb9eb63b03494a72cd7f7df3ec /TODO | |
parent | df09410d93cec963045e314cc1d7bc7e3e70c4f8 (diff) | |
download | jenkins.debian.net-51781f8ee0771848b0a594dc49b8abf12ae00d15.tar.xz |
reproducible Debian: improve logging
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,6 +118,7 @@ The plan is to run a jenkins.d.o host, which is maintained by DSA, but we are ma * make reproducible_build.sh rock solid again and get rid off "set -x # # to debug diffoscoppe/schroot problems" ** pass scheduled version to remote build nodes and abort the build there if the to be build version is different +*** the current implementation does this backwards: it first builds and *then* checks on the main node if the build version was right… to make things worse, this check is also broken… ** add check if package to be build has been blacklisted since scheduling and abort ** on SIGTERM, also cleanup on remote build nodes there! (via ssh &) ** check rbuild logs for "DIFFOSCOPE='E: Failed to change to directory /tmp: Permission denied' and deal with those |