summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-03-28 22:51:33 +0100
committerChristian Poessinger <christian@poessinger.com>2019-03-28 22:51:33 +0100
commit432f35f0edc7f610eceff1a62e431c527a11a3f5 (patch)
tree1344fffa40c1c82c6f54065685a5db1a74140727 /scripts
parent166f8735e4e7fc4d2cc17ead2bb81124de648068 (diff)
downloadvyos-build-432f35f0edc7f610eceff1a62e431c527a11a3f5.tar.gz
vyos-build-432f35f0edc7f610eceff1a62e431c527a11a3f5.zip
live-build: final fix for Debian Backports (all good things are three)
166f8735e4e ("live-build: fix copy/paste error") still did not set all required parts for the build script. All good things will be three!!!
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-config1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build-config b/scripts/build-config
index a12ecdc4..088dd100 100755
--- a/scripts/build-config
+++ b/scripts/build-config
@@ -68,6 +68,7 @@ options = {
'build-by': ('Builder identifier (e.g. jrandomhacker@example.net)', get_default_build_by, None),
'debian-mirror': ('Debian repository mirror for ISO build', lambda: build_defaults['debian_mirror'], None),
'debian-security-mirror': ('Debian security updated mirror', lambda: build_defaults['debian_security_mirror'], None),
+ 'debian-backports-mirror': ('Debian backports mirror', lambda: build_defaults['debian_backports_mirror'], None),
'pbuilder-debian-mirror': ('Debian repository mirror for pbuilder env bootstrap', lambda: build_defaults['debian_mirror'], None),
'vyos-mirror': ('VyOS package mirror', lambda: build_defaults["vyos_mirror"], None),
'build-type': ('Build type, release or development', lambda: 'development', lambda x: x in ['release', 'development']),