summaryrefslogtreecommitdiff
path: root/db-import-archlinuxarm.conf
blob: c4b0b1c60d56556d48356474dd157ad178a1d7cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/hint/bash

# 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/'

if [[ -n ${DBIMPORT_CONFIG} ]]; then
	source "${DBIMPORT_CONFIG}"
fi