public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hcloud] f44: Update Packit config
@ 2026-08-20 14:43 Mikel Olasagasti Uranga
  0 siblings, 0 replies; 2+ messages in thread
From: Mikel Olasagasti Uranga @ 2026-08-20 14:43 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hcloud
            Branch : f44
            Commit : 8c25ec48c25539bcbf000515e32b4f370ef4b498
            Author : Mikel Olasagasti Uranga <mikel@olasagasti.info>
            Date   : 2026-04-12T17:32:53+02:00
            Stats  : +17/-21 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/hcloud/c/8c25ec48c25539bcbf000515e32b4f370ef4b498?branch=f44

            Log:
            Update Packit config

[skip changelog]

---
diff --git a/.packit.yaml b/.packit.yaml
index fcb460a..38bde3d 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -1,35 +1,31 @@
-specfile_path: hcloud.spec
-
-upstream_package_name: cli
-upstream_project_url: https://github.com/hetznercloud/cli
+---
 downstream_package_name: hcloud
-
-upstream_tag_template: v{version}
+upstream_project_url: https://github.com/hetznercloud/cli
+upstream_tag_template: "v{version}"
 
 jobs:
+  - job: pull_from_upstream
+    trigger: release
+    dist_git_branches:
+      rawhide: {}
 
-- 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:
+      - rawhide
 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 hcloud.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 hcloud.spec \
+          --path "$spec" \
           report \
-          --verify-spec
+          --verify-spec \
+          --autofill=auto
       "
 create_sync_note: false

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/hcloud] f44: Update Packit config
@ 2026-08-20 14:43 Mikel Olasagasti Uranga
  0 siblings, 0 replies; 2+ messages in thread
From: Mikel Olasagasti Uranga @ 2026-08-20 14:43 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hcloud
            Branch : f44
            Commit : 48b75aa0e71e9cdeddb7b8648ff69203b719e97d
            Author : Mikel Olasagasti Uranga <mikel@olasagasti.info>
            Date   : 2026-07-23T18:23:49+02:00
            Stats  : +4/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/hcloud/c/48b75aa0e71e9cdeddb7b8648ff69203b719e97d?branch=f44

            Log:
            Update Packit config

[skip changelog]

---
diff --git a/.packit.yaml b/.packit.yaml
index 38bde3d..393c732 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -7,12 +7,14 @@ jobs:
   - job: pull_from_upstream
     trigger: release
     dist_git_branches:
-      rawhide: {}
+      rawhide:
+        fast_forward_merge_into:
+          - fedora-branched
 
   - job: koji_build
     trigger: commit
     dist_git_branches:
-      - rawhide
+      - fedora-all
 actions:
   post-modifications:
     - |

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-20 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20 14:43 [rpms/hcloud] f44: Update Packit config Mikel Olasagasti Uranga
2026-08-20 14:43 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