index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/load-configuration | 3 |
diff --git a/lib/load-configuration b/lib/load-configuration index e7af638..94ec6d9 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -102,7 +102,8 @@ straws_that_might_repair_failing_builds=$( ':mirrored_source_by_hash:' \ ':clean_chroot:haskell_without_check:' \ ':with_build_support:' \ - ':with_build_support:clean_chroot:' + ':with_build_support:clean_chroot:' \ + ':with_build_support:haskell_without_check:' ) # root directory of the webserver |