summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2020-11-01Makefile: purge should clean QEMU test image, tooChristian Poessinger
2020-10-27smoketest: T3003: extend framework to load arbitrary config fileJohn Estabrook
2020-10-17Jenkins: clean QEMU build filesChristian Poessinger
2020-08-31configd: T2582: add option to run testsuite with daemon (default off)John Estabrook
2020-06-27Makefile: indention fixChristian Poessinger
2020-02-09Makefile: user pipefail in iso buildChristian Poessinger
2020-02-02Jenkins: add "make test" helperChristian Poessinger
2020-01-08T1951: Include awscli package is the AWS buildKim Hagen
2019-12-24add support for vep1400Kim Hagen
2019-12-03prevent 70-persistent-net.rules from being createdKim Hagen
2019-11-05do not add the serial option for vep4600Kim Hagen
2019-11-05add build option for vep4600Kim Hagen
2019-05-21update cloud buildsUnicronNL
2019-05-03Revert "Makefile: proper handle 'make iso' error codes"Kim Hagen
This reverts commit 2ffff339c5515280a1926d2ee134d5d2c7cdbcfc.
2019-05-03Revert "use bash as the shell for make"Kim Hagen
This reverts commit 01fd8dfdec8278e63f43502da44b4e7f8d0bf9e5.
2019-05-03use bash as the shell for makeKim
2019-04-26Makefile: proper handle 'make iso' error codesChristian Poessinger
2019-04-15add debug build for GCEKim Hagen
2019-04-03add cloud init package listKim Hagen
2019-03-18Add vmware ovf build procedureKim Hagen
2018-11-12Add uefi to vyos-buildKim Hagen
2018-10-29Add part of oracle cloud buildKim Hagen
2018-10-25Add build command for AWSKim Hagen
2018-10-23Separate files needed for different cloud providersKim Hagen
Fix serial console speed settings Add google cloud image generation
2018-10-22Add Azure creation scriptKim Hagen
2018-08-17Add azure build to makefileKim Hagen
2018-01-11T519: fix paths and operation order in the makefile for correct repo setup.Daniil Baturin
2017-08-21T361: check the build environment setup in ./configure before it can even ↵Daniil Baturin
get to make.
2017-07-29Add vagrant-libvirt make targetYuya Kusakabe
2017-01-26Account for different architectures in ISO naming.Daniil Baturin
2016-12-21Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-12-21T229: 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-26Initial Hyper-V imageYuya Kusakabe
2016-05-24update clearfog script nameKim Hagen
add x86 specific packages to vyos-x86.list.chroot
2016-05-24add build options for clearfogKim Hagen
2016-03-08Add support for signed VMware OVF (ref T14).Yuya Kusakabe
2016-03-08Add support for signed VMware OVA (ref T14).Yuya Kusakabe
2016-03-07Add build scripts for VMware OVF (ref T14)Yuya Kusakabe
2016-03-04Add qemu image build scriptsYuya Kusakabe
2016-03-03After 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-18silently enable error mode in shellPatrick van Staveren
2016-02-18Handle 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-03Add a script for copying various files to the build config dir depending on ↵Daniil Baturin
build flavour.
2016-01-29Remove 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-26Add a build step for generating version files.Daniil Baturin
2016-01-24Keep all common live-build config data in data/live-build-configDaniil Baturin
If more granular data modification is needed, it can be stored in other data/ subdirs.
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-18Add 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-18Extend 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-18Add image data includes copying step to the makefile.Daniil Baturin