Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-23 | Docker: adjust dependencies on vyatta-iproute package | Christian Poessinger | |
2019-05-12 | Add arm64 docker file. | UnicronNL | |
2019-05-12 | rename amd64 to arm for packer download | UnicronNL | |
2019-05-12 | Add Dockerfile for armhf. | UnicronNL | |
Remove pkg-build.sh file and reference in Dockerfile | |||
2019-05-03 | Docker: add additional dependencies for Debian keepalived repo | Christian Poessinger | |
2019-04-29 | add reprepro deploy script | Kim Hagen | |
2019-04-27 | Packages: add net-snmp package to build procedure | Christian Poessinger | |
2019-04-26 | Docker: fix pmacct build dependencies | Christian Poessinger | |
Debian Jessie Backports ships default-libmysqlclient-dev but Debian Jessie only provides libmysqlclient-dev. | |||
2019-04-26 | Docker: add package requirements to build keepalived | Christian Poessinger | |
2019-04-26 | Docker: Use close sections when working with jessie-backports | Christian Poessinger | |
Making the jessie-backports repository globally available might cause problems when installing packages which have mixed versions. This was observed with the following packages which could not be installed when jessie-backports was listed always in /etc/apt/sources.list * libnl-3-200 * libnl-3-dev * libnl-genl-3-200 * libnl-genl-3-dev | |||
2019-04-26 | Packages: extract kernel version from defaults.json | Christian Poessinger | |
This requires 'jq' as part of the Docker container. $ cat data/defaults.json | jq '.kernel_version' | tr -d \" | |||
2019-04-26 | Packages: define custom command for vyos-strongswan | Christian Poessinger | |
This is required to get a python3-vici package which is required by vyos-1x | |||
2019-04-09 | Docker: use libyang from VyOS project reposi | Christian Poessinger | |
2019-04-02 | Docker: use prebuild libyang packages | Christian Poessinger | |
Building libyang is horrible and not even possible on Debian OldStable. Thus take the change and use the FRR provided binaries inside the Docker container. | |||
2019-04-02 | Docker: build rtrlib from GitHub release archive | Christian Poessinger | |
2019-03-31 | Docker: dependency cleanup | Christian Poessinger | |
Move more package dependencies to their appropriate section instead of keeping them in the global "just throw everywhere here" section | |||
2019-03-31 | Docker: cleanup package dependencies for Kernel | Christian Poessinger | |
2019-03-31 | Docker: remove duplicate installation of libboost-filesystem-dev | Christian Poessinger | |
2019-03-31 | Docker: remove duplicate installation of python3-pystache | Christian Poessinger | |
2019-03-31 | Docker: remove duplicate installation of live-build | Christian Poessinger | |
2019-03-28 | Docker: Container Update for jessie-backports | Christian Poessinger | |
jesie-backports moved to Debian Archive as this train is no longer actively maintained. In addition to the mirror change also improve the build dependency handling. | |||
2019-02-16 | Docker: update to latest version of VyConf an libvyosconfig | Christian Poessinger | |
2019-02-01 | Docker: build dependencies for lldpd and pdns-recursor added | Christian Poessinger | |
2019-01-31 | Docker: add missing dependency for ipaddrcheck | Christian Poessinger | |
2019-01-31 | Docker: build libcidr fro source | Christian Poessinger | |
2019-01-31 | Docker: fix libvyosconfig repo URL | Christian Poessinger | |
2019-01-30 | Revert "T1214: Add `ipaddrcheck` to the packages directory" | Christian Poessinger | |
libcidr-dev is not available until Debian Buster thus the container can't be build. This reverts commit 9779f9938e1a80736738b2b9021a0db4dd872bfa. | |||
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-27 | Docker: update to latest libvyosconfig revision | 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 | Docker: Make OPAM system wide available | Christian Poessinger | |
2019-01-26 | Docker: Delete duplicate line for libcurl4-openssl-dev (#42) | Nicholas Humfrey | |
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-21 | Added menhir as a build dependency for libvyosconfig | Nicholas Humfrey | |
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-17 | Docker: add dependencies for libvyosconfig | Christian Poessinger | |
2019-01-16 | Docker: add missing dependencies for conntrack-tools | Christian Poessinger | |
2019-01-14 | Docker: add ZMQ (ZeroMessageQueue) to FRR deps - optional | Christian Poessinger | |
2019-01-13 | Docker: frr-deps: add librtr and libyang | Christian Poessinger | |
2019-01-12 | Docker: fix build deps for pmacct | Christian Poessinger | |
2019-01-12 | Docker: add upstream 'frr' build dependencies | Christian Poessinger | |
2019-01-11 | Docker: create UNIX group on demand | Christian Poessinger | |