Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-21 | update cloud builds | UnicronNL | |
2019-05-13 | intel: remove bash debug flag (-x) when building drivers | Christian Poessinger | |
2019-05-13 | Remove build-kernel helper script | Christian Poessinger | |
Logic is available via scripts/build-package helper. | |||
2019-05-13 | T1378: extend version file with Git commit ID | Christian Poessinger | |
The Git commit ID will be crucial for the future when the full VyOS build can be reproduced by the one Git commit ID, thus start recording it in the version file. | |||
2019-05-12 | Add arm64 docker file. | UnicronNL | |
2019-05-12 | rename amd64 to arm for packer download | UnicronNL | |
2019-05-12 | Add Dockerfile for armhf. | UnicronNL | |
Remove pkg-build.sh file and reference in Dockerfile | |||
2019-05-09 | Docs: move custom 1U baremetal router to vyos-documentation | Christian Poessinger | |
2019-05-08 | undo hooks: initramfs: add option to update an existing initramfs | Kim | |
this is to generate an initramfs if it does not exist, updating when not exist does not work and will break the image build process | |||
2019-05-06 | Jenkins: adjust artifacts to archive | Christian Poessinger | |
2019-05-06 | Jenkins: remove dbg packages before assembling ISO to reduce size | Christian Poessinger | |
Some packages produce debug symbols which we do not wan't to have in our ISO: * librtr / rtr-tools * libsnmp * Linux Kernel | |||
2019-05-05 | hooks: initramfs: add option to update an existing initramfs | Christian Poessinger | |
2019-05-05 | Revert "hooks: initramfs: add option to remove an existing initramfs" | Christian Poessinger | |
This reverts commit 5a3489861dc50e6bd4083993ad8065340f8f7c0f. | |||
2019-05-05 | T1366: Update Linux Kernel to v4.19.40 | Christian Poessinger | |
2019-05-05 | hooks: initramfs: add option to remove an existing initramfs | Christian Poessinger | |
2019-05-05 | Jenkins: list build packages | Christian Poessinger | |
2019-05-04 | Packages: add vyos-replace package to build procedure | Christian Poessinger | |
2019-05-04 | intel: remove debhelper depencendy on linux-image | Christian Poessinger | |
2019-05-04 | intel: set debhelper compat level to 9 | Christian Poessinger | |
2019-05-03 | Packages: add keepalived 2.0.10 to build procedure | Christian Poessinger | |
2019-05-03 | Docker: add additional dependencies for Debian keepalived repo | Christian Poessinger | |
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-29 | add reprepro deploy script | Kim Hagen | |
2019-04-27 | Packages: add net-snmp package to build procedure | Christian Poessinger | |
2019-04-27 | Packages: remove duplicate '-j' statement when building Kernel | Christian Poessinger | |
2019-04-27 | Packages: use Kernel Maintainer build command for Linux Kernel | Christian Poessinger | |
make-kpkg is a deprecated command and make deb-pkg should be used which is maintained by the Kernel developers. Switch to the new command for Kernel building which eases the transition to Debian Buster. | |||
2019-04-26 | Merge branch 'source-build' of https://github.com/c-po/vyos-build into current | Christian Poessinger | |
* 'source-build' of https://github.com/c-po/vyos-build: Docker: fix pmacct build dependencies Packages: support --blacklist option to not build individual packages Packages: fix missing bytes stuck in the output buffer Docker: add package requirements to build keepalived Docker: Use close sections when working with jessie-backports README: adjust chapters to new VyOS package build script Packages: extract kernel version from defaults.json Packages: use 'make kernelversion' instead of grep magic Packages: add bgpq3 (debian/0.1.33-1) package to build procedure Jenkins: archive ISO and build.log artifacts Makefile: proper handle 'make iso' error codes Packages: remove vyatta-quagga Packages: add ethtool (debian/1%4.19-1) package to build procedure Packages: define custom command for vyos-strongswan intel: adjust URL for ixgbevf 4.5.2 Replace build-submodules with Python based package builder Remove outdated/unmaintained submodules | |||
2019-04-26 | Docker: fix pmacct build dependencies | Christian Poessinger | |
Debian Jessie Backports ships default-libmysqlclient-dev but Debian Jessie only provides libmysqlclient-dev. | |||
2019-04-26 | Packages: support --blacklist option to not build individual packages | Christian Poessinger | |
2019-04-26 | Packages: fix missing bytes stuck in the output buffer | Christian Poessinger | |
A last read() was missing to the temporary files when reporting errors after a command was executed. | |||
2019-04-26 | Docker: add package requirements to build keepalived | Christian Poessinger | |
2019-04-26 | Docker: Use close sections when working with jessie-backports | Christian Poessinger | |
Making the jessie-backports repository globally available might cause problems when installing packages which have mixed versions. This was observed with the following packages which could not be installed when jessie-backports was listed always in /etc/apt/sources.list * libnl-3-200 * libnl-3-dev * libnl-genl-3-200 * libnl-genl-3-dev | |||
2019-04-26 | README: adjust chapters to new VyOS package build script | Christian Poessinger | |
2019-04-26 | Packages: extract kernel version from defaults.json | Christian Poessinger | |
This requires 'jq' as part of the Docker container. $ cat data/defaults.json | jq '.kernel_version' | tr -d \" | |||
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-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 | |