public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mikel Olasagasti Uranga <mikel@olasagasti.info>
To: git-commits@fedoraproject.org
Subject: [rpms/glab] rawhide: Update Packit configuration
Date: Mon, 20 Jul 2026 15:08:37 GMT	[thread overview]
Message-ID: <178456011790.1.10408846548437853973.rpms-glab-f715f3148981@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/glab
            Branch : rawhide
            Commit : f715f31489813dc5f52fea1b344547fff221978f
            Author : Mikel Olasagasti Uranga <mikel@olasagasti.info>
            Date   : 2026-07-20T17:08:29+02:00
            Stats  : +21/-21 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/glab/c/f715f31489813dc5f52fea1b344547fff221978f?branch=rawhide

            Log:
            Update Packit configuration

[skip changelog]

---
diff --git a/.packit.yaml b/.packit.yaml
index a610aca..06ea683 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -1,35 +1,35 @@
-specfile_path: glab.spec
-
-upstream_package_name: cli
-upstream_project_url: https://gitlab.com/gitlab-org/cli
+---
 downstream_package_name: glab
-
-upstream_tag_template: v{version}
+upstream_project_url: https://gitlab.com/gitlab-org/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 glab.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 glab.spec \
+          --path "$spec" \
           report \
-          --verify-spec
+          --verify-spec \
+          --autofill=auto
       "
 create_sync_note: false

                 reply	other threads:[~2026-07-20 15:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178456011790.1.10408846548437853973.rpms-glab-f715f3148981@fedoraproject.org \
    --to=mikel@olasagasti.info \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox