summaryrefslogtreecommitdiff
path: root/db-import-archlinux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db-import-archlinux.conf')
-rw-r--r--db-import-archlinux.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/db-import-archlinux.conf b/db-import-archlinux.conf
index 64dff69..891cb98 100644
--- a/db-import-archlinux.conf
+++ b/db-import-archlinux.conf
@@ -17,9 +17,12 @@ mirror="archlinux.mirror.pkern.at"
mirrorpath="archlinux"
-# for db-import-archlinux-src
+# The followng is for db-import-archlinux-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'
-ABSLIBRE_ROOT=/srv/abslibre
+ABSLIBRE_ROOT=/srv/repo/db-import-archlinux-src/abslibre
ABSLIBRE_GIT=https://git.parabola.nu/abslibre.git/
-ABS_ROOT="/srv/abs/"
+ABS_ROOT="/srv/repo/db-import-archlinux-src/abs/"
ABS_SERVER="rsync.archlinux.org"