starship/_service
Dead Mozay 42dddf9601 Accepting request 946440 from home:Dead_Mozay
- Update to version 1.2.0:
  * No changelog available. 
- Update to version 1.1.1:
  * Add package version detection for sbt projects.
  * print-config subset of config.
  * azure: Azure module.
  * module: Add sudo module.
  * status: Add hex_status.
  * Display durations of 0ms.
  * Store $? and $LASTEXITCODE first in PowerShell.
  * aws: prevent endless loop when AWS config file is a directory.
  * directory: improve truncation detection.
  * docs: remove superfluous space.
  * git_branch: more robust handling of .git.

OBS-URL: https://build.opensuse.org/request/show/946440
OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=9
2022-01-14 14:35:26 +00:00

23 lines
839 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">v1.2.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>