Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-02 | Changed architecture name for 32-bit x86 to 'i386' | Nicholas Humfrey | |
This is the official Debian designation for the architecture (And what dpkg --print-architecture returns) https://www.debian.org/releases/stable/i386/ch02s01.html.en | |||
2019-01-30 | Merge pull request #44 from njh/ipaddrcheck | Christian Poessinger | |
T1214: Add `ipaddrcheck` to the packages directory | |||
2019-01-30 | T1214: Add `ipaddrcheck` to the packages directory | Nicholas Humfrey | |
2019-01-30 | Merge branch 'source-build' of github.com:c-po/vyos-build into current | Christian Poessinger | |
* source-build: Docker: update to latest libvyosconfig revision build-submodules: source OPAM environemnt if not present build-submodules: change VERBOSE logic build-submodules: report back package error when build with --verbose build-submodules: add libyang | |||
2019-01-30 | T1202: Add `hvinfo` to the packages directory (#43) | Nicholas Humfrey | |
2019-01-28 | open-vm-tools is now a dependency of vyos-vmwaretools-scripts | hagbard | |
2019-01-27 | Docker: update to latest libvyosconfig revision | Christian Poessinger | |
2019-01-27 | build-submodules: source OPAM environemnt if not present | Christian Poessinger | |
2019-01-27 | build-submodules: change VERBOSE logic | Christian Poessinger | |
2019-01-27 | build-submodules: report back package error when build with --verbose | Christian Poessinger | |
2019-01-27 | build-submodules: add libyang | Christian Poessinger | |
2019-01-26 | Merge branch 'source-build' of github.com:c-po/vyos-build into current | Christian Poessinger | |
* 'source-build' of github.com:c-po/vyos-build: build-submodules: ease FRR build procedure build-kernel: no need to build source and debug package Remove wrong vyos-xe-guest-utilities submodule in root folder Docker: build libyang Debian package | |||
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 | Remove wrong vyos-xe-guest-utilities submodule in root folder | Christian Poessinger | |
2019-01-26 | Docker: build libyang Debian package | Christian Poessinger | |
2019-01-26 | Docker: evaluate OPAM environment during build time | Christian Poessinger | |
2019-01-26 | Docker: ease opam pin call for vyconf | Christian Poessinger | |
2019-01-26 | Merge branch 'current' of github.com:c-po/vyos-build into current | Christian Poessinger | |
* 'current' of github.com:c-po/vyos-build: Jenkins: cleanup Docker: Make OPAM system wide available When building linux-kernel use number of host CPUs on parallel build When building parse Git commit ID When building frr clean out Git repository first Fix --verbose option when building submodules Build submodules in parallel with number of host CPUs submodules: add igmpproxy submodules: add vyos-xe-guest-utilities | |||
2019-01-26 | Jenkins: cleanup | Christian Poessinger | |
2019-01-26 | Docker: Make OPAM system wide available | 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-26 | Docker: Delete duplicate line for libcurl4-openssl-dev (#42) | Nicholas Humfrey | |
2019-01-25 | Fixed typo. | hagbard | |
2019-01-26 | Correct a typo in opam pin add | Daniil Baturin | |
2019-01-26 | Install Menhir with opam and use an opam pin for installing vyconf | Daniil Baturin | |
Quite a bit shorter than running the whole vyconf build sequence by hand. | |||
2019-01-26 | Revert "Added menhir as a build dependency for libvyosconfig" (#41) | Daniil Baturin | |
2019-01-25 | Merge pull request #39 from njh/menhir | hagbard-01 | |
Added menhir as a build dependency for libvyosconfig | |||
2019-01-25 | Update README.md (#38) | Daniel Pro | |
Corrected few minor typos | |||
2019-01-25 | Corrected typo in git submodule command (#40) | Nicholas Humfrey | |
2019-01-21 | Added menhir as a build dependency for libvyosconfig | Nicholas Humfrey | |
2019-01-21 | build-submodules: add vyos-1x package | Christian Poessinger | |
2019-01-21 | Jenkins: force usage of self compiled packages | Christian Poessinger | |
Remove all references to the vyos package mirror via Python vyos_repo_entry variable. Thus we ensure that only the packages the have been compiled from source are used. | |||
2019-01-21 | Docker: add build dependencies for VyConf and libvyosconfig | Christian Poessinger | |
2019-01-19 | Docker: restructure installation routine for better readability | Christian Poessinger | |
2019-01-18 | Adding vyos-netplug to installation package list | hagbard | |
2019-01-17 | build-submodules: add vyos-netplug | Christian Poessinger | |
2019-01-17 | build-submodules: add VyConf | Christian Poessinger | |
2019-01-17 | adding submodule vyos-xe-guest-utilities | hagbard | |
2019-01-17 | adding vyos-xe-guest-utilities since it was removed from vyos-world pointing ↵ | hagbard | |
to that spot here. | |||
2019-01-17 | added submodule vyos-vmwaretools-scripts | hagbard | |
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 | Merge branch 'current' of github.com:runborg/vyos-build into current | Runar Borge | |