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