diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-28 12:55:53 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-04-23 15:46:06 +0200 |
commit | 9a91ca9fde8eb2b15a3294fe95f99990d8cf9227 (patch) | |
tree | 13c818fa581058313e57b41f370f3c721b96283e /scripts/build/source_debian | |
parent | c1dd191a53a4247c106b5917058d91e39e892bc8 (diff) | |
download | vyos-live-build-9a91ca9fde8eb2b15a3294fe95f99990d8cf9227.tar.gz vyos-live-build-9a91ca9fde8eb2b15a3294fe95f99990d8cf9227.zip |
config: obsolete old --tasksel option
note that the bit of code removed from source_debian relies upon a
variable LB_TASKS which itself is an old leftover artefact from before
v4.0.
Gbp-Dch: Short
Diffstat (limited to 'scripts/build/source_debian')
-rwxr-xr-x | scripts/build/source_debian | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/build/source_debian b/scripts/build/source_debian index 5e37edbca..21d4a3e5a 100755 --- a/scripts/build/source_debian +++ b/scripts/build/source_debian @@ -98,11 +98,6 @@ case "${LB_ARCHITECTURES}" in ;; esac -if [ -n "${LB_TASKS}" ] -then - echo "${LB_TASKSEL}" >> source-selection.txt -fi - # Make a clean directory to download the packages to. # We need to set the ownership to user `_apt` to give write access to the apt user, # otherwise we get a lot of warnings from apt about downloading as root. |