| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-30 | smoketest: T7858: make failfast main argument dynamic | Christian Breunig | |
| When smoketest debugging is enabled (by creating the file /tmp/vyos.smoketest.debug), all available smoketests will fail fast instead of running to completion. This helps reduce test time when something is broken or undergoing refactoring, as it avoids waiting for the full test suite to finish. | |||
| 2025-06-28 | T7591: remove copyright years from source files | Christian Breunig | |
| The legal team says years are not necessary so we can go ahead with it, since it will simplify backporting. Automatically removed using: git ls-files | grep -v libvyosconfig | xargs sed -i -E \ 's/^# Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers.*/# Copyright VyOS maintainers and contributors <maintainers@vyos.io>/g' In addition we will error-out during "make" if someone re-adds a legacy copyright notice | |||
| 2024-08-25 | T6671: add smoketest for dependency deferred to priority | John Estabrook | |
| 2024-07-15 | configdep: T6559: add smoketest of dependency script error | John Estabrook | |
