diff options
author | Daniel Baumann <daniel@debian.org> | 2010-06-21 22:17:30 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-06-21 22:17:30 +0200 |
commit | 11ce1dbcf18d0690292ec9740937502173aabdba (patch) | |
tree | 1e85913ab784279790e63642a33033e3ed89508d /cgi | |
parent | a78587f7d98ef832c0457470a235b5b120a56031 (diff) | |
download | vyos-live-build-11ce1dbcf18d0690292ec9740937502173aabdba.tar.gz vyos-live-build-11ce1dbcf18d0690292ec9740937502173aabdba.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 |