index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-04-03 14:50:41 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-03 14:50:41 +0200 |
commit | 9a46844693909ac5c82298d98ec81a75304e1e5a (patch) | |
tree | 00f6adb2c3a0b7c84d44f904e32ee231183a4ed2 /conf | |
parent | 23f88d71aba0052357641e5704cd3d19a59f07c1 (diff) |
-rw-r--r-- | conf/pkgfile.pacman32.conf | 37 |
diff --git a/conf/pkgfile.pacman32.conf b/conf/pkgfile.pacman32.conf new file mode 100644 index 0000000..cb73152 --- /dev/null +++ b/conf/pkgfile.pacman32.conf @@ -0,0 +1,37 @@ +# pacman.conf for pkgfile to search through i686 repositories + +[staging] +Server = https://mirror.archlinux32.org/i686/$repo + +[community-staging] +Server = https://mirror.archlinux32.org/i686/$repo + +[testing] +Server = https://mirror.archlinux32.org/i686/$repo + +[community-testing] +Server = https://mirror.archlinux32.org/i686/$repo + +[core] +Server = https://mirror.archlinux32.org/i686/$repo + +[extra] +Server = https://mirror.archlinux32.org/i686/$repo + +[community] +Server = https://mirror.archlinux32.org/i686/$repo + +# If you want to run 32 bit applications on your x86_64 system, +# enable the multilib repositories as required here. + +#[multilib-testing] +#Include = /etc/pacman.d/mirrorlist + +#[multilib] +#Include = /etc/pacman.d/mirrorlist + +# An example of a custom package repository. See the pacman manpage for +# tips on creating your own repositories. +#[custom] +#SigLevel = Optional TrustAll +#Server = file:///home/custompkgs |