This commit is contained in:
brent s. 2018-05-09 03:31:10 -04:00
parent 4dd03dea75
commit f4c5c0fdf8
1 changed files with 10 additions and 10 deletions

View File

@ -43,28 +43,28 @@
<mirror>http://archlinux.mirror.domain.tld</mirror> <mirror>http://archlinux.mirror.domain.tld</mirror>
<webroot>/iso/latest</webroot> <webroot>/iso/latest</webroot>
<tarball flags="glob,latest"> <tarball flags="glob,latest">
<xpath-ref select="./mirror" />/<xpath-ref select="./webroot" />/archlinux-bootstrap-*-x86_64.tar.gz <xpath-ref select="../mirror" />/<xpath-ref select="../webroot" />/archlinux-bootstrap-*-x86_64.tar.gz
</tarball> </tarball>
<checksum hash="sha1"> <checksum hash="sha1">
<xpath-ref select="./mirror" />/<xpath-ref select="./webroot" />/sha1sums.txt <xpath-ref select="../mirror" />/<xpath-ref select="../webroot" />/sha1sums.txt
</checksum> </checksum>
<sig keys="7F2D434B9741E8AC" <sig keys="7F2D434B9741E8AC"
keyserver="hkp://pool.sks-keyservers.net"> keyserver="hkp://pool.sks-keyservers.net">
<xpath-ref select="./tarball" />.sig <xpath-ref select="../tarball" />.sig
</sig> </sig>
</source> </source>
<source arch="i686"> <source arch="i686">
<mirror>http://archlinux32.mirror.domain.tld</mirror> <mirror>http://archlinux32.mirror.domain.tld</mirror>
<webroot>/iso/latest</webroot> <webroot>/iso/latest</webroot>
<tarball flags="glob,latest"> <tarball flags="glob,latest">
<xpath-ref select="./mirror" />/<xpath-ref select="./webroot" />/archlinux-bootstrap-*-i686.tar.gz <xpath-ref select="../mirror" />/<xpath-ref select="../webroot" />/archlinux-bootstrap-*-i686.tar.gz
</tarball> </tarball>
<checksum hash="sha512"> <checksum hash="sha512">
<xpath-ref select="./mirror" />/<xpath-ref select="./webroot" />/sha512sums.txt <xpath-ref select="../mirror" />/<xpath-ref select="../webroot" />/sha512sums.txt
</checksum> </checksum>
<sig keys="248BF41F9BDD61D41D060AE774EDA3C6B06D0506" <sig keys="248BF41F9BDD61D41D060AE774EDA3C6B06D0506"
keyserver="hkp://pool.sks-keyservers.net"> keyserver="hkp://pool.sks-keyservers.net">
<xpath-ref select="./tarball" />.sig <xpath-ref select="../tarball" />.sig
</sig> </sig>
</source> </source>
</sources> </sources>
@ -76,10 +76,10 @@
<mount>/mnt/<xpath-ref select="//meta/names/uxname" /></mount> <mount>/mnt/<xpath-ref select="//meta/names/uxname" /></mount>
<distros>~/<xpath-ref select="//meta/names/uxname" />/distros</distros> <distros>~/<xpath-ref select="//meta/names/uxname" />/distros</distros>
<dest>~/<xpath-ref select="//meta/names/uxname" />/results</dest> <dest>~/<xpath-ref select="//meta/names/uxname" />/results</dest>
<iso><xpath-ref select="./dest" />/iso</iso> <iso><xpath-ref select="../dest" />/iso</iso>
<http><xpath-ref select="./dest" />/http</http> <http><xpath-ref select="../dest" />/http</http>
<tftp><xpath-ref select="./dest" />/tftp</tftp> <tftp><xpath-ref select="../dest" />/tftp</tftp>
<ssl><xpath-ref select="./dest" />/pki</ssl> <ssl><xpath-ref select="../dest" />/pki</ssl>
</paths> </paths>
<basedistro>archlinux</basedistro> <basedistro>archlinux</basedistro>
<iso sign="yes" sync="yes" multiarch="yes" rsync="yes"/> <iso sign="yes" sync="yes" multiarch="yes" rsync="yes"/>