diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-15 20:38:36 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-15 20:40:18 +0200 |
commit | a6988b188f24e16ed0a1b7c5ab9da58e9bfb5bc3 (patch) | |
tree | 34ce754a33390303ff91d06a210c2a9bfe788892 /cgi | |
parent | 65ac1c651c517deb260389b8b9c374741a594bbd (diff) | |
download | vyos-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-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 |