summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-17build-submodules: add libvyosconfigChristian Poessinger
2019-01-17build-submodules: add librtrChristian Poessinger
2019-01-17build-submodules: add vyos-salt-minionChristian Poessinger
2019-01-17build-submodules: add vyos-opennhrpChristian Poessinger
2019-01-17build-submodules: add ddclient and vyatta-biosdevnameChristian Poessinger
2019-01-16Fixed print error when using SKIP message, all text was not overwrittenRunar Borge
2019-01-16Added sisplay of the current commit id on all packagesRunar Borge
2019-01-16Merge remote-tracking branch 'upstream/current' into currentRunar Borge
2019-01-16build-submodules: add eventwatchdChristian Poessinger
2019-01-16developer: add linux-perf package to vyos-dev apt packagesChristian Poessinger
2019-01-16Docker: add missing dependencies for conntrack-toolsChristian Poessinger
2019-01-16build-submodules: add conntrack-toolsChristian Poessinger
2019-01-15Adding help for --build-Runar Borge
2019-01-15Added support for building only selected packagesRunar Borge
2019-01-14Jenkins: move post always to post cleanup sectionChristian Poessinger
2019-01-14build-submodules: remove vyos-pppoe-server which is replaced by vyos-1xChristian Poessinger
2019-01-14Jenkins: allow regular user to clean 'build/' directoryChristian Poessinger
2019-01-14build-submodules: fix 'sed' script for FRR Debian packagingChristian Poessinger
2019-01-14build-submodules: remove vyatta-vrrp which is no longer requiredChristian Poessinger
vyatta-vrrp code has been replaced by vyos-1x implementation
2019-01-14build-submodules support FRR build from 'master' branchChristian Poessinger
2019-01-14Docker: add ZMQ (ZeroMessageQueue) to FRR deps - optionalChristian Poessinger
2019-01-13build-submodules: build frr from sourceChristian Poessinger
2019-01-13Docker: frr-deps: add librtr and libyangChristian Poessinger
2019-01-12Docker: fix build deps for pmacctChristian Poessinger
2019-01-12Docker: add upstream 'frr' build dependenciesChristian Poessinger
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