File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ repos:
13
13
rhel8_package : rust-afterburn
14
14
rhel9_package : rust-afterburn
15
15
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
+
16
25
butane :
17
26
url : https://github.com/coreos/butane
18
27
vars :
@@ -58,6 +67,22 @@ repos:
58
67
crate : openssh-keys
59
68
fedora_package : rust-openssh-keys
60
69
70
+ ostree :
71
+ url : https://github.com/ostreedev/ostree
72
+ vars :
73
+ git_repo : ostree
74
+ fedora_package : ostree
75
+ rhel8_package : ostree
76
+ rhel9_package : ostree
77
+
78
+ rpm-ostree :
79
+ url : https://github.com/coreos/rpm-ostree
80
+ vars :
81
+ git_repo : rpm-ostree
82
+ fedora_package : rpm-ostree
83
+ rhel8_package : rpm-ostree
84
+ rhel9_package : rpm-ostree
85
+
61
86
ssh-key-dir :
62
87
url : https://github.com/coreos/ssh-key-dir
63
88
vars :
Original file line number Diff line number Diff line change 9
9
vars :
10
10
do_release_notes_doc : true
11
11
12
+ - repo : bootupd
13
+ path : .github/ISSUE_TEMPLATE/release-checklist.md
14
+
12
15
- repo : coreos-installer
13
16
path : .github/ISSUE_TEMPLATE/release-checklist.md
14
17
vars :
@@ -29,6 +32,12 @@ files:
29
32
do_release_digests : false
30
33
do_vendor_tarball : false
31
34
35
+ - repo : ostree
36
+ path : .github/ISSUE_TEMPLATE/release-checklist.md
37
+
38
+ - repo : rpm-ostree
39
+ path : .github/ISSUE_TEMPLATE/release-checklist.md
40
+
32
41
- repo : ssh-key-dir
33
42
path : .github/ISSUE_TEMPLATE/release-checklist.md
34
43
You can’t perform that action at this time.
0 commit comments