summaryrefslogtreecommitdiff
path: root/config.local.community
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-09-28 15:26:55 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-10-03 01:46:42 -0400
commit435025e98adc3db8628fbe8e08d68766737d2943 (patch)
tree2b2fdb769fbc8bfb9eb8f12fdbbc4874e906d483 /config.local.community
parent013531bb6b11eb250cc897ef487532a34a1da836 (diff)
config: Add more repos to default ARCHTAGS for db-import-pkg
This adds staging and testing repos, which we mostly don't currently import. The only bits of this change that I don't feel 100% about are the Arch Linux ARM repos. <https://labs.parabola.nu/issues/1178> packages: + staging-x86_64 + gnome-unstable-x86_64 + kde-unstable-x86_64 community: + community-staging-x86_64 + community-testing-x86_64 + multilib-staging-x86_64 archlinux32: (still leaves out *-i486 and releng-x86_64) + community-staging-i686 + community-testing-i686 + staging-i686 + gnome-unstable-i686 + kde-unstable-i686 archlinuxarm: (still leaves out *-aarch64, *-arm, and *-armv6h) + alarm-armv7h + aur-armv7h This also adds a `config-list-tags` script that (like the other `config-*` scripts) helps with writing the config files; it displays discrepancies between the configured ARCHTAGS for an upstream and the list of .db's that fetch_dbs() finds.
Diffstat (limited to 'config.local.community')
-rw-r--r--config.local.community2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.local.community b/config.local.community
index 6569eef..cabfa5b 100644
--- a/config.local.community
+++ b/config.local.community
@@ -6,7 +6,7 @@ PKGPOOL='pool/community'
SRCPOOL='sources/community'
# "tags" are repo-arch pairs
-ARCHTAGS=({community,multilib,multilib-testing}-x86_64)
+ARCHTAGS=({community,multilib}{,-testing,-staging}-x86_64)
ARCHPATH='$repo/os/$arch'
ARCHPKGPOOL='pool/community'
ARCHSRCPOOL='sources/community'