Skip to content

Commit

Permalink
Add bootupd, ostree and rpm-ostree
Browse files Browse the repository at this point in the history
Fixes: coreos#30
  • Loading branch information
travier committed Sep 9, 2022
1 parent b0383da commit 06e9954
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ repos:
rhel8_package: rust-afterburn
rhel9_package: rust-afterburn

bootup:
url: https://github.com/coreos/bootupd
vars:
git_repo: bootupd
crate: bootupd
fedora_package: rust-bootupd
rhel8_package: rust-bootupd
rhel9_package: rust-bootupd

butane:
url: https://github.com/coreos/butane
vars:
Expand Down Expand Up @@ -58,6 +67,22 @@ repos:
crate: openssh-keys
fedora_package: rust-openssh-keys

ostree:
url: https://github.com/ostreedev/ostree
vars:
git_repo: ostree
fedora_package: ostree
rhel8_package: ostree
rhel9_package: ostree

rpm-ostree:
url: https://github.com/coreos/rpm-ostree
vars:
git_repo: rpm-ostree
fedora_package: rpm-ostree
rhel8_package: rpm-ostree
rhel9_package: rpm-ostree

ssh-key-dir:
url: https://github.com/coreos/ssh-key-dir
vars:
Expand Down
9 changes: 9 additions & 0 deletions rust/release-checklist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ files:
vars:
do_release_notes_doc: true

- repo: bootupd
path: .github/ISSUE_TEMPLATE/release-checklist.md

- repo: coreos-installer
path: .github/ISSUE_TEMPLATE/release-checklist.md
vars:
Expand All @@ -29,6 +32,12 @@ files:
do_release_digests: false
do_vendor_tarball: false

- repo: ostree
path: .github/ISSUE_TEMPLATE/release-checklist.md

- repo: rpm-ostree
path: .github/ISSUE_TEMPLATE/release-checklist.md

- repo: ssh-key-dir
path: .github/ISSUE_TEMPLATE/release-checklist.md

Expand Down

0 comments on commit 06e9954

Please sign in to comment.