summaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/cgi2
-rwxr-xr-xcgi/cron2
2 files changed, 2 insertions, 2 deletions
diff --git a/cgi/cgi b/cgi/cgi
index d03cedb44..e779928dd 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -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
diff --git a/cgi/cron b/cgi/cron
index f709cd74d..cacfad140 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -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