From 22d059ad9181a1a5faf4ef0c11fd84961836ae64 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Jun 2020 13:47:14 +0200 Subject: archlinuxewe-{i486,i686,pentium4}-build should be able to build from staging, too --- Makefile | 6 +++--- pacman-archlinuxewe.conf | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 156c7bb..e9fc7b7 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +216,7 @@ 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; }; \ s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*\$$/Architecture = i486/; \ " "$<" > "$@" @@ -224,7 +224,7 @@ pacman-archlinuxewe-i486.conf: pacman-archlinuxewe.conf pacman-archlinuxewe-i686.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \ s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*\$$/Architecture = i686/; \ " "$<" > "$@" @@ -232,7 +232,7 @@ pacman-archlinuxewe-i686.conf: pacman-archlinuxewe.conf pacman-archlinuxewe-pentium4.conf: pacman-archlinuxewe.conf @echo "GEN $@" @sed " \ - /\[\(community-\)\?testing\]/{ N; s/#//g; }; \ + /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \ s,/mirrorlist\$$,\032,; \ /^Architecture = / s/^.*\$$/Architecture = pentium4/; \ " "$<" > "$@" diff --git a/pacman-archlinuxewe.conf b/pacman-archlinuxewe.conf index 3d8e2cc..28cdf95 100644 --- a/pacman-archlinuxewe.conf +++ b/pacman-archlinuxewe.conf @@ -73,6 +73,12 @@ LocalFileSigLevel = Optional [archlinuxewe] Server = https://arch.eckner.net/os/$arch +#[staging] +#Include = /etc/pacman.d/mirrorlist + +#[community-staging] +#Include = /etc/pacman.d/mirrorlist + #[testing] #Include = /etc/pacman.d/mirrorlist -- cgit v1.2.3-54-g00ecf