forked from pool/starship
241574c190
* Features: - color: add prev_fg and prev_bg as color specifiers based on the previous foreground/background colors respectively. - color: add prevfg,prevbg as color specifiers based on the previous foreground/background colors respectively. - gcloud: Disabled gcloud module when active config hasn't been set. - purescript: add support for spago-next configuration files. * Bug Fixes: - custom: escape characters in command output by default. - direnv: replace nonexistent "orange" color with "bright-yellow". - dotnet: Remove duplicate v in dotnet version. - k8s: don't trigger if scan config is set but env vars are not. - preset: fix typo in Open Policy Agent module format string. * Performance Improvements: - k8s: Improve performance of kubeconfig module. OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=59
27 lines
974 B
XML
27 lines
974 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="filename">starship</param>
|
|
<param name="url">https://github.com/starship/starship.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="version">git-master</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">v1.20.1</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">starship</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">starship</param>
|
|
</service>
|
|
</services>
|