summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-24VEP4600: T1904: update eth1 and eth2 link files for the vep4600Kim Hagen
2019-12-24add support for vep1400Kim Hagen
2019-12-23Merge pull request #71 from jjakob/current-readme-updateChristian Poessinger
Current readme update
2019-12-22lldp: T393: migrate to vyos-1xChristian Poessinger
2019-12-21README: point users to docs.vyos.io, remove manual building sectionJernej Jakob
Point users to docs.vyos.io, this readme is duplicated there. Since building with debootstrap isn't supported since a long time ago, remove the section.
2019-12-21README: update scripts/build-packages help, some small changesJernej Jakob
2019-12-20Docker: add missing openssh-client dependencyChristian Poessinger
After commit 9266d92 ("T1892: docker: do not install recommended packages") ssh client binary is missing.
2019-12-20Merge pull request #70 from jjakob/apt-no-recommends-currentChristian Poessinger
T1892: docker: do not install recommended packages
2019-12-20T1892: docker: add missing unzip dependencyJernej Jakob
2019-12-20T1892: docker: do not install recommended packagesJernej Jakob
2019-12-19Merge pull request #69 from zdc/T1890Christian Poessinger
flow-accounting: T1890: Deleted vyatta-netflow package build due to r…
2019-12-19flow-accounting: T1890: Deleted vyatta-netflow package build due to ↵zsdc
replacement in vyos-1x
2019-12-18Switch from Debian Jessie (8) to Debian Buster (10)Christian Poessinger
2019-12-18Merge branch 'equuleus' of github.com:vyos/vyos-build into currentChristian Poessinger
* 'equuleus' of github.com:vyos/vyos-build: (68 commits) systemd: cryptsetup: we do not support encrypted volumes systemd: igmpproxy: service is handled by VyOS CLI systemd: ntp: service is handled by VyOS CLI systemd: man: do not rebuild man db once a day systemd: pcscd: disable SmartCard service systemd: apt: disable daily update service ndisc6: add ICMPv6 Neighbor Discovery tool rsyslog: disabling rsyslog causes start issues if required syslog: T1834: 'del system syslog' doesn't stop rsyslog syslog: T1834: 'del system syslog' doesn't stop rsyslog Jenkins: archive ISO on failed builds if possible vyos-qat: adding pkg dependency Kernel: T1800: update to Linux 4.19.84 hooks: synchronize Linux Firmware with current branch Kernel: T1791: update to Linux 4.19.82 T1773: update Dockerfile for changes to libvyosconfig kernel-version: fixing typo Kernel: update to 4.19.76 in defaults.json acpid: enable acpid to enable power button triggered shutdowns systemd-disable - heartbeat.service disabled ...
2019-12-17Kernel: T1886: update to Linux 4.19.89VyOS_1.2-2019Q4Christian Poessinger
2019-12-15Docker: add retry options when fetching OPAM from GitHubChristian Poessinger
(cherry picked from commit 1f77d176055e11b1f47039afa7f8492b755ff02e)
2019-12-14Merge pull request #68 from jjakob/currentChristian Poessinger
README: add note about building a package from a custom repo (fork)
2019-12-13README: add warning about packages in packages directoryJernej Jakob
2019-12-13README: add note about building a package from a custom repo (fork)Jernej Jakob
2019-12-06Merge branch 'current' of github.com:vyos/vyos-build into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyos-build: Kernel: T1859: update to Linux 4.19.88 update vmware api settings update files for the vep4600 prevent 70-persistent-net.rules from being created systemd: pcscd: disable SmartCard service ndisc6: add ICMPv6 Neighbor Discovery tool
2019-12-06Kernel: T1859: update to Linux 4.19.88Christian Poessinger
2019-12-03update vmware api settingsKim Hagen
2019-12-03update files for the vep4600Kim Hagen
2019-12-03prevent 70-persistent-net.rules from being createdKim Hagen
2019-12-02systemd: cryptsetup: we do not support encrypted volumesChristian Poessinger
2019-12-02systemd: igmpproxy: service is handled by VyOS CLIChristian Poessinger
2019-12-02systemd: ntp: service is handled by VyOS CLIChristian Poessinger
2019-12-02systemd: man: do not rebuild man db once a dayChristian Poessinger
2019-12-02systemd: pcscd: disable SmartCard serviceChristian Poessinger
PCSC is included via a dependency of wpa_supplicant. vyos@vyos:~$ apt-cache rdepends pcscd pcscd Reverse Depends: libpcsclite1 opensc libpcsclite1 vyos@vyos:~$ apt-cache rdepends libpcsclite1 libpcsclite1 Reverse Depends: pcscd wpasupplicant
2019-12-02systemd: pcscd: disable SmartCard serviceChristian Poessinger
PCSC is included via a dependency of wpa_supplicant. vyos@vyos:~$ apt-cache rdepends pcscd pcscd Reverse Depends: libpcsclite1 opensc libpcsclite1 vyos@vyos:~$ apt-cache rdepends libpcsclite1 libpcsclite1 Reverse Depends: pcscd wpasupplicant
2019-12-02systemd: apt: disable daily update serviceChristian Poessinger
As VyOS does not make use of APT for updating the system it is useless to run this service.
2019-12-02ndisc6: add ICMPv6 Neighbor Discovery toolChristian Poessinger
(cherry picked from commit 3206c774c70dc87aaf7301b111f82df8d897bb12)
2019-12-02ndisc6: add ICMPv6 Neighbor Discovery toolChristian Poessinger
2019-11-29rsyslog: disabling rsyslog causes start issues if requiredhagbard
- socket.service can be found since disabling rsyslog removes the link to socket.service too and causes a dependency error
2019-11-29syslog: T1834: 'del system syslog' doesn't stop rsysloghagbard
- disable syslog.socket unit is not required, it's no service
2019-11-29syslog: T1834: 'del system syslog' doesn't stop rsysloghagbard
- disbled autostart at boot via systemd
2019-11-28Jenkins: archive ISO on failed builds if possibleChristian Poessinger
Imagine there is a proper build ISO but the tests are failing. It should be possible to check the ISO afterwards.
2019-11-23Merge branch 'current' into equuleusChristian Poessinger
* current: wireless: T1627: migrate to vyos-1x T1804: add python3-psutil to docker image Kernel: T1800: update to Linux 4.19.84 add api option to the ovf template hooks: fix installation of linux firmware files Kernel: T1791: update to Linux 4.19.82 Revert "docker: set always pull to use always latest container" docker: set always pull to use always latest container vyos-qat: adding pkg dependency Revert "Docker: always use libvyosconfig HEAD revision" do not add the serial option for vep4600 add build option for vep4600 Docker: always use libvyosconfig HEAD revision T1773: update Dockerfile for changes to libvyosconfig Firmware: bail out when there is a download error Kernel: T1728: update to Linux 4.19.79 T1726: update Linux Firmware to a more recent version (2019-10-07)
2019-11-23wireless: T1627: migrate to vyos-1xChristian Poessinger
2019-11-17vyos-qat: adding pkg dependencyhagbard
(cherry picked from commit 263c2379eebca8161f0ab70ed55d0503beb1e913)
2019-11-14T1804: add python3-psutil to docker imageJohn Estabrook
python3-psutil is a dependency of vyos-1x and will be a requirement for the build if, for example, util.py is included in nosetests.
2019-11-12Kernel: T1800: update to Linux 4.19.84Christian Poessinger
(cherry picked from commit 460dbeaa04213d722ea95069eca82be8edb345de)
2019-11-12Kernel: T1800: update to Linux 4.19.84Christian Poessinger
2019-11-12add api option to the ovf templateKim Hagen
2019-11-11hooks: synchronize Linux Firmware with current branchChristian Poessinger
Imported from commit 2382c90dc7a30d17628a11f9ff41f8c63867887a
2019-11-10hooks: fix installation of linux firmware filesChristian Poessinger
Firmware files have ben installed in wrong subdirectory (/lib/firmware/linux-firmware-<commitid>)
2019-11-10Kernel: T1791: update to Linux 4.19.82Christian Poessinger
(cherry picked from commit d68054f2930ea410ef04a4c24a938e9021307004)
2019-11-10Kernel: T1791: update to Linux 4.19.82Christian Poessinger
2019-11-08Revert "docker: set always pull to use always latest container"hagbard
This reverts commit 19b75a3339956319f244f40540ad7ba3af9b9389. I was on the wrong repo.
2019-11-08docker: set always pull to use always latest containerhagbard