summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-12README.md: typo fixesChristian Poessinger
2019-01-12build-submodules: remove vyos-frrChristian Poessinger
2019-01-12Add frr submoduleChristian Poessinger
2019-01-12Remove vyos-frr submoduleChristian Poessinger
2019-01-12Merge branch 'current' of github.com:runborg/vyos-build into currentChristian Poessinger
* 'current' of github.com:runborg/vyos-build: build-submodules: Changed relative paths to full-paths on most commands
2019-01-12Update README.md Docker instructions and branch namesChristian Poessinger
2019-01-11build-submodules: Changed relative paths to full-paths on most commandsRunar Borge
2019-01-11Jenkins: add deploy stage do pipelineChristian Poessinger
2019-01-11Docker: create UNIX group on demandChristian Poessinger
2019-01-11Docker build files for entrypoint and UIDsChristian Poessinger
2019-01-11.gitignore: ignore log from build-submodulesChristian Poessinger
2019-01-11build-submodules: exit script with proper exit code for PipelineChristian Poessinger
2019-01-11CI/CD: Improve 'goso' handling for Docker and JenkinsChristian Poessinger
* Inside the container user can call 'sudo' without password * Added Docker environment variables to controll the 'gosu' UID/GID
2019-01-11Merge pull request #36 from runborg/currentChristian Poessinger
Compile frr, set user with gosu in docker and fixup of logging and errors in build-subpackages
2019-01-09packages: fix vyos-strongswan submodule pointerChristian Poessinger
2019-01-09Fix error message on kernel commit, also fixup from merge-conflictRunar Borge
2019-01-09Merge remote-tracking branch 'upstream/current' into current and merge ↵Runar Borge
conflict fix
2019-01-09Log complete buildscript execution and changed package-initialization routineRunar Borge
All build executions is now logged to the buildlog insted of only the dpkg-* commands The script also shows commands executed (bash: set -x) Insted of initializing subpackages one by one they now initialize and update in one operation by the git submodule command
2019-01-09Adding support for compiling vyos-frr packageRunar Borge
2019-01-09Added apt-get update before any apt-get install commands.Runar Borge
This fixes an issue where docker is using packages from cache that has an outdated apt-cache.
2019-01-09Change user on docker image to the current owner of the volume directory (GOSU)Runar Borge
Insted of hardcoding the user used to build inside the container it will now be auto configured to be the user UID that owns the vyos-build directory This is done with the gosu utillity and a entrypoint script
2019-01-08build-submodules: fix bool logic for accel-ppp buildChristian Poessinger
2019-01-08T1135: "firewall send-redirects enable" works only after switching from ↵hagbard
disabled state on running system - set default to disable too due to the fact that set firewall did expect that at one point. Primarily, IPSec could leak data once a tunnel is established.
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