diff options
author | Erich Eckner <git@eckner.net> | 2020-06-05 13:47:14 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-29 10:43:34 +0200 |
commit | 87bbec732ae7fa717f107f0e663e29b02f4995f1 (patch) | |
tree | 5aa0ce69673f1863be8cbb513deb6d77cabe9dda | |
parent | be7ed287e1708b00198880250097507985fc7f05 (diff) | |
download | devtools32-87bbec732ae7fa717f107f0e663e29b02f4995f1.tar.xz |
archlinuxewe-{i486,i686,pentium4}-build should be able to build from staging, tooarchlinuxewe-20200629
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | pacman-archlinuxewe.conf | 6 |
2 files changed, 9 insertions, 3 deletions
@@ -216,21 +216,21 @@ makepkg-pentium4.conf: makepkg-i686.conf pacman-archlinuxewe-i486.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \ /^Architecture = / s/^.*\$$/Architecture = i486/; \ " "$<" > "$@" pacman-archlinuxewe-i686.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \ /^Architecture = / s/^.*\$$/Architecture = i686/; \ " "$<" > "$@" pacman-archlinuxewe-pentium4.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \ /^Architecture = / s/^.*\$$/Architecture = pentium4/; \ " "$<" > "$@" diff --git a/pacman-archlinuxewe.conf b/pacman-archlinuxewe.conf index 65a8f30..32ce232 100644 --- a/pacman-archlinuxewe.conf +++ b/pacman-archlinuxewe.conf @@ -73,6 +73,12 @@ LocalFileSigLevel = Optional [archlinuxewe] Include = /etc/pacman.d/mirrorlist +#[staging] +#Include = /etc/pacman.d/mirrorlist + +#[community-staging] +#Include = /etc/pacman.d/mirrorlist + #[testing] #Include = /etc/pacman.d/mirrorlist |