Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-03 | Testsuite: increase smoketest timeout | Christian Poessinger | |
On slow machines or with nested virtualisation the smoketests take really long to execute - thus increase the timeout. | |||
2020-06-27 | Revert "Testsuite: start smoketest as root" | Christian Poessinger | |
This reverts commit 2d78aa082830065dd681cc50f8dffae77b4b8226. | |||
2020-06-19 | T2490: add support for serial console-server | Christian Poessinger | |
2020-06-04 | Packages: remove obsolete vyos-wireguard repo | Christian Poessinger | |
2020-05-30 | intel: remove deprecated build-intel-drivers script | Christian Poessinger | |
2020-05-15 | live-build: T2466: fix dependency problem when building local packages | John Estabrook | |
2020-04-20 | VMware: T2343: Memory allocation change | zsdc | |
Changed the OVF template to be sure that a router always has access to all the configured memory. | |||
2020-04-16 | T2305: include release train in "show version" output | Christian Poessinger | |
2020-04-12 | vyos-build: T2142: remove add dependencies in script; now in dockerfile | John Estabrook | |
2020-04-09 | T2254: add fields for git branch, build type, and build comment to the ↵ | Daniil Baturin | |
version data. | |||
2020-04-09 | T2250: make build_dir a relative path | Jernej Jakob | |
2020-04-08 | T2239: fix issue with ovftool signing command | Chris Marget | |
Signing key can be submitted by putting key at a fixed location (key/privatekey.pem) or by putting the key location in environment variable PRIVATE_KEY_PATH. The script checks for either of those possibilities. ovftool command was incorrectly using the PRIVATE_KEY_PATH variable even when the key file was dropped in the prescribed location. | |||
2020-03-28 | Packages: migrated vyatta-wirelessmodem and vyatta-ipv6-rtradv to vyos-1x | Christian Poessinger | |
2020-03-22 | Merge pull request #91 from jjakob/fix-build-packages | Christian Poessinger | |
T2085: scripts/build-packages: don't define commit='HEAD' by default | |||
2020-03-22 | Packages: remove obsolete vyos-salt-minion as moved to vyos-1x | Christian Poessinger | |
2020-03-19 | vyos-build: T2142: Add required packages and step for "make GCE" | John Estabrook | |
2020-03-19 | T2085: scripts/build-packages: don't define commit='HEAD' by default | jjakob | |
Fixes an issue where the script would always revert to a full clone. | |||
2020-03-03 | OVA: Fixed and extended OVA builds | zsdc | |
- added grub2 package to the Dockerfile (required to build OVA) - added open-vmdk to the Dockerfile (required to build OVA) - fixed WAN/LAN confusion in OVF template - added Cloud-init User-Data to the OVF template | |||
2020-02-29 | T2085: fix building of keepalived | Jernej Jakob | |
2020-02-29 | T2085: remove conntrack-tools and dependencies | Jernej Jakob | |
2020-02-29 | T2085: build-packages: fix clone_package function | Jernej Jakob | |
- add package config option "shallow", defaulting to True - make it actually clone the commit id specified in the package - revert to deep clone if commit id is set - fix bug with --keep that caused the script to crash | |||
2020-02-28 | T2083: Packages: fix building mdns-repeater: use correct branch | jjakob | |
2020-02-16 | Testsuite: start smoketest as root | Christian Poessinger | |
Some configuration files (e.g. ddclient) can only be opened as root user, thus we should run the smoketests as root. | |||
2020-02-14 | Revert "Testsuite: temporary disable test fail on single failure" | Christian Poessinger | |
This reverts commit c4da9a9c794073ad34e6cfb0c883be57b356513b. | |||
2020-02-13 | T2033: drop package vyos-replace | Christian Poessinger | |
2020-02-09 | Testsuite: temporary disable test fail on single failure | Christian Poessinger | |
2020-02-09 | Testsuite: additional settling time after login | Christian Poessinger | |
2020-02-09 | Revert "Testsuite: show current configuration" | Christian Poessinger | |
This reverts commit 28c3615488760ffbe21a556a6b42ca5656b8216e. | |||
2020-02-09 | Testsuite: show current configuration | Christian Poessinger | |
2020-02-06 | Testsuite: redo smoketest executor and fix exitcode validator | Runar Borge | |
2020-02-04 | Testsuite: check for smoketest error | Christian Poessinger | |
2020-02-02 | T640: build ISO without recommended APT packages to reduce size | Christian Poessinger | |
2020-02-01 | Testsuite: increase timeout when running vyos-smoketest | Christian Poessinger | |
2020-01-25 | Testsuite: remove "show interfaces" command | Christian Poessinger | |
2020-01-25 | Testsuite: use single qemu command | Christian Poessinger | |
2020-01-24 | Testsuite: use 4 NICs | Christian Poessinger | |
2020-01-24 | Testsuite: remove VNC console from qemu cmdline | Christian Poessinger | |
2020-01-22 | list-build-dependencies: add Stackoverflow copy remark | Christian Poessinger | |
2020-01-22 | list-build-dependencies: update copyright year | Christian Poessinger | |
2020-01-22 | list-build-dependencies: rename variable (do not use missleading current name) | Christian Poessinger | |
2020-01-22 | list-build-dependencies: remove temporary vyos-world control file | Christian Poessinger | |
2020-01-22 | list-build-dependencies: replace hardcoded branch with current branch | Christian Poessinger | |
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-09 | T1958: add a prototype of the firmware list extraction script. | Daniil Baturin | |
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 | 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 | |