Skip to content

Commit

Permalink
pstack/2.5.1 package update (#16511)
Browse files Browse the repository at this point in the history
* pstack/2.5.1 package update

Signed-off-by: wolfi-bot <[email protected]>

* Add package test, update package version

Signed-off-by: Sergio Gonzalez <[email protected]>

* Increase epoch by one to fix ABI Compatibility check

Signed-off-by: Sergio Gonzalez <[email protected]>

---------

Signed-off-by: wolfi-bot <[email protected]>
Signed-off-by: Sergio Gonzalez <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Debasish Biswas <[email protected]>
Co-authored-by: Sergio Gonzalez <[email protected]>
Co-authored-by: Sergio Gonzalez <[email protected]>
  • Loading branch information
5 people authored Apr 10, 2024
1 parent 30ab465 commit 870e3eb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pstack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: pstack
version: 2.4.7
epoch: 0
version: 2.5.3
epoch: 1
description: "Print stack traces from running processes, or core files."
copyright:
- license: BSD-2-Clause
Expand All @@ -21,7 +21,7 @@ pipeline:
with:
repository: https://github.com/peadar/pstack
tag: v${{package.version}}
expected-commit: abbca2ce52122be4487d0a9bdda9bc928c48ac58
expected-commit: e39a6cee5035d32a44c2d43660e80eb977117532

- name: Set directories
runs: |
Expand Down Expand Up @@ -72,3 +72,7 @@ update:
identifier: peadar/pstack
strip-prefix: v
tag-filter: v

test:
pipeline:
- runs: /usr/bin/pstack --help

0 comments on commit 870e3eb

Please sign in to comment.