summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:04:56 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:04:56 +0300
commit0f7692ed75bfd152a48239bdd199fa6fb13d929c (patch)
tree83c490fbbff5a4bd4c22366c190740b0dc188d1e
parent6707a3cd9d1d49bcf5827e0d3fa7c723d356a983 (diff)
downloadvyos-1x-0f7692ed75bfd152a48239bdd199fa6fb13d929c.tar.gz
vyos-1x-0f7692ed75bfd152a48239bdd199fa6fb13d929c.zip
general: T8595: clean leaked internal references
-rw-r--r--AGENTS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 96ad48f9f..ba97c54ce 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -27,7 +27,7 @@ work in 1.4+.
[`vyos/vyos1x-config`](https://github.com/vyos/vyos1x-config).
- Build: Debian packaging via `debhelper` + `dh-python`. Build dependencies are
in `debian/control` (for example: `protobuf-compiler`, `libpcre2-dev`,
- `libffi-dev`, `python3-vici`, `python3-fastapi`, ...).
+ `libffi-dev`, `python3-vici`, `python3-fastapi`,...).
- Tests: `nose2` (`nose2.cfg`), Python `pylint`, and ruff (`ruff.toml`).
- Runtime smoketests are located under `smoketest/`. These tests are used by
`vyos-build` when assembling and testing ISO images.
@@ -68,7 +68,7 @@ Smoketests (`smoketest/`) run inside the QEMU harness invoked by
`scripts/transclude-template`).
- `op-mode-definitions/` - op-mode XML.
- `data/templates/` - Jinja2 input templates for third-party services consumed
- by VyOS (FRR, strongSwan, nftables, dnsmasq, ...).
+ by VyOS (FRR, strongSwan, nftables, dnsmasq,...).
- `libvyosconfig/` - C wrapper; source of the `libvyosconfig0` Debian package.
- `smoketest/` - `nose2` CLI smoketests.
- `schema/`, `mibs/`, `debian/`, `scripts/`.