This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
2
2
[PATCH builds.sr.ht] images/alpine: add community repo when bootstrapping packages
The mercurial package has been moved to community.
---
images/alpine/genimg | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/images/alpine/genimg b/images/alpine/genimg
index c8b462a06bf7..0d4149515952 100755
--- a/images/alpine/genimg
+++ b/images/alpine/genimg
@@ -46,7 +46,9 @@ mount /dev/nbd0p1 /mnt/boot
swapon /dev/nbd0p2
# TODO: Remove bash
-apk add -U -X http://dl-2.alpinelinux.org/alpine/$release/main/ \
+apk add -U \
+ -X http://dl-2.alpinelinux.org/alpine/$release/main/ \
+ -X http://dl-2.alpinelinux.org/alpine/$release/community/ \
--allow-untrusted \
--arch="$arch" \
--root=/mnt \
--
2.31.1
[builds.sr.ht/patches] build success
Thanks!
To git@git.sr.ht:~sircmpwn/builds.sr.ht
6e7b19e..2956e55 master -> master