summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-30 16:37:13 +0300
committerGitHub <noreply@github.com>2026-05-30 16:37:13 +0300
commit8b10585b6534261d934c9760899fe3991c66b0ba (patch)
tree07f770b9e35ff4dda56708f17e0b8fb317fddd88
parentad7bed2ffb5347f4904ca59e7e1527c8e95cc7e7 (diff)
downloadipaddrcheck-8b10585b6534261d934c9760899fe3991c66b0ba.tar.gz
ipaddrcheck-8b10585b6534261d934c9760899fe3991c66b0ba.zip
ci: T8943: migrate branch-name refs current->rolling (rollout 1c) (#32)
Rollout 1c reference migration on vyos/ipaddrcheck prior to the default- branch rename. Updates this repo's own trunk references current->rolling: pr-mirror trigger branches, trigger-rebuild trigger branches (LTS entries kept), and the AGENTS.md branch-model note. HIGH-producer pins were already swept to @production in Task 2. Tracking: T8943
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml2
-rw-r--r--.github/workflows/trigger-rebuild-repo-package.yml2
-rw-r--r--AGENTS.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml
index ce07349..5320e01 100644
--- a/.github/workflows/pr-mirror-repo-sync.yml
+++ b/.github/workflows/pr-mirror-repo-sync.yml
@@ -6,7 +6,7 @@ name: PR Mirror and Repo Sync
on:
pull_request_target:
types: [closed]
- branches: [current]
+ branches: [rolling]
workflow_dispatch:
inputs:
sync_branch:
diff --git a/.github/workflows/trigger-rebuild-repo-package.yml b/.github/workflows/trigger-rebuild-repo-package.yml
index f3f2bfd..aa92396 100644
--- a/.github/workflows/trigger-rebuild-repo-package.yml
+++ b/.github/workflows/trigger-rebuild-repo-package.yml
@@ -5,7 +5,7 @@ on:
types:
- closed
branches:
- - current
+ - rolling
- circinus
- sagitta
workflow_dispatch:
diff --git a/AGENTS.md b/AGENTS.md
index ba2e3e5..7c39d50 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -37,7 +37,7 @@ One of the canonical 14 VyOS-image build packages, listed in an internal reposit
## Conventions
- Commit / PR title format: `component: T12345: description` (Phorge task ID at https://vyos.dev mandatory). Enforced by `vyos/.github` reusable workflows where consumed.
-- Branch model: `current` (rolling), `circinus` (1.5 LTS), `sagitta` (1.4 LTS), `equuleus` (1.3 LTS).
+- Branch model: `rolling`, `circinus` (1.5 LTS), `sagitta` (1.4 LTS), `equuleus` (1.3 LTS).
- Maintained by the VyOS team (`maintainers@vyos.net`); license is GPL-2 + LGPL-2.1 dual.
## Notes for future contributors