summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:27:44 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:27:44 +0300
commitad5374b7301be1e2dd2dbd6bec7c4efdd2566ddd (patch)
tree01a4d75a88dec758e4f71cf3e9adbf949f549186
parentf52eeea1175265c123c4300bbc037a54ef211d39 (diff)
downloadlive-boot-ad5374b7301be1e2dd2dbd6bec7c4efdd2566ddd.tar.gz
live-boot-ad5374b7301be1e2dd2dbd6bec7c4efdd2566ddd.zip
general: T8595: scrub private-org references from public AGENTS.md
-rw-r--r--AGENTS.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 72ccfeb..88f4cc0 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -30,17 +30,13 @@ dpkg-buildpackage -us -uc
## Cross-repo context
-Pre-dep of the live ISO. Consumed by `vyos/vyos-live-build` (the `live-build` fork) which is in turn consumed by `vyos/vyos-build` for ISO assembly. Listed in `VyOS-Networks/vyos-build-packages/repos.toml`. README explicitly notes the long-term goal of dropping this fork in favour of upstream Debian `live-build` plus added files in the `vyos-build` chroot.
+Pre-dep of the live ISO. Consumed by `vyos/vyos-live-build` (the `live-build` fork) which is in turn consumed by `vyos/vyos-build` for ISO assembly. Listed in an internal repository. README explicitly notes the long-term goal of dropping this fork in favour of upstream Debian `live-build` plus added files in the `vyos-build` chroot.
## Conventions
- Default branch `current`. LTS branches `sagitta`/`circinus`/`equuleus` for backports.
- Commit / PR title format: `component: T12345: description` (Phorge task ID at https://vyos.dev) — enforced via `vyos/.github` reusables (see workflows below).
-- Active workflows: `cla-check.yml`, `pr-mirror-repo-sync.yml`, `trigger-rebuild-repo-package.yml`. So this repo IS wired into the mirror pipeline (sends PRs to `VyOS-Networks/live-boot`) and the rebuild-dispatch chain (notifies `vyos-build-packages` to rebuild on merge).
-
-## Mirror relationship
-
-Mirror twin: `VyOS-Networks/live-boot`. Canonical side is here. Mirror pipeline is **active** — merges to `current` propagate via `pr-mirror-repo-sync.yml`.
+- Active workflows: `cla-check.yml`, `pr-mirror-repo-sync.yml`, `trigger-rebuild-repo-package.yml`. So this repo IS wired into the mirror pipeline (sends PRs to an internal repository) and the rebuild-dispatch chain (notifies `vyos-build-packages` to rebuild on merge).
## Notes for future contributors