Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-26 | Packages: use 'make kernelversion' instead of grep magic | Christian Poessinger | |
Exract version by using the included "make kernelversion" instead of writing a custom grep script that was used before. VERSION=$(grep '^VERSION' Makefile | grep -Eo '[0-9]{1,4}') PATCHLEVEL=$(grep '^PATCHLEVEL' Makefile | grep -Eo '[0-9]{1,4}') SUBLEVEL=$(grep '^SUBLEVEL' Makefile | grep -Eo '[0-9]{1,4}') $ make kernelversion 4.19.36 | |||
2019-04-26 | Packages: add bgpq3 (debian/0.1.33-1) package to build procedure | Christian Poessinger | |
2019-04-26 | Jenkins: archive ISO and build.log artifacts | Christian Poessinger | |
2019-04-26 | Makefile: proper handle 'make iso' error codes | Christian Poessinger | |
2019-04-26 | Packages: remove vyatta-quagga | Christian Poessinger | |
2019-04-26 | Packages: add ethtool (debian/1%4.19-1) package to build procedure | Christian Poessinger | |
2019-04-26 | Packages: define custom command for vyos-strongswan | Christian Poessinger | |
This is required to get a python3-vici package which is required by vyos-1x | |||
2019-04-25 | Docker: add bc, kmod as dependency of vyos-kernel | Christian Poessinger | |
2019-04-25 | Docker: add python-setuptools as dependency of vyos-strongswan | Christian Poessinger | |
2019-04-25 | VyOS 1.3.0 is based on Debian Buster | Christian Poessinger | |
2019-04-24 | Docker: update build system to Debian Buster | Christian Poessinger | |
2019-04-23 | intel: adjust URL for ixgbevf 4.5.2 | Christian Poessinger | |
2019-04-23 | Replace build-submodules with Python based package builder | Christian Poessinger | |
Support building individual VyOS packages by this modules. Call scripts/build-packages -l to list all available packages which will be build when invoking scripts/build-packages. | |||
2019-04-23 | Remove outdated/unmaintained submodules | Christian Poessinger | |
All registered Git submodules were out of date. Even worse some of the modules are no longer in use and have been replaced by upstream packages. Keeping invalid information is even worse then no information. All required VyOS packages can be found in the future build-packages script. | |||
2019-04-23 | T41: include bgpq3 for BGP policy creation | Christian Poessinger | |
Build Debian upstream bgpq3 froum source: $ git clone https://salsa.debian.org/debian/bgpq3.git $ cd bgpq3 $ git checkout debian/0.1.33-1 $ dpkg-buildpackage -uc -us -tc -b | |||
2019-04-21 | Kernel: update to Linux Kernel 4.19.36 | Christian Poessinger | |
2019-04-19 | T1131: enable vmtoolsd polling again. | Daniil Baturin | |
2019-04-19 | Merge branch 'current' of https://github.com/vyos/vyos-build into current | Daniil Baturin | |
2019-04-16 | T1327: Set the serial console speed to 115200 by default | John Estabrook | |
Set the serial console speed to 115200 in all build scripts, as is the standard for current boards. This avoids an annoyance for users of the livecd, and makes the defaults in build scripts in tools/ and scripts/ consistent. | |||
2019-04-16 | T1274: do not remove additional QLogic firmware. | Daniil Baturin | |
2019-04-16 | [firmware] T1274: add additional QLogic firmware files | Christian Poessinger | |
2019-04-16 | update ova template to use debian8 and pvscsi | Kim Hagen | |
2019-04-15 | add debug build for GCE | Kim Hagen | |
2019-04-15 | set image size to 10 gigabyte | Kim Hagen | |
2019-04-15 | update ovf template file | Kim Hagen | |
2019-04-09 | Docker: use libyang from VyOS project reposi | Christian Poessinger | |
2019-04-04 | T929: T1274: embed linux firmware through ISO build process | Christian Poessinger | |
As of now Linux Firmware was installed via vyos-firmware Debian package which just wrapped the Git repositories content. As this just made things harder - install the firmware files via build hook (as the used to be installed like this in the good old days - before the have been removed via 3f7186f69b) | |||
2019-04-03 | add cloud init package list | Kim Hagen | |
2019-04-02 | Docker: use prebuild libyang packages | Christian Poessinger | |
Building libyang is horrible and not even possible on Debian OldStable. Thus take the change and use the FRR provided binaries inside the Docker container. | |||
2019-04-02 | Docker: build rtrlib from GitHub release archive | Christian Poessinger | |
2019-04-02 | Remove a reference to the build-iso | Daniil Baturin | |
That's all history now. | |||
2019-04-02 | Reorder sections so that docker and submodule stuff is not between ↵ | Daniil Baturin | |
./configure and make iso | |||
2019-04-01 | Kernel: update to Linux Kernel 4.19.32 | Christian Poessinger | |
2019-03-31 | Docker: dependency cleanup | Christian Poessinger | |
Move more package dependencies to their appropriate section instead of keeping them in the global "just throw everywhere here" section | |||
2019-03-31 | Docs: update 1U bare-metal appliance with riser card infos | Christian Poessinger | |
With the mentioned riser card and bracked you may add two 10GE ports to this appliance. | |||
2019-03-31 | Merge branch 'current' of https://github.com/vyos/vyos-build into current | Daniil Baturin | |
2019-03-31 | Remove unnecessary locale files at build time to reduce the image size. | Daniil Baturin | |
2019-03-31 | live-build: remove accidently added file for linux-firmware | Christian Poessinger | |
Commit 6b5da3d86615 ("Docker: remove duplicate installation of live-build") added a file by accident for fetching the linux firmware binaries. | |||
2019-03-31 | Docker: cleanup package dependencies for Kernel | Christian Poessinger | |
2019-03-31 | Docker: remove duplicate installation of libboost-filesystem-dev | Christian Poessinger | |
2019-03-31 | Docker: remove duplicate installation of python3-pystache | Christian Poessinger | |
2019-03-31 | Docker: remove duplicate installation of live-build | Christian Poessinger | |
2019-03-31 | live-build: reconfigure build after jessie-backports moved to Debian archive | Christian Poessinger | |
Debian Team finally shut down all jessie-backport mirrors after announcing discontinuation [1] in July 2018. As we heavily rely on Backported Packages for VyOS 1.2 we need to move the installation mirrors to Debian Archive. In addition the repo signing keys already expired requiring us to set Acquire::Check-Valid-Until=false when building the ISO. [1] https://lists.debian.org/debian-backports-announce/2018/07/msg00000.html [2] https://wiki.debian.org/LTS/FAQ#Who_fixes_security_issues_with_packages_in_jessie-backports.3F | |||
2019-03-31 | Revert "live-build: set jessie-backports mirror to archive.debian.org" | Christian Poessinger | |
This reverts commit b2779e8b7969a3648d78e8a055734b81f059634e. | |||
2019-03-31 | Revert "live-build: fix copy/paste error" | Christian Poessinger | |
This reverts commit 166f8735e4e7fc4d2cc17ead2bb81124de648068. | |||
2019-03-31 | Revert "live-build: final fix for Debian Backports (all good things are three)" | Christian Poessinger | |
This reverts commit 432f35f0edc7f610eceff1a62e431c527a11a3f5. | |||
2019-03-28 | live-build: final fix for Debian Backports (all good things are three) | Christian Poessinger | |
166f8735e4e ("live-build: fix copy/paste error") still did not set all required parts for the build script. All good things will be three!!! | |||
2019-03-28 | live-build: fix copy/paste error | Christian Poessinger | |
Commit b2779e8b7969 ("live-build: set jessie-backports mirror to archive.debian.org") set the debian security mirror again instead of specifying a new key debian backports. | |||
2019-03-28 | live-build: set jessie-backports mirror to archive.debian.org | Christian Poessinger | |
2019-03-28 | Docker: Container Update for jessie-backports | Christian Poessinger | |
jesie-backports moved to Debian Archive as this train is no longer actively maintained. In addition to the mirror change also improve the build dependency handling. |