Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-31 | Dehardcode the kernel package version from the live-build-config script. | Daniil Baturin | |
2018-12-29 | Merge pull request #32 from runborg/autobuild | Christian Poessinger | |
Script and Instructions for building all subpackages via docker | |||
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. | |||
2018-12-27 | T1139: Upgrade Kernel to 4.19.12 | Christian Poessinger | |
2018-12-27 | Added better support for compiling kernel and wireguard. | Runar Borge | |
Automatically correct kernel options in libe-build-config and wierguard install | |||
2018-12-26 | Remove bug that breaks all package compilations | Runar Borge | |
2018-12-26 | Added compilation of the kernel and wireguard submodule. | Runar Borge | |
Also refactored some UI code for easyer reading | |||
2018-12-25 | Remove vyatta-util and upate list of packages failing docker build | Runar Borge | |
2018-12-24 | Added script and instructions for building most packages from source. | Runar Borge | |
Using the vyos-builder docker container. Also added examples on doing builds. | |||
2018-12-17 | Revert "add rootdelay=300 to kernel command" | Kim Hagen | |
This reverts commit 6cec49aa7c8d9b6aaa041b93b30ca9b260a843b5. | |||
2018-12-16 | add rootdelay=300 to kernel command | Kim Hagen | |
2018-11-25 | T1042: Update Linux Kernel from 4.19 to 4.19.4 | Christian Poessinger | |
2018-11-14 | use 2017.7 version of the salt minion | Kim Hagen | |
2018-11-14 | Add saltstack repo | Kim Hagen | |
2018-11-12 | Add uefi to vyos-build | Kim Hagen | |
2018-11-06 | Update Kernel to LTS version 4.19.0 | Kim Hagen | |
2018-11-02 | Update Kernel to latest LTS version 4.14.75 | Christian Poessinger | |
(cherry picked from commit 0e8b5ca062b679636ee658eb252ab27a77c7a345) | |||
2018-10-29 | Add part of oracle cloud build | Kim Hagen | |
2018-10-23 | Separate files needed for different cloud providers | Kim Hagen | |
Fix serial console speed settings Add google cloud image generation | |||
2018-10-21 | Set the kernel to 4.14.65 for now. | Daniil Baturin | |
2018-10-01 | Update VyOS Kernel to 4.18.11 | Christian Poessinger | |
2018-09-18 | Update VyOS kernel to 4.18.8 | Christian Poessinger | |
2018-08-23 | T792: Update VyOS kernel to 4.18.4 | Christian Poessinger | |
2018-08-20 | T776: Update VyOS Kernel to latest 4.14.65 | Christian Poessinger | |
2018-08-17 | Add script that converts image to vhd | Kim Hagen | |
2018-08-17 | Add initial azure image building | Kim Hagen | |
2018-08-14 | T776: Update VyOS Kernel to latest 4.14.62 | Christian Poessinger | |
Submodule packages/vyos-kernel 1230876..713585a: > Merge tag 'v4.14.62' into linux-vyos-4.14.y | |||
2018-08-12 | Docker build improvements | Peri Diane Jones | |
Fix missing dependencies and repositories, make the makefile exit with 1 if ISO file wasn't built. | |||
2018-07-21 | Add Debian backports repo to the build. | Daniil Baturin | |
2018-06-26 | T712: add configure options to simplify building images with custom packages. | Daniil Baturin | |
2018-06-08 | Use os.makedirs instead of distutils stuff, make the configure script more ↵ | Daniil Baturin | |
verbose, pretty print build-config.json | |||
2018-06-08 | Move the version.json file used by newer code to /usr/share/vyos | Daniil Baturin | |