Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-17 | build-submodules: add libvyosconfig | Christian Poessinger | |
2019-01-17 | build-submodules: add librtr | Christian Poessinger | |
2019-01-17 | build-submodules: add vyos-salt-minion | Christian Poessinger | |
2019-01-17 | build-submodules: add vyos-opennhrp | Christian Poessinger | |
2019-01-17 | build-submodules: add ddclient and vyatta-biosdevname | Christian Poessinger | |
2019-01-16 | Fixed print error when using SKIP message, all text was not overwritten | Runar Borge | |
2019-01-16 | Added sisplay of the current commit id on all packages | Runar Borge | |
2019-01-16 | Merge remote-tracking branch 'upstream/current' into current | Runar Borge | |
2019-01-16 | build-submodules: add eventwatchd | Christian Poessinger | |
2019-01-16 | developer: add linux-perf package to vyos-dev apt packages | Christian Poessinger | |
2019-01-16 | Docker: add missing dependencies for conntrack-tools | Christian Poessinger | |
2019-01-16 | build-submodules: add conntrack-tools | Christian Poessinger | |
2019-01-15 | Adding help for --build- | Runar Borge | |
2019-01-15 | Added support for building only selected packages | Runar Borge | |
2019-01-14 | Jenkins: move post always to post cleanup section | Christian Poessinger | |
2019-01-14 | build-submodules: remove vyos-pppoe-server which is replaced by vyos-1x | Christian Poessinger | |
2019-01-14 | Jenkins: allow regular user to clean 'build/' directory | Christian Poessinger | |
2019-01-14 | build-submodules: fix 'sed' script for FRR Debian packaging | Christian Poessinger | |
2019-01-14 | build-submodules: remove vyatta-vrrp which is no longer required | Christian Poessinger | |
vyatta-vrrp code has been replaced by vyos-1x implementation | |||
2019-01-14 | build-submodules support FRR build from 'master' branch | Christian Poessinger | |
2019-01-14 | Docker: add ZMQ (ZeroMessageQueue) to FRR deps - optional | Christian Poessinger | |
2019-01-13 | build-submodules: build frr from source | Christian Poessinger | |
2019-01-13 | Docker: frr-deps: add librtr and libyang | Christian Poessinger | |
2019-01-12 | Docker: fix build deps for pmacct | Christian Poessinger | |
2019-01-12 | Docker: add upstream 'frr' build dependencies | Christian Poessinger | |
2019-01-12 | README.md: typo fixes | Christian Poessinger | |
2019-01-12 | build-submodules: remove vyos-frr | Christian Poessinger | |
2019-01-12 | Add frr submodule | Christian Poessinger | |
2019-01-12 | Remove vyos-frr submodule | Christian Poessinger | |
2019-01-12 | Merge branch 'current' of github.com:runborg/vyos-build into current | Christian Poessinger | |
* 'current' of github.com:runborg/vyos-build: build-submodules: Changed relative paths to full-paths on most commands | |||
2019-01-12 | Update README.md Docker instructions and branch names | Christian Poessinger | |
2019-01-11 | build-submodules: Changed relative paths to full-paths on most commands | Runar Borge | |
2019-01-11 | Jenkins: add deploy stage do pipeline | Christian Poessinger | |
2019-01-11 | Docker: create UNIX group on demand | Christian Poessinger | |
2019-01-11 | Docker build files for entrypoint and UIDs | Christian Poessinger | |
2019-01-11 | .gitignore: ignore log from build-submodules | Christian Poessinger | |
2019-01-11 | build-submodules: exit script with proper exit code for Pipeline | Christian Poessinger | |
2019-01-11 | CI/CD: Improve 'goso' handling for Docker and Jenkins | Christian Poessinger | |
* Inside the container user can call 'sudo' without password * Added Docker environment variables to controll the 'gosu' UID/GID | |||
2019-01-11 | Merge pull request #36 from runborg/current | Christian Poessinger | |
Compile frr, set user with gosu in docker and fixup of logging and errors in build-subpackages | |||
2019-01-09 | packages: fix vyos-strongswan submodule pointer | Christian Poessinger | |
2019-01-09 | Fix error message on kernel commit, also fixup from merge-conflict | Runar Borge | |
2019-01-09 | Merge remote-tracking branch 'upstream/current' into current and merge ↵ | Runar Borge | |
conflict fix | |||
2019-01-09 | Log complete buildscript execution and changed package-initialization routine | Runar 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-09 | Adding support for compiling vyos-frr package | Runar Borge | |
2019-01-09 | Added 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-09 | Change 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-08 | build-submodules: fix bool logic for accel-ppp build | Christian Poessinger | |
2019-01-08 | T1135: "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-08 | Type fixed. | hagbard | |
2019-01-08 | T1135: "firewall send-redirects enable" works only after switching from ↵ | hagbard | |
disabled state on running system - disable send-redirects per default |