Skip to content

Commit 168f59c

Browse files
authored
Merge pull request #408 from stackhpc/stop-sync-catchup
Stop syncing master/epoxy forks where upstream has caught up
2 parents 8b680a8 + 6c4e0d4 commit 168f59c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ source_repositories:
159159
- codeowners:
160160
content: "{{ community_files.codeowners.openstack }}"
161161
dest: ".github/CODEOWNERS"
162+
ignored_releases:
163+
- 2025.1
164+
- master
162165
cloudkitty-dashboard:
163166
community_files:
164167
- codeowners:
@@ -285,6 +288,8 @@ source_repositories:
285288
- victoria
286289
- wallaby
287290
- xena
291+
- 2025.1
292+
- master
288293
community_files:
289294
- codeowners:
290295
content: "{{ community_files.codeowners.openstack }}"
@@ -323,6 +328,8 @@ source_repositories:
323328
- xena
324329
- yoga
325330
- zed
331+
- 2025.1
332+
- master
326333
community_files:
327334
- codeowners:
328335
content: "{{ community_files.codeowners.openstack }}"

0 commit comments

Comments
 (0)