public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/buildbox] rawhide: Add Packit dist-git configuration
@ 2026-08-27 20:18
0 siblings, 0 replies; only message in thread
From: @ 2026-08-27 20:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/buildbox
Branch : rawhide
Commit : 285158e85ce6443a97997dbd94dc36a68e86c23d
Author : Javier Jardón <jjardon@gnome.org>
Date : 2026-08-27T21:16:10+01:00
Stats : +28/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/buildbox/c/285158e85ce6443a97997dbd94dc36a68e86c23d?branch=rawhide
Log:
Add Packit dist-git configuration
Automate rawhide release sync via pull_from_upstream.
Restrict tags to X.Y.Z so component tags (trexe-*, worker-*) are ignored.
Koji builds stay on rawhide; Bodhi updates cover branched
releases if those branches are added later.
---
diff --git a/.packit.yaml b/.packit.yaml
new file mode 100644
index 0000000..1a090d3
--- /dev/null
+++ b/.packit.yaml
@@ -0,0 +1,28 @@
+# See the documentation for more information:
+# https://packit.dev/docs/configuration/
+# https://packit.dev/docs/configuration/downstream_configuration_template
+# https://packit.dev/docs/fedora-releases-guide/dist-git-onboarding
+
+upstream_project_url: https://gitlab.com/BuildGrid/buildbox/buildbox
+
+# Tags are bare versions (1.4.20), not v1.4.20.
+# Upstream also has component tags (trexe-*, worker-*); ignore those.
+upstream_tag_include: "^[0-9]+\\.[0-9]+\\.[0-9]+$"
+
+jobs:
+ # Requires Fedora mapping on https://release-monitoring.org/projects/
+ # and Monitoring enabled on https://src.fedoraproject.org/rpms/buildbox
+ - job: pull_from_upstream
+ trigger: release
+ dist_git_branches:
+ - fedora-rawhide
+
+ - job: koji_build
+ trigger: commit
+ dist_git_branches:
+ - fedora-rawhide
+
+ - job: bodhi_update
+ trigger: commit
+ dist_git_branches:
+ - fedora-branched
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-27 20:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 20:18 [rpms/buildbox] rawhide: Add Packit dist-git configuration
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox