forked from pool/host-spawn
* Do not allocate a pty if stdout is redirected * Do not assume we're only going to receive HostCommandExited messages * Show helpful error if we receive an unexpected DBus signal * Start a shell if basename starts with host-spawn * Show error message if we fail to spawn the process - drop v prefix from a tarball name OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/host-spawn?expand=0&rev=7
21 lines
718 B
Plaintext
21 lines
718 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/1player/host-spawn</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">v1.6.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
</service>
|
|
<service name="go_modules" mode="disabled">
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
</services>
|