diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-19 22:56:47 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-19 22:56:47 +0100 |
commit | d03bf83a81eb1bf6fd20426f0445f82e6ef07a74 (patch) | |
tree | 439f6c3e8d38324b8e85f3a78f8ce234d95364c1 | |
parent | b29bdcfd94ad744fcd43a9fc05a292528bf8132c (diff) | |
download | jenkins.debian.net-d03bf83a81eb1bf6fd20426f0445f82e6ef07a74.tar.xz |
reproducible TODO: add check to build.sh to refuse building blacklisted packages
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,6 +124,7 @@ properties: This is about Debian, below are more todo entries for other projects… * make reproducible_build.sh rock solid again and get rid off "set -x # # to debug diffopscpe/schroot problems" +** add check if package to be build has been blacklisted since scheduling and abort ** fix: "DIFFOSCOPE='E: Failed to change to directory /tmp: Permission denied' - maybe by making sure the cause is gone… https://jenkins.debian.net/job/reproducible_builder_amd64_14/909/ is an example for that *** make maintenance job detect and reschedule logs with: 'E: 10mount: error: Directory '.*' does not exist' *** make maintenance job detect and reschedule logs with: '^Bus Error$' |