From c1bbe81b1e14f06ed49d9e0292ec9cd60903b104 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 31 Dec 2013 14:11:53 -0500 Subject: add db-import --- db-import.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 db-import.conf (limited to 'db-import.conf') 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[*]}") -- cgit v1.2.3-2-g168b