summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2018-10-21Set the kernel to 4.14.65 for now.Daniil Baturin
2018-10-01Update VyOS Kernel to 4.18.11Christian Poessinger
2018-09-18Update VyOS kernel to 4.18.8Christian Poessinger
2018-08-23T792: Update VyOS kernel to 4.18.4Christian Poessinger
2018-08-20T776: Update VyOS Kernel to latest 4.14.65Christian Poessinger
2018-08-17Add script that converts image to vhdKim Hagen
2018-08-17Add initial azure image buildingKim Hagen
2018-08-14T776: Update VyOS Kernel to latest 4.14.62Christian Poessinger
Submodule packages/vyos-kernel 1230876..713585a: > Merge tag 'v4.14.62' into linux-vyos-4.14.y
2018-08-12Docker build improvementsPeri Diane Jones
Fix missing dependencies and repositories, make the makefile exit with 1 if ISO file wasn't built.
2018-07-21Add Debian backports repo to the build.Daniil Baturin
2018-06-26T712: add configure options to simplify building images with custom packages.Daniil Baturin
2018-06-08Use os.makedirs instead of distutils stuff, make the configure script more ↵Daniil Baturin
verbose, pretty print build-config.json
2018-06-08Move the version.json file used by newer code to /usr/share/vyosDaniil Baturin
2018-06-06T596: replace + in new version format by -Christian Poessinger
The new version scheme was introduced in commit d2e4f63f03 ("T596: use a more descriptive dev build version format.". It superseeded the old 999.something version numbers. New version numbers for rolling releases are in the form of vyos-1.2.0-rolling+201806062125-amd64.iso but the '+' sign will be replaced by '%2B' when e.g. downloading the file via http(s), this may be confusing.
2018-05-20T561: split vyos and debian repos.Daniil Baturin
2018-05-15More fix for version number for vagrant libvirt boxYuya Kusakabe
2018-05-15Fix Version is too large error when creating version to vagrant cloudYuya Kusakabe
2018-05-15Re-enable installing recommended packages, disabling them breaks the image.Daniil Baturin
2018-05-15Fix version number for vagrant libvirt boxYuya Kusakabe
2018-05-15Reduce image bloat.Daniil Baturin
1. Do not install "recommended" packages 2. Do not keep apt indices in the binary image 3. Clean up firmware packages that are installed by metapackages but are not required for for network or storage hardware. 4. Revert vim to vim-tiny
2018-05-01Fix bad URI of vagrant box URLYuya Kusakabe
2018-05-01Fix build script for vagrant libvirt boxYuya Kusakabe
See Vagrant Version Constraints: https://www.vagrantup.com/docs/boxes/versioning.html#version-constraints
2018-04-05T596: use a more descriptive dev build version format.Daniil Baturin
2018-03-15T565: VyOS Kernel Update v4.14.26Christian Poessinger
2018-01-26T531: VyOS Kernel Update v4.4.113Christian Poessinger
2018-01-12T520: use the load balanced Debian mirror by default.Daniil Baturin
2018-01-11T422: include apt-transport-https in the bootstrap stage.Daniil Baturin
2018-01-11T519: fix paths and operation order in the makefile for correct repo setup.Daniil Baturin
2018-01-11Add some debugging capabilities to the build scripts.Daniil Baturin
2018-01-11T519: make VyOS package mirror configurable.Daniil Baturin
2017-11-07use security mirror and updatesKim Hagen
2017-10-29VyOS Kernel Update v4.4.95Christian 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-22Fix mirror-chroot-security optionYuya Kusakabe
2017-08-21T361: check the build environment setup in ./configure before it can even ↵Daniil Baturin
get to make.
2017-07-29Fix script for Vagrant libvirt boxYuya Kusakabe
2017-07-29Add vagrant-libvirt make targetYuya Kusakabe
2017-07-29Fix packer.jsonYuya Kusakabe
2017-07-29Add script for building Vagrant libvirt boxYuya Kusakabe
2017-07-23Remove accelerator from packer templateYuya 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-06update kernel version in live-build-config scriptKim
2017-01-26Account for different architectures in ISO naming.Daniil Baturin
2017-01-25Switch 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-28Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-12-28Add an optin for debian security mirror.Daniil Baturin
2016-12-26remove verbose systemd status setting from grubKim Hagen
2016-12-26include check if file existsKim
2016-12-26make loop so it does not error if no files existKim
2016-12-24fix mount issueKim
vyatta-router init script greps on vyos-union instead of vyatta-union
2016-12-21Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-12-21lb-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.