summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2019-01-26When building parse Git commit IDChristian Poessinger
2019-01-26When building frr clean out Git repository firstChristian Poessinger
2019-01-26Fix --verbose option when building submodulesChristian Poessinger
2019-01-26Build submodules in parallel with number of host CPUsChristian Poessinger
2019-01-26submodules: add igmpproxyChristian Poessinger
2019-01-26submodules: add vyos-xe-guest-utilitiesChristian Poessinger
2019-01-21build-submodules: add vyos-1x packageChristian Poessinger
2019-01-17build-submodules: add vyos-netplugChristian Poessinger
2019-01-17Merge pull request #37 from runborg/currentChristian Poessinger
Add selective package build, show commit id and small fix for overwriting text
2019-01-17Changed command to get commit idRunar Borge
2019-01-17Fixed print error when using SKIP message, all text was not overwrittenRunar Borge
2019-01-17Added display of the current commit id on built packagesRunar Borge
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-16Merge remote-tracking branch 'upstream/current' into currentRunar Borge
2019-01-16build-submodules: add eventwatchdChristian 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-14build-submodules: remove vyos-pppoe-server which is replaced by vyos-1xChristian 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-13build-submodules: build frr from sourceChristian Poessinger
2019-01-12build-submodules: remove vyos-frrChristian 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-11build-submodules: Changed relative paths to full-paths on most commandsRunar Borge
2019-01-11Docker build files for entrypoint and UIDsChristian 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-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-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-06CI/CD: add verbose output option to for 'build-submodules' scriptChristian Poessinger
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-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-01Merge remote-tracking branch 'upstream/current' into currentRunar Borge
2019-01-01Added support for compiiling vyos-accel-pppRunar Borge
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-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