File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,6 +140,9 @@ XBPS_DEBUG_PKGS=yes
140140XBPS_USE_GIT_REVS=yes
141141XBPS_DISTFILES_MIRROR=https://sources.voidlinux.org
142142XBPS_PRESERVE_PKGS=yes
143+ {{ range service "root-pkgs-internal" }}
144+ XBPS_MIRROR=http://{{ .Address }}:{{ .Port }}
145+ {{ end }}
143146EOF
144147 destination = " local/xbps-src.conf"
145148 }
@@ -169,8 +172,10 @@ repository=/hostdir/binpkgs/multilib
169172repository=/hostdir/binpkgs/multilib/nonfree
170173{{ end }}
171174{{ if eq "${ group . value . name } " "aarch64" }}
172- repository=https://repo-default.voidlinux.org/current
173- repository=https://repo-default.voidlinux.org/current/musl
175+ {{ range service "root-pkgs-internal" }}
176+ repository=http://{{ .Address }}:{{ .Port }}
177+ repository=http://{{ .Address }}:{{ .Port }}/musl
178+ {{ end }}
174179{{ end }}
175180EOF
176181 destination = " local/xbps-repos.conf"
You can’t perform that action at this time.
0 commit comments