summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2016-02-03Add a script for copying various files to the build config dir depending on ↵Daniil Baturin
build flavour.
2016-02-03Add a script for extracting field values from the build config,Daniil Baturin
for use in shell scripts and the like.
2016-01-26Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-01-26Add a build step for generating version files.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
2016-01-26add extra linux cmdline optionsKim Hagen
2015-12-26Make the config existence check scripts try to actually load the JSON.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-24Add sudo to required packages, since we use it in scripts.Daniil Baturin
Using sudo from scripts may be objectionable, but I don't see any alternatives for things that do chroot.
2015-12-17Add initial drafts of the build scripts.Daniil Baturin