index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-02-09 10:33:14 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-02-09 10:33:14 +0100 |
commit | 7ed3d9512b1d2330bbcf265b24e8e845a6a83eca (patch) | |
tree | aa3f29f3d0e6e9e5d4bde51205150d98f849b447 | |
parent | bae5142306b900f6fca30b3acb3870090abbb2ad (diff) |
-rw-r--r-- | config/pacman/build-support-staging-with-build-support.conf | 3 | ||||
-rw-r--r-- | config/pacman/core-staging-with-build-support.conf | 3 | ||||
-rw-r--r-- | config/pacman/extra-staging-with-build-support.conf | 3 |
diff --git a/config/pacman/build-support-staging-with-build-support.conf b/config/pacman/build-support-staging-with-build-support.conf index 7b62e6f..450bf16 100644 --- a/config/pacman/build-support-staging-with-build-support.conf +++ b/config/pacman/build-support-staging-with-build-support.conf @@ -70,6 +70,9 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. +[build-support-manual] +Include = /etc/pacman.d/mirrorlist + [build-support] Include = /etc/pacman.d/mirrorlist diff --git a/config/pacman/core-staging-with-build-support.conf b/config/pacman/core-staging-with-build-support.conf index 7b62e6f..450bf16 100644 --- a/config/pacman/core-staging-with-build-support.conf +++ b/config/pacman/core-staging-with-build-support.conf @@ -70,6 +70,9 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. +[build-support-manual] +Include = /etc/pacman.d/mirrorlist + [build-support] Include = /etc/pacman.d/mirrorlist diff --git a/config/pacman/extra-staging-with-build-support.conf b/config/pacman/extra-staging-with-build-support.conf index 7b62e6f..450bf16 100644 --- a/config/pacman/extra-staging-with-build-support.conf +++ b/config/pacman/extra-staging-with-build-support.conf @@ -70,6 +70,9 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. +[build-support-manual] +Include = /etc/pacman.d/mirrorlist + [build-support] Include = /etc/pacman.d/mirrorlist |