Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-19 | [build] Use pdns-recursor binary packages from PowerDNS | Christian Poessinger | |
https://repo.powerdns.com/ provides a package repository for Debian 8 which serves us automatically all security updates instead of rebuilding the package by us. This drops the maintenance of one additional package. (cherry picked from commit dec0a52554c8bf8e87a0ac4dba7d7ae357672e6e) | |||
2019-03-18 | Add vmware ovf build procedure | Kim Hagen | |
2019-03-02 | T929: remove debian-firmware packages from build | Christian Poessinger | |
Kernel Firmware BLOBs will be delivered by the new vyos-firmware package (cherry picked from commit 3f7186f69bf9ed30d854fadc8510ccd2e9cff089) | |||
2019-01-31 | Unify the vyos/ and debian/ repos again. | Daniil Baturin | |
2019-01-27 | Merge branch 'current' into crux | Daniil Baturin | |
2019-01-26 | build-submodules: ease FRR build procedure | Christian Poessinger | |
Commit 670b6ca83b018 ("Docker: build libyang Debian package") build the libyang package into a proper Debian package which is used during build of FRR. With this change we can remove the FRR compile hack! | |||
2019-01-26 | build-kernel: no need to build source and debug package | Christian Poessinger | |
2019-01-26 | When building linux-kernel use number of host CPUs on parallel build | Christian Poessinger | |
2019-01-26 | When building parse Git commit ID | Christian Poessinger | |
2019-01-26 | When building frr clean out Git repository first | Christian Poessinger | |
2019-01-26 | Fix --verbose option when building submodules | Christian Poessinger | |
2019-01-26 | Build submodules in parallel with number of host CPUs | Christian Poessinger | |
2019-01-26 | submodules: add igmpproxy | Christian Poessinger | |
2019-01-26 | submodules: add vyos-xe-guest-utilities | Christian Poessinger | |
2019-01-21 | build-submodules: add vyos-1x package | Christian Poessinger | |
2019-01-17 | build-submodules: add vyos-netplug | Christian Poessinger | |
2019-01-17 | Merge pull request #37 from runborg/current | Christian Poessinger | |
Add selective package build, show commit id and small fix for overwriting text | |||
2019-01-17 | Changed command to get commit id | Runar Borge | |
2019-01-17 | Fixed print error when using SKIP message, all text was not overwritten | Runar Borge | |
2019-01-17 | Added display of the current commit id on built packages | Runar Borge | |
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 | Merge remote-tracking branch 'upstream/current' into current | Runar Borge | |
2019-01-16 | build-submodules: add eventwatchd | 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 | build-submodules: remove vyos-pppoe-server which is replaced by vyos-1x | 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-13 | build-submodules: build frr from source | Christian Poessinger | |
2019-01-12 | build-submodules: remove vyos-frr | 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-11 | build-submodules: Changed relative paths to full-paths on most commands | Runar Borge | |
2019-01-11 | Docker build files for entrypoint and UIDs | 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-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 | 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-06 | CI/CD: add verbose output option to for 'build-submodules' script | Christian Poessinger | |
2019-01-06 | Merge remote-tracking branch 'runborg/current' into current | Christian Poessinger | |
* runborg/current: Added build-kernel script and almost total rewrite of build-submodules | |||
2019-01-06 | CI/CD: extend error reporting for Jenkins builds | Christian Poessinger | |