summaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-06-15 20:38:36 +0200
committerDaniel Baumann <daniel@debian.org>2011-06-15 20:40:18 +0200
commita6988b188f24e16ed0a1b7c5ab9da58e9bfb5bc3 (patch)
tree34ce754a33390303ff91d06a210c2a9bfe788892 /cgi
parent65ac1c651c517deb260389b8b9c374741a594bbd (diff)
downloadvyos-live-build-a6988b188f24e16ed0a1b7c5ab9da58e9bfb5bc3.tar.gz
vyos-live-build-a6988b188f24e16ed0a1b7c5ab9da58e9bfb5bc3.zip
Renaming repositories option to archives for consistency with debian-policy terminology.
In order to be consistent with terminology used in debian-policy, we've always tried to use the same names for the same things. The repository option is one of the last things that were too late in squeeze release cycle to be renamed in time.
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