public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gh] f43: Update Packit config
@ 2026-07-31 9:22 Mikel Olasagasti Uranga
0 siblings, 0 replies; only message in thread
From: Mikel Olasagasti Uranga @ 2026-07-31 9:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gh
Branch : f43
Commit : 5cd590721d7a37256edea2bd1541432c9cad45ee
Author : Mikel Olasagasti Uranga <mikel@olasagasti.info>
Date : 2026-07-31T11:20:29+02:00
Stats : +21/-21 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gh/c/5cd590721d7a37256edea2bd1541432c9cad45ee?branch=f43
Log:
Update Packit config
[skip changelog]
---
diff --git a/.packit.yaml b/.packit.yaml
index 0cb90bf..d5591bd 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -1,35 +1,35 @@
-specfile_path: gh.spec
-
-upstream_package_name: cli
-upstream_project_url: https://github.com/cli/cli
+---
downstream_package_name: gh
-
-upstream_tag_template: v{version}
+upstream_project_url: https://github.com/cli/cli
+upstream_tag_template: "v{version}"
jobs:
+ - job: pull_from_upstream
+ trigger: release
+ dist_git_branches:
+ rawhide:
+ fast_forward_merge_into:
+ - fedora-branched
+ - epel-all
-- job: pull_from_upstream
- trigger: release
- dist_git_branches:
- - rawhide
-
-- job: koji_build
- trigger: commit
- dist_git_branches:
- - rawhide
-
+ - job: koji_build
+ trigger: commit
+ dist_git_branches:
+ - fedora-all
+ - epel-all
actions:
post-modifications:
- # https://fedora.gitlab.io/sigs/go/go-vendor-tools/scenarios/#manual-update
- |
sh -xeuc "
cd $PACKIT_DOWNSTREAM_REPO
- export GOTOOLCHAIN=auto
- go_vendor_archive create --config go-vendor-tools.toml gh.spec
+ export GOTOOLCHAIN=local+auto
+ spec="$PACKIT_DOWNSTREAM_PACKAGE_NAME.spec"
+ go_vendor_archive create --config go-vendor-tools.toml "$spec"
go_vendor_license \
--config go-vendor-tools.toml \
- --path gh.spec \
+ --path "$spec" \
report \
- --verify-spec
+ --verify-spec \
+ --autofill=auto
"
create_sync_note: false
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-31 9:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-31 9:22 [rpms/gh] f43: Update Packit config Mikel Olasagasti Uranga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox