summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:29:29 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:29:29 +0300
commit81fb033158d032682abd853c0be33dc3bd6835ca (patch)
treebc84eae4742d6c6743ffc7a41ee8c7f4eca68d07
parentb1d70069c7d4fd227c3ee5c9f551ac87eec00135 (diff)
downloadvyos-nightly-build-T8595-add-agents-md.tar.gz
vyos-nightly-build-T8595-add-agents-md.zip
general: T8595: scrub private-org references from public AGENTS.mdT8595-add-agents-md
-rw-r--r--AGENTS.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 2a996db..fbee351 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -33,10 +33,9 @@ minisign -V -p minisign.pub -m vyos-<ver>-amd64.iso
- `CHANGELOG.md`, `README.md`.
## Cross-repo context
-- Consumes the full build chain: `vyos/vyos-build` (toolchain) which in turn pulls per-package `.deb`s built via `VyOS-Networks/vyos-build-packages` from the 14 source repos in `repos.toml`.
+- Consumes the full build chain: `vyos/vyos-build` (toolchain) which in turn pulls per-package `.deb`s built via the internal build-packages workflow from the 14 source repos in `repos.toml`.
- The reusable workflows in `vyos/.github` and the `pr-mirror-repo-sync.yml` pipeline don't touch this repo directly — this is a scheduler, not a code repo.
-- Sibling reusable build workflows for release trains live in `VyOS-Networks/vyos-stream-builds` (`vyos-reusable-build.yml`, `vyos-reusable-vpp-build.yml`, train-specific reusables for `circinus`/`sagitta`).
-- A predecessor exists at `VyOS-Networks/vyos-rolling-nightly-builds` (stale, last push 2024-06-01) — superseded by this repo.
+- Sibling reusable build workflows for release trains live in an internal repository (`vyos-reusable-build.yml`, `vyos-reusable-vpp-build.yml`, train-specific reusables for `circinus`/`sagitta`).
- Release artifacts feed end-user-facing documentation in `vyos/vyos-documentation`.
## Conventions
@@ -45,9 +44,6 @@ minisign -V -p minisign.pub -m vyos-<ver>-amd64.iso
- Many repo-level secrets (the orchestration needs cross-org PATs, signing keys, Slack tokens, release publishers) — managed by ops; never committed.
- ISO signing key is sensitive: rotation is a coordinated security event.
-## Mirror relationship
-Mirror twin: `VyOS-Networks/vyos-nightly-build`. Treat the `vyos/*` side as canonical (this is a public, end-user-facing repo).
-
## Notes for future contributors
- **Do not commit secrets** — all credentials and signing material flow through GitHub Actions secrets injected at workflow runtime.
- Skip toggles (`SKIP_SMOKETEST_*`, `SKIP_RELEASE_PUBLISHING`) exist for ad-hoc rebuilds; default everything OFF for normal nightly cadence.