Files
Trevor Batley bce7dd054a add contents
2025-10-09 15:04:29 +11:00

14 lines
262 B
Bash

DW_DL_CACHE=dw_dl_cache
DW_VERSION="dokuwiki-2020-07-29"
# Empty = on job per core
PARALLEL_NB_JOBS=3
# Do not edit below
if ! [ x$PARALLEL_NB_JOBS = x ]; then
PARALLEL_JOB_ARG="--jobs $PARALLEL_NB_JOBS"
else
PARALLEL_JOB_ARG=''
fi
export PARALLEL_JOB_ARG