summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:29:19 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:29:19 +0300
commitb3060eef12c1dd50648f88d06738325f22dcbbb2 (patch)
treedd5c34bd99c1190049aaf4681059878cb6a7765a
parented0baae84274d2a975c8ae7858fce46fb3f1276f (diff)
downloadvyos-live-build-b3060eef12c1dd50648f88d06738325f22dcbbb2.tar.gz
vyos-live-build-b3060eef12c1dd50648f88d06738325f22dcbbb2.zip
general: T8595: scrub private-org references from public AGENTS.md
-rw-r--r--AGENTS.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 5ebe35e7c..9d1787655 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -29,17 +29,12 @@ No standalone test suite — exercised end-to-end by `vyos-build`'s ISO assembly
## Cross-repo context
- Consumed by `vyos/vyos-build` at ISO assembly time. `vyos-build` invokes `lb config`/`lb build` inside its build container after dropping the `vyos-live-build` `.deb` in.
-- Listed indirectly in the VyOS image build chain. Not in `VyOS-Networks/vyos-build-packages/repos.toml`'s 14-package list (which is the Debian source-package set baked into VyOS itself), but is a build-time dependency of the ISO toolchain.
-
## Conventions
- Commit/PR title: `component: T12345: description` (Phorge task ID at https://vyos.dev) where applicable.
- License: GPLv3 (inherited from Debian `live-build`).
- Maintain the upstream vendor field in `debian/control` (`Maintainer: Debian Live <debian-live@lists.debian.org>`) — keeps the Debian heritage transparent. Do not replace it with VyOS-specific maintainer info.
- Default branch: confirm via `git ls-remote --symref`; LTS-train branches may carry train-specific patches.
-## Mirror relationship
-Mirror twin: `VyOS-Networks/vyos-live-build`. Mirror pipeline not confirmed live for this repo. Treat `vyos/*` as canonical.
-
## Notes for future contributors
- This is a vendor fork. **Keep VyOS-specific deltas minimal and clearly attributed** so periodic resync with Debian upstream remains tractable.
- ISO behavior changes that look like `live-build` bugs are often package-set issues handled by `vyos-build`; check there first before patching here.