index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | conf/slave.conf.example | 2 |
diff --git a/conf/slave.conf.example b/conf/slave.conf.example index 5f4cf92..c72f10d 100755 --- a/conf/slave.conf.example +++ b/conf/slave.conf.example @@ -24,7 +24,7 @@ # what should be tried in what order to somehow repair a broken build #straws_that_might_repair_failing_builds=$( # printf '%s\n' \ -# ':mirrored_source:mirrored_source_by_hash:' \ +# ':mirrored_source_by_hash:' \ # ':clean_chroot:haskell_without_check:' \ # ':with_build_support:' \ # ':with_build_support:clean_chroot:' |