forked from pool/killport
- Update to 1.1.0:
* fixed testsuite
* added Windows support
- Update to 1.0.0:
* Mode Selection: Users can now specify whether to target processes, containers,
or both. This is controlled via the -m/--mode option.
* Signal Specification: The tool now supports specifying many different signals
to be sent to processes or containers, enhancing the control users have over
how they terminate these entities.
* Dry Run Option: This new feature allows users to simulate termination commands
to see which processes or containers would be affected without actually performing
the kill operation.
* Release as a library
OBS-URL: https://build.opensuse.org/request/show/1178233
OBS-URL: https://build.opensuse.org/package/show/utilities/killport?expand=0&rev=3
26 lines
923 B
Plaintext
26 lines
923 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/jkfran/killport</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">v1.1.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">killport</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">killport</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">killport</param>
|
|
</service>
|
|
</services>
|
|
|