File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ job "build-mirror" {
2020 volume "root-pkgs" {
2121 type = " host"
2222 source = " root-pkgs"
23- read_only = false
23+ read_only = true
2424 }
2525
2626 task "httpd" {
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ ARCHS="$ARCHS aarch64 aarch64-musl"
1111for f in ${REPOS} ; do
1212 for x in ${ARCHS} ; do
1313 export XBPS_TARGET_ARCH=$x
14- xbps-rindex -v - s \
14+ xbps-rindex -s \
1515 --signedby " Void Linux" --privkey /secrets/id_rsa ${f}
1616 find ${f} -maxdepth 1 -name ' *.xbps' -print0 | \
17- xargs -L 1000 -r0 xbps-rindex -v - S \
17+ xargs -L 1000 -r0 xbps-rindex -S \
1818 --signedby " Void Linux" --privkey /secrets/id_rsa
1919 done
20- xbps-rindex -v - S \
20+ xbps-rindex -S \
2121 --signedby " Void Linux" --privkey /secrets/id_rsa ${f} /* .noarch.xbps
2222done
2323
You can’t perform that action at this time.
0 commit comments