summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-02ndisc6: add ICMPv6 Neighbor Discovery toolChristian Poessinger
(cherry picked from commit 3206c774c70dc87aaf7301b111f82df8d897bb12)
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
2019-11-08vyos-qat: adding pkg dependencyhagbard
2019-11-06Revert "Docker: always use libvyosconfig HEAD revision"Christian Poessinger
This reverts commit ef8d9f1ef6553801cbba3ff19e3944f926ba9c79.
2019-11-05do not add the serial option for vep4600Kim Hagen
2019-11-05add build option for vep4600Kim Hagen
2019-10-30Docker: always use libvyosconfig HEAD revisionChristian Poessinger
2019-10-29T1773: update Dockerfile for changes to libvyosconfigJohn Estabrook
(cherry-pick from current bdce9244ff9acc57bf04a6c922cc78787aaa8174)
2019-10-28Merge pull request #63 from jestabro/T1773John Estabrook
T1773: update Dockerfile for changes to libvyosconfig
2019-10-28T1773: update Dockerfile for changes to libvyosconfigJohn Estabrook
2019-10-21kernel-version: fixing typohagbard
2019-10-21Kernel: update to 4.19.76 in defaults.jsonhagbard
2019-10-16Merge pull request #62 from jestabro/T1710Christian Poessinger
T1710: [equuleus] buster: add patch to fix live-build missing key error
2019-10-13Firmware: bail out when there is a download errorChristian Poessinger
2019-10-13Kernel: T1728: update to Linux 4.19.79Christian Poessinger
2019-10-11T1726: update Linux Firmware to a more recent version (2019-10-07)Christian Poessinger
2019-10-11acpid: enable acpid to enable power button triggered shutdownshagbard
2019-10-09Merge branch 'current' into equuleushagbard
2019-10-08systemd-disable - heartbeat.service disabledhagbard
2019-10-08systemd-services: disable pacemaker, corosync, wpa_supplicant, squidhagbard
- dusable their autostart at boot time via systemd defaults
2019-10-06Jenkins: add current Git commit ID to build descriptionChristian Poessinger
2019-10-06Merge branch 'current' into equuleusChristian Poessinger
* current: Jenkins: add getGitRepoName() Docker: ARM: add missing no--check-valid-until files Kernel: T1708: update to Linux 4.19.76 Jenkins: explicitly set GitHub status is no longer required Docker: we only need LUA 5.2 for Accel-PPP build Docker: add liblua5.2-dev to accel-ppp dependencies [Jenkinsfile] Call a script that creates latest rolling release symlink Jenkins: run on all nodes that support Docker Packages: remove vyatta-op-dhcp-server Docker: add dkms Add helper to list individual package architectues add hooks for autobuild
2019-10-06Jenkins: add getGitRepoName()Christian Poessinger
2019-10-04Docker: ARM: add missing no--check-valid-until filesChristian Poessinger
2019-10-03Kernel: T1708: update to Linux 4.19.76Christian Poessinger
2019-10-03T1710: [equuleus] buster: add patch to fix live-build missing key errorJohn Estabrook
2019-10-03Jenkins: explicitly set GitHub status is no longer requiredChristian Poessinger
... as this is done through the Jenkins Jobs automatically.
2019-10-03Docker: we only need LUA 5.2 for Accel-PPP buildChristian Poessinger
2019-10-02Docker: add liblua5.2-dev to accel-ppp dependenciesChristian Poessinger
2019-10-02[Jenkinsfile] Call a script that creates latest rolling release symlinkDaniil Baturin
2019-09-29Jenkins: run on all nodes that support DockerChristian Poessinger
2019-09-28Packages: remove vyatta-op-dhcp-serverChristian Poessinger
2019-09-27Merge pull request #61 from runborg/eq-qemu-testChristian Poessinger
Qemu installation Test-suite
2019-09-27Testsuite: Move needed packages to Dockerfile insted of in the Jenkins pipelineRunar Borge