summaryrefslogtreecommitdiff
path: root/scripts/defaults.py
AgeCommit message (Collapse)Author
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.
2018-11-14use 2017.7 version of the salt minionKim Hagen
2018-11-14Add saltstack repoKim Hagen
2018-06-26T712: add configure options to simplify building images with custom packages.Daniil Baturin
2018-05-20T561: split vyos and debian repos.Daniil Baturin
2018-01-12T520: use the load balanced Debian mirror by default.Daniil Baturin
2018-01-11T519: make VyOS package mirror configurable.Daniil Baturin
2016-12-21lb-config improvements: force firmware packages to be added to the image,Daniil Baturin
and make security mirror configurable. XXX: need to find out how to make --security work too.
2016-01-26Add a build step for generating version files.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-17Add initial drafts of the build scripts.Daniil Baturin