Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-11 | T422: include apt-transport-https in the bootstrap stage. | Daniil Baturin | |
2018-01-11 | T519: fix paths and operation order in the makefile for correct repo setup. | Daniil Baturin | |
2018-01-11 | Add some debugging capabilities to the build scripts. | Daniil Baturin | |
2018-01-11 | T519: make VyOS package mirror configurable. | Daniil Baturin | |
2017-11-07 | use security mirror and updates | Kim Hagen | |
2017-10-29 | VyOS Kernel Update v4.4.95 | Christian Poessinger | |
* packages/vyos-kernel efe6504...0a84c7e (18): > Merge tag 'v4.4.95' into current > add virtio scsi to kernel as loadable module > remove Automatically generated lines > Enable intel QuickAssist Technology modules > dccp: fix freeing skb too early for IPV6_RECVPKTINFO > virtio_net: validate ethtool port setting and explain the user validation > ethtool: make validate_speed accept all speeds between 0 and INT_MAX > virtio_net: add ethtool support for set and get of settings > ethtool: add speed/duplex validation functions > add vyos x86_64 defconfig > Merge tag 'v4.4.47' into current | |||
2017-09-22 | Fix mirror-chroot-security option | Yuya Kusakabe | |
2017-08-21 | T361: check the build environment setup in ./configure before it can even ↵ | Daniil Baturin | |
get to make. | |||
2017-07-29 | Fix script for Vagrant libvirt box | Yuya Kusakabe | |
2017-07-29 | Add vagrant-libvirt make target | Yuya Kusakabe | |
2017-07-29 | Fix packer.json | Yuya Kusakabe | |
2017-07-29 | Add script for building Vagrant libvirt box | Yuya Kusakabe | |
2017-07-23 | Remove accelerator from packer template | Yuya Kusakabe | |
When no accelerator is specified, Packer will try to use kvm if it is available but will default to tcg otherwise. See https://www.packer.io/docs/builders/qemu.html#accelerator | |||
2017-02-06 | update kernel version in live-build-config script | Kim | |
2017-01-26 | Account for different architectures in ISO naming. | Daniil Baturin | |
2017-01-25 | Switch all build scripts to python3. | Daniil Baturin | |
Since we only support jessie as build host, and jessie knowingly does have python3 (although not by default), we don't really need to worry about being both 2 and 3 compatible. | |||
2016-12-28 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
2016-12-28 | Add an optin for debian security mirror. | Daniil Baturin | |
2016-12-26 | remove verbose systemd status setting from grub | Kim Hagen | |
2016-12-26 | include check if file exists | Kim | |
2016-12-26 | make loop so it does not error if no files exist | Kim | |
2016-12-24 | fix mount issue | Kim | |
vyatta-router init script greps on vyos-union instead of vyatta-union | |||
2016-12-21 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
2016-12-21 | lb-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-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-09-02 | update kernel version to 4.4.15 | Kim Hagen | |
update files needed for clearfog build | |||
2016-08-05 | set systemd tasks verbose on boot | Kim Hagen | |
2016-05-24 | add build options for clearfog | Kim Hagen | |
2016-04-13 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
2016-04-13 | For the ARM porting story: add copying a package list with arch-specific ↵ | Daniil Baturin | |
packages to the build-flavour script. Right now it only includes grub-pc. | |||
2016-03-31 | Change vm disk type from IDE to SCSI (ref T14). | Yuya Kusakabe | |
2016-03-27 | remove installing open-vm-tools process from build-vmware-image | Yuya Kusakabe | |
2016-03-21 | update kernel package version | Kim | |
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 product section to VMware OVF (ref T14). | Yuya Kusakabe | |
2016-03-07 | vmware-ovf: Generate manifest file (T14). | Yuya Kusakabe | |
2016-03-07 | vmware-ovf: Increase memory size and remove unnecessary devices (ref T14). | Yuya Kusakabe | |
2016-03-07 | Small fixes for scripts/template.ovf (ref T14). | Yuya Kusakabe | |
2016-03-07 | Disable GUI in packer build (ref T14). | Yuya Kusakabe | |
2016-03-07 | Add build scripts for VMware OVF (ref T14) | Yuya Kusakabe | |
2016-03-06 | Fix qemu image cannot get IP address. (ref T12) | Yuya Kusakabe | |
2016-03-05 | Change accelerator to tcg from kvm and ajust boot command in packer.json ↵ | Yuya Kusakabe | |
(ref T12) | |||
2016-03-04 | Factor out dependency checking functions to its own class (ref T9). | Daniil Baturin | |
2016-03-04 | Add qemu image build scripts | Yuya Kusakabe | |
2016-03-03 | Fix typo in the configure script. | Daniil Baturin | |
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-03-03 | Adjust build-flavour script to use new json-query script. | Daniil Baturin | |
2016-03-03 | Rename query-config to query-json to reflect its new role. | Daniil Baturin | |