Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/conf/slave.conf.example
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-22 16:12:55 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-22 16:16:34 +0200
commitd14686b0bdc0b2418300c5d34d5f13c19988f020 (patch)
tree2d50696759480c1d46319ac5708f654cbed86779 /conf/slave.conf.example
parent0034c6484090a158571bec6d4627776a22bce6ce (diff)
build-packages: do not try to download sources from archlinux - we don't have a repo anymore
Diffstat (limited to 'conf/slave.conf.example')
-rwxr-xr-xconf/slave.conf.example2
1 files changed, 1 insertions, 1 deletions
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:'