summaryrefslogtreecommitdiff
path: root/frontends/cgi/live-build-cgi.cron
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2012-08-13 21:33:09 -0500
committerRichard Nelson <unixabg@gmail.com>2012-08-13 21:33:09 -0500
commitaef6a70f51a6071d3f851ed97e6ab1f48fc4f140 (patch)
treeafc20f565cde6de1aa331e80aea6e24b00f3b808 /frontends/cgi/live-build-cgi.cron
parentc68e06fb6b393755e88375cbaa2873aa2bc5c70f (diff)
downloadvyos-live-build-aef6a70f51a6071d3f851ed97e6ab1f48fc4f140.tar.gz
vyos-live-build-aef6a70f51a6071d3f851ed97e6ab1f48fc4f140.zip
Remove frontend/cgi unofficial custom binary and custom bootstrap options.
Diffstat (limited to 'frontends/cgi/live-build-cgi.cron')
-rwxr-xr-xfrontends/cgi/live-build-cgi.cron11
1 files changed, 0 insertions, 11 deletions
diff --git a/frontends/cgi/live-build-cgi.cron b/frontends/cgi/live-build-cgi.cron
index 8e0e7ff87..24d6f1851 100755
--- a/frontends/cgi/live-build-cgi.cron
+++ b/frontends/cgi/live-build-cgi.cron
@@ -98,17 +98,6 @@ then
# Creating the config/chroot_sources folder
mkdir -p "${_TEMPDIR}"/"${_BUILD}"/config/chroot_sources
- # 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
- fi
-
- if [ -n "${_CUSTOM_BINARY}" ]
- then
- echo "${_CUSTOM_BINARY}" > "${_TEMPDIR}"/"${_BUILD}"/config/chroot_sources/custom.binary
- fi
-
_DATE_START="`date -R`"
echo "Begin: ${_DATE_START}" > "${_TEMPDIR}"/"${_BUILD}"/log