summaryrefslogtreecommitdiff
path: root/db-import-archlinuxarm.conf
blob: 611d38fb714757e05d9a8dd0a6b5367f8aba56b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# "tags" are repo-arch pairs
ARCHTAGS=({core,extra,community}-armv7h)
ARCHPKGPOOL='pool/alarm'

## mirrors WITH sources folder
# (none)

## mirrors without sources folder
ARCHMIRROR='rsync://ftp.halifax.rwth-aachen.de/archlinux-arm/$arch/$repo'
#ARCHMIRROR='rsync://mirror.yandex.ru/archlinuxarm/$arch/$repo'

# The followng is for db-import-archlinuxarm-src

# NB: I am unsure if the presence or absence of a trailing slash in
#     the _ROOT variables is significant. -- lukeshu
SYNCARGS='-mrtv --no-motd --delete-after --no-p --no-o --no-g --quiet --exclude .~tmp~/'
ABSLIBRE_ROOT=/srv/repo/db-import-archlinuxarm-src/abslibre
ABSLIBRE_GIT=https://git.parabola.nu/abslibre.git/
ABS_ROOT='/srv/repo/db-import-archlinuxarm-src/abs/'
ABS_SERVER="${ARCHMIRROR#rsync://}/"
ALARM_GIT='https://github.com/archlinuxarm/PKGBUILDs'
ALARM_ROOT='/srv/repo/db-import-archlinuxarm-src/alarm/'