Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-25 | T1313: add support for reusable build flavor files. | Daniil Baturin | |
2019-03-22 | [vyos-dev] remove linux-perf package | Christian Poessinger | |
Linux-perf package is no longer available, thus removed. It was also only available for Kernel 4.9 where we use 4.19. Fixes: E: Unable to locate package linux-perf | |||
2019-03-22 | T1279: support ACPI power event (poweroff) | Christian Poessinger | |
2019-03-22 | T1310: use FQDN as hostname in config prompt | Christian Poessinger | |
2019-03-10 | [build] Use pdns-recursor binary packages from PowerDNS | Christian Poessinger | |
https://repo.powerdns.com/ provides a package repository for Debian 8 which serves us automatically all security updates instead of rebuilding the package by us. This drops the maintenance of one additional package. | |||
2019-03-18 | Add vmware ovf build procedure | Kim Hagen | |
2019-03-10 | Update Kernel to v4.19.28 | Christian Poessinger | |
2019-03-02 | VyOS base image requires aptitude - remove it from special dev package list | Christian Poessinger | |
Commit 743ec288637b ("T859: add aptitude to the default package lists.") added aptitude to the base packages as it's required by grub-efi. Thus we do not need to install it via the dev packages list and can keep a single source. | |||
2019-03-02 | T929: remove debian-firmware packages from build | Christian Poessinger | |
Kernel Firmware BLOBs will be delivered by the new vyos-firmware package | |||
2019-02-28 | T1218: enable FRR's staticd on startup. | Daniil Baturin | |
2019-02-27 | Update build-GCE-image (#46) | bnjf | |
1. enable serial output for grub 2. sync isn't enough, tar was reliably throwing "changed as we read it" on my build box. umount instead to quiesce. | |||
2019-02-22 | Revert "Feature: T405 - Add binaries for lcdproc, lcdproc-extra-drivers" | hagbard | |
This reverts commit 6af43c03587072083db82b756c4b0b38290d0191. Package gets moved into depends of vyos-1x | |||
2019-02-22 | Feature: T405 - Add binaries for lcdproc, lcdproc-extra-drivers | hagbard | |
- native debian packages | |||
2019-02-16 | Docker: update to latest version of VyConf an libvyosconfig | Christian Poessinger | |
2019-02-13 | T1245: autoload br_netfilter kernel module on startup | Christian Poessinger | |
2019-02-09 | T1010 - submodule vyatta-webgui removed | hagbard | |
2019-02-09 | T1236: Update Linux Kernel to 4.19.20 | Christian Poessinger | |
2019-02-02 | Merge pull request #45 from njh/i386 | hagbard-01 | |
Changed architecture name for 32-bit x86 to 'i386' | |||
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-02-01 | Docker: build dependencies for lldpd and pdns-recursor added | Christian Poessinger | |
2019-02-01 | Add lldp and pdns-recursor submodules | Christian Poessinger | |
2019-01-31 | Docker: add missing dependency for ipaddrcheck | Christian Poessinger | |
2019-01-31 | build-submodules: add 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 | build-submodules: add vyos-vmwaretools-scripts | Christian Poessinger | |
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 | |