summaryrefslogtreecommitdiff
path: root/src/abslibre-tools/librerelease
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-09-26 20:49:13 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-11-20 22:53:31 -0500
commitb57cee2593be5f8ef560cfc922d9b451e1a085c8 (patch)
tree3a06bcea560a2d081ae60dc9b117de17e8cdcf5d /src/abslibre-tools/librerelease
parentbef44629480afd93e144ea6350f4046a2d30b790 (diff)
sq - docs
Diffstat (limited to 'src/abslibre-tools/librerelease')
-rwxr-xr-xsrc/abslibre-tools/librerelease17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/abslibre-tools/librerelease b/src/abslibre-tools/librerelease
index df47d85..709d379 100755
--- a/src/abslibre-tools/librerelease
+++ b/src/abslibre-tools/librerelease
@@ -129,13 +129,16 @@ usage() {
print "Usage: %s [OPTIONS]" "${0##*/}"
print 'Upload packages in $WORKDIR/staging to the Parabola server'
echo
- prose 'By default, `librerelease` expects the runtime-determined `$LIBREUSER`,
- to match the hackers.git login for which $LIBREUSER has credentials.
- $LIBREUSER is normally the current local login; but may be
- over-ridden by setting $SUDO_USER in the environment.
- If no local logins exist, which match your hackers.git login,
- you can specify `$REPOUSER` as the remote login for `librerelease`,
- in the `configuration` section of /usr/lib/libretools/conf.sh,'
+ prose 'By default, `librerelease` expects the $LIBREUSER
+ to match the hackers.git login for which $LIBREUSER has credentials.'
+ prose '$LIBREUSER is determined at runtime, per /usr/lib/libretools/conf.sh.
+ $LIBREUSER is normally the login of the invoking user, per $SUDO_USER;
+ but may be over-ridden by setting $LIBREUSER
+ in the `configuration` section of conf.sh.'
+ prose 'If $LIBREUSER does not match the hackers.git login,
+ for which $LIBREUSER has the repo login credentials,
+ you must specify `$REPOUSER` as the remote login,
+ in the `configuration` section of conf.sh.'
echo
print "Options:"
flag '-c' 'Clean; delete packages in $WORKDIR/staging'