Also passing repositories to cgi build jobs.
This commit is contained in:
parent
279c24075f
commit
5937ff3497
3
cgi/cgi
3
cgi/cgi
|
@ -215,6 +215,9 @@ LH_SOURCE="${LH_SOURCE}"
|
||||||
# Unofficial options
|
# Unofficial options
|
||||||
_CUSTOM_BOOTSTRAP="${_CUSTOM_BOOTSTRAP}"
|
_CUSTOM_BOOTSTRAP="${_CUSTOM_BOOTSTRAP}"
|
||||||
_CUSTOM_BINARY="${_CUSTOM_BINARY}"
|
_CUSTOM_BINARY="${_CUSTOM_BINARY}"
|
||||||
|
|
||||||
|
# Other
|
||||||
|
LH_REPOSITORIES="${LH_REPOSITORIES}"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-helper.cgi: add web build (${_BUILD})." >> /var/log/live
|
echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-helper.cgi: add web build (${_BUILD})." >> /var/log/live
|
||||||
|
|
Loading…
Reference in New Issue