Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-02 | Makefile: "make test" runs in UEFI mode "make testc" continues to use BIOS | Christian Poessinger | |
With this change we validate both installation types that they work and operates "as expected". (cherry picked from commit e6ce9e76673d9de7c85510ba873f04a3521e1f19) | |||
2021-08-15 | Makefile: add "make test-no-interfaces" to start smoketests w/o interface tests | Christian Poessinger | |
2021-07-07 | T3664: remove vagrant build | Kim Hagen | |
2021-07-07 | T3664: Eliminate obsolete build flavours | Kim Hagen | |
2021-06-29 | Set the default shell to bash so that we can use -o pipefail | Daniil Baturin | |
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 | |