summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-20 18:40:37 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-20 18:40:37 -0500
commit99ff674ad4206e2e140ec4e1cc6caa7f535b8803 (patch)
tree9c2ede1ff214125f0d19a510415568255532ab7e
parent8f788421284bc9e8685bea8265ab14b436174376 (diff)
db-import-archlinux.conf: Fiddle with -src options.
-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"