From b191127e68f221ea9ca0be98d899a45711cd2e82 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 24 Jun 2019 15:08:30 +0200 Subject: add missing file modifications from 944ee949d4a7b548c5586fe144b33903e9b5b63f --- conf/slave.conf.example | 1 + lib/load-configuration | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/slave.conf.example b/conf/slave.conf.example index 2e02867..28a7adc 100755 --- a/conf/slave.conf.example +++ b/conf/slave.conf.example @@ -26,6 +26,7 @@ # printf '%s\n' \ # ':mirrored_source:mirrored_source_by_hash:' \ # ':clean_chroot:' \ +# ':haskell_without_check:' \ # ':with_build_support:' \ # ':with_build_support:clean_chroot:' #) diff --git a/lib/load-configuration b/lib/load-configuration index 7fd627d..4ad31cf 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -83,6 +83,7 @@ straws_that_might_repair_failing_builds=$( printf '%s\n' \ ':mirrored_source:mirrored_source_by_hash:' \ ':clean_chroot:' \ + ':haskell_without_check:' \ ':with_build_support:' \ ':with_build_support:clean_chroot:' ) -- cgit v1.2.3-54-g00ecf