summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-08Type fixed.hagbard
2019-01-08T1135: "firewall send-redirects enable" works only after switching from ↵hagbard
disabled state on running system - disable send-redirects per default
2019-01-06CI/CD: add verbose output option to for 'build-submodules' scriptChristian Poessinger
2019-01-06CI/CD: Update all submodules to latest HEADChristian Poessinger
Update all registered submodules to the latest HEAD revision of its configured branch in .gitmodules #
2019-01-06Merge remote-tracking branch 'runborg/current' into currentChristian Poessinger
* runborg/current: Added build-kernel script and almost total rewrite of build-submodules
2019-01-06CI/CD: extend error reporting for Jenkins buildsChristian Poessinger
2019-01-06Docker: update apt xdependencies for vyos-accel-pppChristian Poessinger
2019-01-06Added build-kernel script and almost total rewrite of build-submodulesRunar Borge
The build-kernel script was forgotten to commit, it is needed to build the kernel To make the build-submodules script more readable and extendible i've almost totally rewritten it using functions the build process is also started in its own subshell, so that we dont need to hold track of the current directory and make error handling/status info easier
2019-01-05CI/CD: Build VyOS submodules from sourceChristian Poessinger
2019-01-05Merge pull request #34 from runborg/currentChristian Poessinger
Added support for compiling `vyos-accel-ppp` in `build-submodules`
2019-01-05Add branch information to submodulesChristian Poessinger
2019-01-04Added vyos-accel-ppp submoduleChristian Poessinger
2019-01-02Merge pull request #35 from danhusan/patch-1Christian Poessinger
T1120: Add rootdelay=5 by default in grub.cfg
2019-01-02T1120: Add rootdelay=5 by default in grub.cfgdanhusan
Let disks settle to workaround issue with MD array not being detected.
2019-01-01Merge remote-tracking branch 'upstream/current' into currentRunar Borge
2019-01-01Added support for compiiling vyos-accel-pppRunar Borge
2019-01-01T1131: disable vmtoolsd polling for now to avoid high CPU load.Daniil Baturin
In the future it may be made a CLI option.
2018-12-31Update the build-submodules script to use the dehardcoded kernel version.Daniil Baturin
2018-12-31Dehardcode the kernel package version from the live-build-config script.Daniil Baturin
2018-12-29Add 'nls_ascii' to initramfs to avoid USB pendrive boot warningChristian Poessinger
2018-12-29Merge branch '1u-diy-server' into currentChristian Poessinger
* 1u-diy-server: Docs: 1U: Reorder pictures Docs: 1U: added some pictures Docs: 1U: move optional part to the end Docs: Initial description about a DIY 1U router Docs: Remove old Sphinx approach and link to new one
2018-12-29Docs: 1U: Reorder picturesChristian Poessinger
2018-12-29Docs: 1U: added some picturesChristian Poessinger
2018-12-29Docs: 1U: move optional part to the endChristian Poessinger
2018-12-29Docs: Initial description about a DIY 1U routerChristian Poessinger
2018-12-29Docs: Remove old Sphinx approach and link to new oneChristian Poessinger
2018-12-29Merge pull request #32 from runborg/autobuildChristian Poessinger
Script and Instructions for building all subpackages via docker
2018-12-28Rename build script to build-submodules and removed docker from the build ↵Runar Borge
process. The script was originally named `build-docker-subpackages` and executed docker for every package built. This has now changed so that the user could choose to do a docker or native build. The readme is aldo updated to reflect this change.
2018-12-27T1139: Upgrade Kernel to 4.19.12Christian Poessinger
2018-12-27Added better support for compiling kernel and wireguard.Runar Borge
Automatically correct kernel options in libe-build-config and wierguard install
2018-12-26Remove bug that breaks all package compilationsRunar Borge
2018-12-26Added compilation of the kernel and wireguard submodule.Runar Borge
Also refactored some UI code for easyer reading
2018-12-25Remove vyatta-util and upate list of packages failing docker buildRunar Borge
2018-12-24Added dependenies for compiling pmacct and vyos-keepalived to DockerfileRunar Borge
2018-12-24Restructured example compilation code for easy readingRunar Borge
2018-12-24Added script and instructions for building most packages from source.Runar Borge
Using the vyos-builder docker container. Also added examples on doing builds.
2018-12-18Added JenkinsfileChristian Poessinger
2018-12-18T1070 - docker build of vyos-strongswan (#31)runborg
* T1070 - Added packages and readme notes about building strongswan strongswan is easely built using a docker image, but needs special options to pass tests. Added notes in the readme about building it and building instructions * T1070 - Restructured build example for wyos-strongswan
2018-12-17Merge branch 'current' of github.com:vyos/vyos-build into currentKim Hagen
2018-12-17Revert "add rootdelay=300 to kernel command"Kim Hagen
This reverts commit 6cec49aa7c8d9b6aaa041b93b30ca9b260a843b5.
2018-12-17Revert "Add xenserver guest utils to the x86 image."hagbard
This reverts commit bdc97cb53126e17a6f7111daaf19ae95dbc4aa5a. Breaks the build due to pkg double assignment. PKG already installed. https://github.com/vyos/vyos-world/commit/fb3c399ffad359ec11660e723fb72b9864710029
2018-12-17Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2018-12-17Add xenserver guest utils to the x86 image.Daniil Baturin
2018-12-17T865: start bgpd with RPKI support.Daniil Baturin
2018-12-16add rootdelay=300 to kernel commandKim Hagen
2018-11-25Remove ofed-scripts, since we are using kernel built-in drivers now.Daniil Baturin
2018-11-25T996: add hyperv-daemons package.Daniil Baturin
2018-11-25T859: add aptitude to the default package lists.Daniil Baturin
apt-get download doesn't work right, so the hook for downloading the grub-efi packages needs aptitude, sadly.
2018-11-25T1042: Update Linux Kernel from 4.19 to 4.19.4Christian Poessinger
2018-11-23Update config.boot.defaultKim