summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-08-14 12:06:45 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2024-03-28 23:13:04 -0400
commitfdd119785384d8c0438b6a1bfd822d6933882972 (patch)
tree96311fb0ea0135aabf9552f1e6139172e5e45042
parent24b928d730fb7fe0c5dfd4145b560e46d7a83d7e (diff)
allow local login to differ from hackers.git login
-rw-r--r--src/libretools.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index cacd0c9..3ff162c 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -6,7 +6,7 @@
################################################################################
# The dir where you work on
-WORKDIR="$LIBREHOME/packages"
+WORKDIR="${LIBREHOME:-}"/packages
## Blacklist URL
BLACKLIST=https://git.parabola.nu/blacklist.git/plain/blacklist.txt
@@ -25,8 +25,14 @@ ABSLIBRESEND=ssh://git@git.parabola.nu:1863/~git/abslibre/abslibre.git
# librerelease #
################################################################################
+## Login on the $REPODEST server (normally, your hackers.git login)
+# Uncomment this and set it to your $REPODEST login, if your $LIBREUSER differs.
+# $REPOUSER may also be set in the environment.
+# Alternatively, leave it unset and configure your default login in ~/.ssh/config.
+# REPOUSER=
+
## Where to upload packages to
-REPODEST=ssh://$LIBREUSER@repo.parabola.nu:1863/~/staging/
+REPODEST=ssh://$REPOUSER@repo.parabola.nu:1863/~/staging/
## Which config file to use with db-update (on the $REPODEST server)
DBSCRIPTS_CONFIG=/etc/dbscripts/config.local.parabola