summaryrefslogtreecommitdiff
path: root/src/libretools.conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-10-03 12:06:13 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-10-03 12:57:29 -0400
commit3edf6579f6e1874b46afacd9ce5dac7a38349171 (patch)
treedb4645df86b6c9ae4f01f487b726b3d729758653 /src/libretools.conf
parentd110b58ca14705db49919963624c7cfda045c998 (diff)
librerelease: Set DBSCRIPTS_CONFIG for db-update
Its value is configurable in libretools.conf. I discussed this eventual change in my dbscripts plans on the mailing list.
Diffstat (limited to 'src/libretools.conf')
-rw-r--r--src/libretools.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index 5258f34..cacd0c9 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -27,6 +27,8 @@ ABSLIBRESEND=ssh://git@git.parabola.nu:1863/~git/abslibre/abslibre.git
## Where to upload packages to
REPODEST=ssh://$LIBREUSER@repo.parabola.nu:1863/~/staging/
+## Which config file to use with db-update (on the $REPODEST server)
+DBSCRIPTS_CONFIG=/etc/dbscripts/config.local.parabola
## These are run before and after uploading packages
HOOKPRERELEASE='ssh -fN ${REPODEST_port:+-p "$REPODEST_port"} "${REPODEST_userhost}"'