Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-20 | packages: add build for FRR | Christian Poessinger | |
2020-06-20 | Jenkins: lib: record Git commit ID in job description | Christian Poessinger | |
2020-06-20 | Jenkins: lib: deploy packages do dev.packages.vyos.net | Christian Poessinger | |
2020-06-20 | Jenkins: lib: add programmable package build Pipeline | Christian Poessinger | |
2020-06-20 | Jenkins: initial support for shared build libraries | Christian Poessinger | |
Instead of writing the same code over and over again, place the common parts into a Jenkins Library which is then consumed by every individual build Job. This not only makes it less complex, but also increases maintainability by several magnitudes. | |||
2020-06-20 | packages: add builds for netfilter packages from upstream Debian | Christian Poessinger | |
Instead of scattering build instructions accross individual repositories for some additional packages we want to build from latest Debian releases, this is a proof-of-concept how to integrate an individual package Pipeline into the overall VyOS build repository. A dedicated Jenkins job will be required for this Pipeline but it will only compile if files are actually changes in the directory path relevant for this components. | |||
2020-06-20 | Docker: add build dependencies for libnetfilter-conntrack & conntrack-tools | Christian Poessinger | |
2020-06-20 | README: fix individual package build working directory | Matt W | |
2020-06-20 | Docker: add build dependencies for nftables | Christian Poessinger | |
2020-06-20 | Jenkins: fix comment style | Christian Poessinger | |
2020-06-20 | Delete buster-backports.list.chroot as we use lb config --backports | Christian Poessinger | |
This results in Duplicated archive warnings on ISO builds otherwise. | |||
2020-06-20 | Jenkins: do not build ISO when only Docker container changes | Christian Poessinger | |
2020-06-19 | systemd: services: disable all udp-broadcast-relay instances | Christian Poessinger | |
2020-06-19 | T2490: add support for serial console-server | Christian Poessinger | |
2020-06-17 | Docker: adjust comment on libaudit-dev dependency | Christian Poessinger | |
2020-06-16 | systemd: services: disbale SNMPD by default | Christian Poessinger | |
2020-06-16 | systemd: services: remove SysVinit leftovers | Christian Poessinger | |
2020-06-14 | Kernel: T2595: Update Linux Kernel to v4.19.128 | Christian Poessinger | |
2020-06-12 | Docker: StrongSwn requires python-setuptools for VICI package | Christian Poessinger | |
2020-06-07 | systemd: T2559: lm-sensors disable service by default | Christian Poessinger | |
2020-06-06 | vyos-dev: add vim | Christian Poessinger | |
2020-06-06 | vyos-utils: cleanup installed packages | Christian Poessinger | |
- mtr-tiny will be pulled in via vyos-1x as there is a proper dependenvy - vim-tiny - mostly unused - sipcalc - we have ipcalc for this do we? | |||
2020-06-05 | firmware: T1958: fix firmware package name | Christian Poessinger | |
2020-06-05 | firmware: T1958: only include firmware for compiled Kernel drivers | Christian Poessinger | |
In the past when building the VyOS ISO we have simply pulle din the entire linux-firmware Git repository and just deleted some arbitrary files manually selected. Now all is shipped via vyos-linux-firmware. | |||
2020-06-05 | Add intel driver packagesa | Christian Poessinger | |
Intel driver packages are more related to the overall generated image instead of the VyOS userland packages. Thus they have meen migrated from vyos-world to vyos-build. | |||
2020-06-04 | Jenkins: fix illegal string body character after dollar sign | Christian Poessinger | |
2020-06-04 | Jenkins: select "release" build | Christian Poessinger | |
... instead of developer build which pulls in additional packages bloating the ISO image. | |||
2020-06-04 | Jenkins: remove redundant code | Christian Poessinger | |
2020-06-04 | Packages: remove obsolete vyos-wireguard repo | Christian Poessinger | |
2020-06-04 | Include "tshark" package in developer builds | Christian Poessinger | |
2020-06-02 | Revert "build: add linux-tools package to development builds" | Christian Poessinger | |
linux-tools has a "dynamic" version extension corresponding to the Kernel version. This reverts commit 655fa1b949c2bf0ee6789bd556981b9298e54116. | |||
2020-06-02 | build: add linux-tools package to development builds | Christian Poessinger | |
... this will contain the Linux Kernels "perf" binary. | |||
2020-06-01 | .gitignore: ignore QEmu disk images | Christian Poessinger | |
2020-06-01 | wake-on-lan: T2526: replace wakeonlan package with CLI implementation | Christian Poessinger | |
Drop wakeonlan package and use the CLI based implementation with etherwake. | |||
2020-05-30 | QAT: import device configuration files | Christian Poessinger | |
2020-05-30 | intel: remove deprecated build-intel-drivers script | Christian Poessinger | |
2020-05-30 | Kernel: T2531: Update Linux Kernel to v4.19.125 | Christian Poessinger | |
2020-05-22 | Kernel: T2493: Update Linux Kernel to v4.19.124 | Christian Poessinger | |
2020-05-22 | Docker: add Python dev tools autopep8, flake | Christian Poessinger | |
2020-05-20 | systemd-bootchart: add configuration | Christian Poessinger | |
2020-05-19 | systemd-bootchart: add package for boot time analysis | Christian Poessinger | |
2020-05-19 | dhcpv6-pd: disable wide-dhcp-client service by default | Christian Poessinger | |
2020-05-16 | T2470: Update to PowerDNS recursor 4.3 | Christian Poessinger | |
2020-05-16 | Kernel: T2469: Update Linux Kernel to v4.19.123 | Christian Poessinger | |
2020-05-15 | live-build: T2466: fix dependency problem when building local packages | John Estabrook | |
2020-05-15 | apt: nat: T2198: pin nftables packages to buster-backports | Christian Poessinger | |
2020-05-12 | Kernel: T2454: Update Linux Kernel to v4.19.122 | Christian Poessinger | |
2020-05-03 | Delete .gitmodules | Christian Poessinger | |
No need to keep an empty file | |||
2020-05-03 | Merge pull request #103 from runborg/T2422 | Christian Poessinger | |
T2422: arm: Docker: Ignore x86/x64 only grub packages on ARM builds | |||
2020-05-03 | T2422: arm: Docker: Ignore x86/x64 only grub packages on ARM builds | Runar Borge | |
Because of newly added dependencies to the packages grub2, grub-pc and grub2-common the container is not buildable for ARM and ARM64. These packages are only available on intel platforms and needs to be ignored on everything else. |