diff options
Diffstat (limited to 'cgi')
-rwxr-xr-x | cgi/cgi | 2 | ||||
-rwxr-xr-x | cgi/cron | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -216,7 +216,7 @@ _CUSTOM_BOOTSTRAP="${_CUSTOM_BOOTSTRAP}" _CUSTOM_BINARY="${_CUSTOM_BINARY}" # Other -LB_REPOSITORIES="${LB_REPOSITORIES}" +LB_ARCHIVES="${LB_ARCHIVES}" EOF echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: add web build (${_BUILD}) from ${REMOTE_ADDR}." >> /var/log/live @@ -81,7 +81,7 @@ then # Creating build directory which also creates the config/chroot_sources folder mkdir -p "${_TEMPDIR}"/"${_BUILD}"/config/chroot_sources - # The next two tests are for unofficial third party repositories + # The next two tests are for unofficial third party archives if [ -n "${_CUSTOM_BOOTSTRAP}" ] then echo "${_CUSTOM_BOOTSTRAP}" > "${_TEMPDIR}"/"${_BUILD}"/config/chroot_sources/custom.bootstrap |