Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-01 | Makefile: purge should clean QEMU test image, too | Christian Poessinger | |
2020-10-27 | smoketest: T3003: extend framework to load arbitrary config file | John Estabrook | |
2020-10-17 | Jenkins: clean QEMU build files | Christian Poessinger | |
2020-08-31 | configd: T2582: add option to run testsuite with daemon (default off) | John Estabrook | |
2020-06-27 | Makefile: indention fix | Christian Poessinger | |
2020-02-09 | Makefile: user pipefail in iso build | Christian Poessinger | |
2020-02-02 | Jenkins: add "make test" helper | Christian Poessinger | |
2020-01-08 | T1951: Include awscli package is the AWS build | Kim Hagen | |
2019-12-24 | add support for vep1400 | Kim Hagen | |
2019-12-03 | prevent 70-persistent-net.rules from being created | Kim Hagen | |
2019-11-05 | do not add the serial option for vep4600 | Kim Hagen | |
2019-11-05 | add build option for vep4600 | Kim Hagen | |
2019-05-21 | update cloud builds | UnicronNL | |
2019-05-03 | Revert "Makefile: proper handle 'make iso' error codes" | Kim Hagen | |
This reverts commit 2ffff339c5515280a1926d2ee134d5d2c7cdbcfc. | |||
2019-05-03 | Revert "use bash as the shell for make" | Kim Hagen | |
This reverts commit 01fd8dfdec8278e63f43502da44b4e7f8d0bf9e5. | |||
2019-05-03 | use bash as the shell for make | Kim | |
2019-04-26 | Makefile: proper handle 'make iso' error codes | Christian Poessinger | |
2019-04-15 | add debug build for GCE | Kim Hagen | |
2019-04-03 | add cloud init package list | Kim Hagen | |
2019-03-18 | Add vmware ovf build procedure | Kim Hagen | |
2018-11-12 | Add uefi to vyos-build | Kim Hagen | |
2018-10-29 | Add part of oracle cloud build | Kim Hagen | |
2018-10-25 | Add build command for AWS | Kim Hagen | |
2018-10-23 | Separate files needed for different cloud providers | Kim Hagen | |
Fix serial console speed settings Add google cloud image generation | |||
2018-10-22 | Add Azure creation script | Kim Hagen | |
2018-08-17 | Add azure build to makefile | Kim Hagen | |
2018-01-11 | T519: fix paths and operation order in the makefile for correct repo setup. | Daniil Baturin | |
2017-08-21 | T361: check the build environment setup in ./configure before it can even ↵ | Daniil Baturin | |
get to make. | |||
2017-07-29 | Add vagrant-libvirt make target | Yuya Kusakabe | |
2017-01-26 | Account for different architectures in ISO naming. | Daniil Baturin | |
2016-12-21 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
2016-12-21 | T229: automatically import locally build .deb's from packages/ at build time. | Daniil Baturin | |
Made it a separate script, if we ever need anything fancier than cp *.deb If not, we can move it to the makefile. | |||
2016-10-26 | Initial Hyper-V image | Yuya Kusakabe | |
2016-05-24 | update clearfog script name | Kim Hagen | |
add x86 specific packages to vyos-x86.list.chroot | |||
2016-05-24 | add build options for clearfog | Kim Hagen | |
2016-03-08 | Add support for signed VMware OVF (ref T14). | Yuya Kusakabe | |
2016-03-08 | Add support for signed VMware OVA (ref T14). | Yuya Kusakabe | |
2016-03-07 | Add build scripts for VMware OVF (ref T14) | Yuya Kusakabe | |
2016-03-04 | Add qemu image build scripts | Yuya Kusakabe | |
2016-03-03 | After build, create a properly named symlink to the ISO (ref T8). | Daniil Baturin | |
This is important for nightly builds, and handy for release builds. | |||
2016-02-18 | silently enable error mode in shell | Patrick van Staveren | |
2016-02-18 | Handle errors from subscripts. | Patrick van Staveren | |
Makefile .ONESHELL mode means that individual line exit codes aren't evaluated, only the final return code from the shell, which will always be zero. This makes it break earlier when a subscript returns non-zero. Maybe we shouldn't be using make? ;) | |||
2016-02-03 | Add a script for copying various files to the build config dir depending on ↵ | Daniil Baturin | |
build flavour. | |||
2016-01-29 | Remove the "build successful" message for now. | Daniil Baturin | |
Apparently live-build doesn't return $?>0 correctly for certain failures, which may lead to misleading success message when the build in fact had failed. | |||
2016-01-26 | Add a build step for generating version files. | Daniil Baturin | |
2016-01-24 | Keep all common live-build config data in data/live-build-config | Daniil Baturin | |
If more granular data modification is needed, it can be stored in other data/ subdirs. | |||
2015-12-25 | Initial 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-18 | Add package lists support. | Daniil Baturin | |
The idea is that package lists in data/package-lists/common/ will be used by all build flavours, while special individual build flavours may have their own additional package lists defined by configure options. | |||
2015-12-18 | Extend the makefile. | Daniil Baturin | |
Split the 'iso' target into 'prepare' and 'iso' so it's possible to debug the preparation stage without having to start an actual ISO build. Add build and clean stages. Also add 'purge' target that "factory resets" the build environment. Add some tsun-tsun feel to the build log. | |||
2015-12-18 | Add image data includes copying step to the makefile. | Daniil Baturin | |