Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-15 | Adding help for --build- | Runar Borge | |
2019-01-15 | Added support for building only selected packages | Runar Borge | |
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 | build-submodules: exit script with proper exit code for Pipeline | 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-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 | |
2019-01-06 | Added build-kernel script and almost total rewrite of build-submodules | Runar 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-01 | Merge remote-tracking branch 'upstream/current' into current | Runar Borge | |
2019-01-01 | Added support for compiiling vyos-accel-ppp | Runar Borge | |
2018-12-31 | Update the build-submodules script to use the dehardcoded kernel version. | Daniil Baturin | |
2018-12-28 | Rename 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. |