Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-04 | T929: T1274: embed linux firmware through ISO build process | Christian Poessinger | |
As of now Linux Firmware was installed via vyos-firmware Debian package which just wrapped the Git repositories content. As this just made things harder - install the firmware files via build hook (as the used to be installed like this in the good old days - before the have been removed via 3f7186f69b) | |||
2019-04-03 | add cloud init package list | Kim Hagen | |
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-04-02 | Remove a reference to the build-iso | Daniil Baturin | |
That's all history now. | |||
2019-04-02 | Reorder sections so that docker and submodule stuff is not between ↵ | Daniil Baturin | |
./configure and make iso | |||
2019-04-01 | Kernel: update to Linux Kernel 4.19.32 | 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 | Docs: update 1U bare-metal appliance with riser card infos | Christian Poessinger | |
With the mentioned riser card and bracked you may add two 10GE ports to this appliance. | |||
2019-03-31 | Merge branch 'current' of https://github.com/vyos/vyos-build into current | Daniil Baturin | |
2019-03-31 | Remove unnecessary locale files at build time to reduce the image size. | Daniil Baturin | |
2019-03-31 | live-build: remove accidently added file for linux-firmware | Christian Poessinger | |
Commit 6b5da3d86615 ("Docker: remove duplicate installation of live-build") added a file by accident for fetching the linux firmware binaries. | |||
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-31 | live-build: reconfigure build after jessie-backports moved to Debian archive | Christian Poessinger | |
Debian Team finally shut down all jessie-backport mirrors after announcing discontinuation [1] in July 2018. As we heavily rely on Backported Packages for VyOS 1.2 we need to move the installation mirrors to Debian Archive. In addition the repo signing keys already expired requiring us to set Acquire::Check-Valid-Until=false when building the ISO. [1] https://lists.debian.org/debian-backports-announce/2018/07/msg00000.html [2] https://wiki.debian.org/LTS/FAQ#Who_fixes_security_issues_with_packages_in_jessie-backports.3F | |||
2019-03-31 | Revert "live-build: set jessie-backports mirror to archive.debian.org" | Christian Poessinger | |
This reverts commit b2779e8b7969a3648d78e8a055734b81f059634e. | |||
2019-03-31 | Revert "live-build: fix copy/paste error" | Christian Poessinger | |
This reverts commit 166f8735e4e7fc4d2cc17ead2bb81124de648068. | |||
2019-03-31 | Revert "live-build: final fix for Debian Backports (all good things are three)" | Christian Poessinger | |
This reverts commit 432f35f0edc7f610eceff1a62e431c527a11a3f5. | |||
2019-03-28 | live-build: final fix for Debian Backports (all good things are three) | Christian Poessinger | |
166f8735e4e ("live-build: fix copy/paste error") still did not set all required parts for the build script. All good things will be three!!! | |||
2019-03-28 | live-build: fix copy/paste error | Christian Poessinger | |
Commit b2779e8b7969 ("live-build: set jessie-backports mirror to archive.debian.org") set the debian security mirror again instead of specifying a new key debian backports. | |||
2019-03-28 | live-build: set jessie-backports mirror to archive.debian.org | 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-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. |