summaryrefslogtreecommitdiff
path: root/db-import.conf
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-31 14:11:53 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-31 14:11:53 -0500
commitc1bbe81b1e14f06ed49d9e0292ec9cd60903b104 (patch)
treea81056bf3ff4233f86efdfc6199b686512918e16 /db-import.conf
parent63810122211aa60b056895989984eaccf6242c58 (diff)
add db-import
Diffstat (limited to 'db-import.conf')
-rw-r--r--db-import.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/db-import.conf b/db-import.conf
new file mode 100644
index 0000000..ef96568
--- /dev/null
+++ b/db-import.conf
@@ -0,0 +1,11 @@
+#/bin/bash # as a hint to text editors
+
+IMPORTDIR=/srv/repo/import
+
+_archrepos=(
+ {core,extra,testing}-{i686,x86_64}
+ community{,-testing}-{i686,x86_64}
+ multilib{,-testing}-x86_64
+)
+# name pkgmirror absmirror repo-arch...
+imports=("archlinux archlinux.c3sl.ufpr.br/archlinux rsync.archlinux.org ${_archrepos[*]}")