Files
wehub-resource-sync 3e779be6f3
CI / lint (push) Failing after 13m4s
CI / test (3.11, ubuntu-latest) (push) Failing after 2m4s
CI / test (3.13, ubuntu-latest) (push) Successful in 13m30s
CI / test (3.14, ubuntu-latest) (push) Successful in 17m21s
CI / test (3.12, ubuntu-latest) (push) Successful in 17m55s
CI / discover-apps-ps (push) Successful in 1m56s
CI / test (3.9, ubuntu-latest) (push) Successful in 13m17s
CI / test (3.10, ubuntu-latest) (push) Successful in 26m21s
CI / audit (push) Successful in 13m38s
Deploy site / deploy (push) Has been cancelled
CI / test (3.14, ubuntu-24.04-arm) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:32:37 +08:00

25 lines
957 B
Plaintext

<services>
<service name="tar_scm">
<param name="url">https://github.com/Kernalix7/winpodx.git</param>
<param name="scm">git</param>
<param name="revision">main</param>
<param name="versionformat">@PARENT_TAG@</param>
<!-- Strip leading 'v' AND any '-RTM*' / pre-release suffix.
RPM Version: forbids '-' (Version/Release delimiter), so we
must capture only the dotted core. v0.3.0-RTM1 -> 0.3.0,
v0.3.0 -> 0.3.0, v0.3.1-rc2 -> 0.3.1. -->
<param name="versionrewrite-pattern">v([^-]+).*</param>
<param name="versionrewrite-replacement">\1</param>
<param name="match-tag">v*</param>
<param name="filename">winpodx</param>
<param name="exclude">.git</param>
</service>
<service name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version">
<param name="basename">winpodx</param>
</service>
</services>