diff options
author | Daniel Baumann <daniel@debian.org> | 2010-06-21 22:17:30 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:11 +0100 |
commit | 5937ff349777dd2eeb76101461b79cf99915dba8 (patch) | |
tree | 1e85913ab784279790e63642a33033e3ed89508d /cgi | |
parent | 279c24075f332469551bf027e8ab73f1c39082d2 (diff) | |
download | vyos-live-build-5937ff349777dd2eeb76101461b79cf99915dba8.tar.gz vyos-live-build-5937ff349777dd2eeb76101461b79cf99915dba8.zip |
Also passing repositories to cgi build jobs.
Diffstat (limited to 'cgi')
-rwxr-xr-x | cgi/cgi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -215,6 +215,9 @@ LH_SOURCE="${LH_SOURCE}" # Unofficial options _CUSTOM_BOOTSTRAP="${_CUSTOM_BOOTSTRAP}" _CUSTOM_BINARY="${_CUSTOM_BINARY}" + +# Other +LH_REPOSITORIES="${LH_REPOSITORIES}" EOF echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-helper.cgi: add web build (${_BUILD})." >> /var/log/live |