summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--config/pacman/archlinuxewe.conf6
2 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index faa2e3a..73c92b6 100644
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,7 @@ $(BUILDDIR)/config/pacman-archlinuxewe-i486.conf: config/pacman/archlinuxewe.con
@echo "GEN $(notdir $@)"
@mkdir -p $(dir $@)
@sed " \
- /\[\(community-\)\?testing\]/{ N; s/#//g; }; \
+ /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \
s,/mirrorlist\$$,\032,; \
/^Architecture = / s/^.*\$$/Architecture = i486/; \
" "$<" > "$@"
@@ -223,7 +223,7 @@ $(BUILDDIR)/config/pacman-archlinuxewe-i686.conf: config/pacman/archlinuxewe.con
@echo "GEN $(notdir $@)"
@mkdir -p $(dir $@)
@sed " \
- /\[\(community-\)\?testing\]/{ N; s/#//g; }; \
+ /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \
s,/mirrorlist\$$,\032,; \
/^Architecture = / s/^.*\$$/Architecture = i686/; \
" "$<" > "$@"
@@ -232,7 +232,7 @@ $(BUILDDIR)/config/pacman-archlinuxewe-pentium4.conf: config/pacman/archlinuxewe
@echo "GEN $(notdir $@)"
@mkdir -p $(dir $@)
@sed " \
- /\[\(community-\)\?testing\]/{ N; s/#//g; }; \
+ /\[\(community-\)\?\(stag\|test\)ing\]/{ N; s/#//g; }; \
s,/mirrorlist\$$,\032,; \
/^Architecture = / s/^.*\$$/Architecture = pentium4/; \
" "$<" > "$@"
diff --git a/config/pacman/archlinuxewe.conf b/config/pacman/archlinuxewe.conf
index 3d8e2cc..28cdf95 100644
--- a/config/pacman/archlinuxewe.conf
+++ b/config/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