diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-17 21:18:57 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-17 21:18:57 -0400 |
commit | db388e32cb1f6707c37a19df6b68b3d7e67d9ab5 (patch) | |
tree | 70276b473a4800ee5e1a874fffea6944876dbdfd /db-import.conf | |
parent | 827e305df0f565d7da844684290323a75bf081a6 (diff) |
db-import.conf: add all staging repos
Diffstat (limited to 'db-import.conf')
-rw-r--r-- | db-import.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db-import.conf b/db-import.conf index 2728077..4330fa9 100644 --- a/db-import.conf +++ b/db-import.conf @@ -3,10 +3,10 @@ IMPORTDIR=/srv/repo/import _archrepos=( - {core,extra,testing}-{i686,x86_64} + {core,extra,testing,staging}-{i686,x86_64} {gnome,kde}-unstable-{i686,x86_64} - community{,-testing}-{i686,x86_64} - multilib{,-testing}-x86_64 + community{,-testing,-staging}-{i686,x86_64} + multilib{,-testing,-staging}-x86_64 ) _archpkgmirror=$(db-pick-mirror rsync https://www.archlinux.org/mirrors/status/tier/1/json/) |