mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-08 12:52:17 +00:00
fdedd42104
* feat(ci): add no_upload_srpms label
This also fixes manual builds to support subrepos properly.
* to make sure it actually works
* manually set permissions
(cherry picked from commit bc5a6c144c)
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
Co-authored-by: madomado <madonuko@outlook.com>
10 lines
109 B
HCL
10 lines
109 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "nerd-fonts.spec"
|
|
}
|
|
labels {
|
|
no_upload_srpms = 1
|
|
}
|
|
}
|