a2069480ba
- Update to version 0.56.0: * clippy: fix additional clippy lints in tests. * dotnet: make default format consistent with other module. * git_status: Fix when the worktree != root dir. * init: improve starship path escaping. * nu: use correct session key variable name. * pwsh: replace Get-Error with $error[0]. * rust: support for rust-toolchain.toml. * Add the git_metrics module. * add support for nu shell. * treat empty string as none when formating. * docker_context: Use DOCKER_HOST and DOCKER_CONTEXT enviroment variables. * env_var: allow multiple instances. * Improve custom config OS. * enforce ALL_MODULES ordering in test. * fix name of battery info provider implementation. OBS-URL: https://build.opensuse.org/request/show/906199 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=6
23 lines
840 B
XML
23 lines
840 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<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">v0.56.0</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">starship</param>
|
|
</service>
|
|
</services>
|