summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-18 13:01:12 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-18 13:01:12 +0100
commitf7ce0d8a692f2d09a6d5bc536d6dd8a81edc440d (patch)
treea84eebb9dda6022b245226694e0f496a5adddfa6 /scripts
parente2559c975d22593d6edc087c51805f36ba1b7e57 (diff)
downloadvyos-build-f7ce0d8a692f2d09a6d5bc536d6dd8a81edc440d.tar.gz
vyos-build-f7ce0d8a692f2d09a6d5bc536d6dd8a81edc440d.zip
Switch from Debian Jessie (8) to Debian Buster (10)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-packages2
-rwxr-xr-xscripts/live-build-config2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-packages b/scripts/build-packages
index 0d81ef91..f9b38e8f 100755
--- a/scripts/build-packages
+++ b/scripts/build-packages
@@ -11,7 +11,7 @@ current_working_directory = os.getcwd()
repo_root = subprocess.check_output('git rev-parse --show-toplevel', shell=True, universal_newlines=True).rstrip('\n')
repo_sha = subprocess.check_output('git rev-parse --short=12 HEAD', shell=True, universal_newlines=True).rstrip('\n')
-def add_package(name, url=None, commit='HEAD', branch='equuleus', tag=None, custombuild_cmd=None):
+def add_package(name, url=None, commit='HEAD', branch='current', tag=None, custombuild_cmd=None):
"""
Build up source package with URL and build commands executed during the later
called build_package step.
diff --git a/scripts/live-build-config b/scripts/live-build-config
index 171b827d..61e71c0d 100755
--- a/scripts/live-build-config
+++ b/scripts/live-build-config
@@ -57,7 +57,7 @@ lb config noauto \
--firmware-binary false \
--updates true \
--security true \
- --apt-options "--yes -oAPT::Default-Release="equuleus" -oAPT::Get::allow-downgrades=true" \
+ --apt-options "--yes -oAPT::Default-Release="current" -oAPT::Get::allow-downgrades=true" \
--apt-indices false
"${@}"
"""