diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-07 19:28:59 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-07 19:28:59 +0300 |
| commit | 7a3df7820da4de165d6c1898be8b1feaa1ca769e (patch) | |
| tree | bd90532702557afcbacf25565dc08875650e5d69 | |
| parent | 6ded2a79d8537ab96afc6d1e217fcd4f6952e821 (diff) | |
| download | vyos-cloud-init-7a3df7820da4de165d6c1898be8b1feaa1ca769e.tar.gz vyos-cloud-init-7a3df7820da4de165d6c1898be8b1feaa1ca769e.zip | |
general: T8595: scrub private-org references from public AGENTS.md
| -rw-r--r-- | AGENTS.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -32,8 +32,8 @@ make # see in-repo Makefile targets - Vendored upstream license files: `LICENSE-Apache2.0`, `LICENSE-GPLv3`. ## Cross-repo context -- Consumed by `vyos/vyos-build` as one of the 14 source packages in `VyOS-Networks/vyos-build-packages/repos.toml`. Produces the `cloud-init` `.deb` shipped inside the VyOS ISO. -- Companion to `VyOS-Networks/vyos-walinuxagent` (Azure-specific agent) and `VyOS-Networks/vyos-salt-minion` (SaltStack agent) for cloud-side configuration. +- Consumed by `vyos/vyos-build` as one of the 14 source packages in an internal repository. Produces the `cloud-init` `.deb` shipped inside the VyOS ISO. +- Companion to an internal repository (Azure-specific agent) and an internal repository (SaltStack agent) for cloud-side configuration. - VyOS-specific datasources may interact with `vyos-1x` config-tree primitives at runtime. ## Conventions @@ -42,10 +42,7 @@ make # see in-repo Makefile targets - License: dual Apache-2.0 / GPL-3 (inherited from upstream `cloud-init`). - Default branch: `current`. Pull from upstream `canonical/cloud-init` via merge or rebase, preserve VyOS-specific deltas. -## Mirror relationship -Mirror twin: `VyOS-Networks/vyos-cloud-init`. Mirror pipeline status varies — treat the `vyos/*` side as canonical. The VyOS-Networks twin's default branch is reportedly `git-actions` (workflow-experiment branch); do not rely on it for code state. - ## Notes for future contributors - Keep VyOS-specific changes minimal and clearly delineated to ease upstream merges. -- After merging a PR, the `trigger-rebuild-repo-package.yml` workflow fires a REST `workflow_dispatch` into `$REMOTE_OWNER/vyos-build-packages` (REMOTE_OWNER = VyOS-Networks) to rebuild the Debian package as `vyosbot`. +- After merging a PR, the `trigger-rebuild-repo-package.yml` workflow fires a REST `workflow_dispatch` into `$REMOTE_OWNER/vyos-build-packages` (REMOTE_OWNER = the private side) to rebuild the Debian package as `vyosbot`. - Cloud-init's upstream test suite is heavy; running `pytest tests/unittests` is usually sufficient for small VyOS-side patches. |
