Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-22 | scripts: add helper to list all build dependencies | Christian Poessinger | |
This script will download vyos-world debian/control file and build a denpendency list which in the end outputs the commands required to setup a build host (either native or via Docker) with all required packages. | |||
2020-01-20 | Merge pull request #78 from UnicronNL/current | Daniil Baturin | |
T1951: Include awscli package is the AWS build | |||
2020-01-09 | T1958: add a prototype of the firmware list extraction script. | Daniil Baturin | |
2020-01-08 | live-tools: T1880: live-tools service hangs on reboot | hagbard | |
* live-tools.service is supposed to find and eject the live media, I think the package can be removed from the installation list or deinstalled before the iso is generated. | |||
2020-01-08 | T1951: Include awscli package is the AWS build | Kim Hagen | |
2020-01-04 | README: update link to build instructions | Christian Poessinger | |
2020-01-03 | Revert "Jenkins: T1927: Update Jenkinsfile to build on arm" | Christian Poessinger | |
This reverts commit a7bb0a8021366b5883b947157e9989cf356d9d36. | |||
2020-01-03 | Revert "Docker: T1927: Extend docker container to build on arm" | Christian Poessinger | |
This reverts commit de4805055f2cec53af0e80e9d742bc13d9e2bc4d. | |||
2020-01-03 | Merge pull request #77 from runborg/arm-build | Christian Poessinger | |
T1927: Extend main docker container to support arm builds | |||
2020-01-03 | Jenkins: T1927: Update Jenkinsfile to build on arm | Runar Borge | |
2020-01-03 | Docker: T1927: Extend docker container to build on arm | Runar Borge | |
2020-01-02 | Revert "open-vm-tools is now a dependency of vyos-vmwaretools-scripts" | Christian Poessinger | |
This reverts commit c670deddbee8ae852770574d1c8fce29154812dd. | |||
2019-12-28 | Kernel: T1916: Update Linux Kernel to 4.19.91 | Christian Poessinger | |
2019-12-28 | Jenkins: specify ISO image for archival by glob pattern | Christian Poessinger | |
2019-12-28 | Testsuite: raise exception when smoketest could not be executed | Christian Poessinger | |
2019-12-28 | Revert "Testsuite: fix vyos-smoketest binary path" | Christian Poessinger | |
This reverts commit 2a0827cfa4ef2e8a204506481ec8fa6efad1665d. Location fixed in vyos-smoketest repo. | |||
2019-12-27 | vmware-tools: import script file from vyos-vmwaretools-scripts repo | Christian Poessinger | |
2019-12-27 | Jenkins: adjust path on ISO test | Christian Poessinger | |
2019-12-27 | Docker: move qemu package installation to test-suite sectioN | Christian Poessinger | |
2019-12-27 | Testsuite: fix vyos-smoketest binary path | Christian Poessinger | |
2019-12-27 | Testsuite: remove VNC console from qemu cmdline | Christian Poessinger | |
2019-12-27 | Testsuite: add basic configuration/operation mode testcase | Christian Poessinger | |
2019-12-27 | Packages: cleanup unused packages | Christian Poessinger | |
2019-12-27 | Revert "Testsuite: add basic cfg/op-mode switch" | Christian Poessinger | |
This reverts commit f9e8fc314c94c1a09804c1c5827bc1cf50c95358. | |||
2019-12-27 | Docker: remove unused partitioning tools | Christian Poessinger | |
2019-12-27 | Docker: remove general dependencies installed later by discrete packages | Christian Poessinger | |
2019-12-27 | Docker: extend dependencies on vyatta-cfg-firewall | Christian Poessinger | |
2019-12-27 | Docker: extend dependencies on vyatta-cfg | Christian Poessinger | |
2019-12-27 | Testsuite: use Jenkins timestamps | Christian Poessinger | |
2019-12-27 | Jenkins: enable timestamps | Christian Poessinger | |
2019-12-27 | Testsuite: add basic cfg/op-mode switch | Christian Poessinger | |
2019-12-27 | Move vyos-smoketest from vyos-dev to vyos-x86 package list | Christian Poessinger | |
2019-12-27 | Testsuite: remove trailing whitespaces | Christian Poessinger | |
2019-12-26 | Docker: vyos-1x depends on fakeroot | Christian Poessinger | |
2019-12-26 | Docker: consolidate dependencies for Kernel | Christian Poessinger | |
2019-12-26 | Docker: install liblua5.3-dev for later switch of Accel-PPP to LUA 5.3 | Christian Poessinger | |
2019-12-26 | Jenkins: auto publish container to DockerHub | Christian Poessinger | |
2019-12-26 | Jenkins: keep 10 most recent builds | Christian Poessinger | |
2019-12-26 | Docker: add missing python3-all dependency on StrongSwan | Christian Poessinger | |
2019-12-26 | Docker: remove obsolete dependencies | Christian Poessinger | |
2019-12-26 | packages: remove obsolete net-snmp | Christian Poessinger | |
2019-12-24 | Merge pull request #72 from UnicronNL/current | Kim | |
VEP4600: T1904: update eth1 and eth2 link files for the vep4600 | |||
2019-12-24 | VEP4600: T1904: update eth1 and eth2 link files for the vep4600 | Kim Hagen | |
2019-12-24 | add support for vep1400 | Kim Hagen | |
2019-12-23 | Merge pull request #71 from jjakob/current-readme-update | Christian Poessinger | |
Current readme update | |||
2019-12-22 | lldp: T393: migrate to vyos-1x | Christian Poessinger | |
2019-12-21 | README: point users to docs.vyos.io, remove manual building section | Jernej 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-21 | README: update scripts/build-packages help, some small changes | Jernej Jakob | |
2019-12-20 | Docker: add missing openssh-client dependency | Christian Poessinger | |
After commit 9266d92 ("T1892: docker: do not install recommended packages") ssh client binary is missing. | |||
2019-12-20 | Merge pull request #70 from jjakob/apt-no-recommends-current | Christian Poessinger | |
T1892: docker: do not install recommended packages |