summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2018-06-26 15:11:15 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-10-07 18:15:03 -0400
commit331494d4625464b61d81898c34b50a045d2a74d0 (patch)
tree3ab4701728843bf1e790d45ef814a1854a80820a /config
parent96db855c1044b397235baccc46cc18e010c97464 (diff)
Preliminary work to break out svn-specific code.
Introduce "db-functions-$VCS" which will eventually contain all VCS-specific code, and make this configurable in config. Move private arch_svn function and svn acl handling here. (Luke Shumaker: this is a partial cherry pick of commit 3bb6775dea3e6dda58d94e8ef9a19026cb9248a4)
Diffstat (limited to 'config')
-rw-r--r--config7
1 files changed, 5 insertions, 2 deletions
diff --git a/config b/config
index fd79b6e..1cfe11f 100644
--- a/config
+++ b/config
@@ -1,14 +1,17 @@
#!/hint/bash
FTP_BASE="/srv/ftp"
-SVNREPO=''
-SVNUSER=''
PKGREPOS=()
PKGPOOL=''
SRCPOOL=''
TESTING_REPO=''
STABLE_REPOS=()
+# VCS backend
+VCS=svn
+SVNREPO=''
+SVNUSER=''
+
CLEANUP_DESTDIR="/var/tmp"
CLEANUP_DRYRUN=false
# Time in days to keep moved packages