summaryrefslogtreecommitdiff
path: root/scripts/build-config
AgeCommit message (Collapse)Author
2019-03-31Revert "live-build: final fix for Debian Backports (all good things are three)"Christian Poessinger
This reverts commit 432f35f0edc7f610eceff1a62e431c527a11a3f5.
2019-03-28live-build: final fix for Debian Backports (all good things are three)Christian Poessinger
166f8735e4e ("live-build: fix copy/paste error") still did not set all required parts for the build script. All good things will be three!!!
2019-03-25T1313: add support for reusable build flavor files.Daniil Baturin
2019-03-10[build] Use pdns-recursor binary packages from PowerDNSChristian Poessinger
https://repo.powerdns.com/ provides a package repository for Debian 8 which serves us automatically all security updates instead of rebuilding the package by us. This drops the maintenance of one additional package.
2019-02-02Changed architecture name for 32-bit x86 to 'i386'Nicholas Humfrey
This is the official Debian designation for the architecture (And what dpkg --print-architecture returns) https://www.debian.org/releases/stable/i386/ch02s01.html.en
2018-12-31Dehardcode the kernel package version from the live-build-config script.Daniil Baturin
2018-11-14Add saltstack repoKim Hagen
2018-06-26T712: add configure options to simplify building images with custom packages.Daniil Baturin
2018-06-08Use os.makedirs instead of distutils stuff, make the configure script more ↵Daniil Baturin
verbose, pretty print build-config.json
2018-01-11Add some debugging capabilities to the build scripts.Daniil Baturin
2018-01-11T519: make VyOS package mirror configurable.Daniil Baturin
2017-08-21T361: check the build environment setup in ./configure before it can even ↵Daniil Baturin
get to make.
2017-01-25Switch all build scripts to python3.Daniil Baturin
Since we only support jessie as build host, and jessie knowingly does have python3 (although not by default), we don't really need to worry about being both 2 and 3 compatible.
2016-12-28Add an optin for debian security mirror.Daniil Baturin
2016-05-24add build options for clearfogKim Hagen
2016-03-03Fix typo in the configure script.Daniil Baturin
2016-01-26Add support for --build-type and --version options to configure script.Daniil Baturin
Image version will now be passed in configure option. As a collateral damage, add support for options without default values.
2016-01-26Add a configure option for selecting build type (release vs dev).Daniil Baturin
2015-12-26Add license headers to scripts.Daniil Baturin
Some people rightfully complained about their absense already.
2015-12-25Initial support for pbuilder.Daniil Baturin
Note: pbuilder --create does not work well with relative build path, base.tgz creation fails. This led to the build_dir path being absolute. Perhaps we should make it more granular and only use absolute paths for pbuilder options.
2015-12-24Add configure script support for Debian mirror options.Daniil Baturin
2015-12-24Make the configure script create the build/ dir if it doesn't exist.Daniil Baturin
2015-12-17Add initial drafts of the build scripts.Daniil Baturin