Skip to content

Commit 0ba4ec6

Browse files
committed
Add bootupd
See: coreos#30
1 parent b0383da commit 0ba4ec6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ repos:
1313
rhel8_package: rust-afterburn
1414
rhel9_package: rust-afterburn
1515

16+
bootupd:
17+
url: https://github.com/coreos/bootupd
18+
vars:
19+
git_repo: bootupd
20+
crate: bootupd
21+
fedora_package: rust-bootupd
22+
rhel8_package: rust-bootupd
23+
rhel9_package: rust-bootupd
24+
1625
butane:
1726
url: https://github.com/coreos/butane
1827
vars:

rust/release-checklist.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ files:
99
vars:
1010
do_release_notes_doc: true
1111

12+
- repo: bootupd
13+
path: .github/ISSUE_TEMPLATE/release-checklist.md
14+
1215
- repo: coreos-installer
1316
path: .github/ISSUE_TEMPLATE/release-checklist.md
1417
vars:

0 commit comments

Comments
 (0)