mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-15 07:58:05 +02:00
maintainer-upload-docs: Allow servers and directories to be overridden
This lets maintainers test the script without putting changes directly into production! Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
9a64c6c095
commit
0c948dc744
1 changed files with 4 additions and 4 deletions
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
set -ex
|
||||
|
||||
DOC_SERVER=dbus.freedesktop.org
|
||||
DOC_WWW_DIR=/srv/dbus.freedesktop.org/www
|
||||
: "${DOC_SERVER:=dbus.freedesktop.org}"
|
||||
: "${DOC_WWW_DIR:=/srv/dbus.freedesktop.org/www}"
|
||||
|
||||
SPECIFICATION_SERVER=specifications.freedesktop.org
|
||||
SPECIFICATION_PATH=/srv/specifications.freedesktop.org/www/dbus/1.0
|
||||
: "${SPECIFICATION_SERVER:=specifications.freedesktop.org}"
|
||||
: "${SPECIFICATION_PATH:=/srv/specifications.freedesktop.org/www/dbus/1.0}"
|
||||
|
||||
TMPDIR=$(mktemp -d)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue