GLab is an unoffical command line tools for GitLab works just like Github's gh. OBS-URL: https://build.opensuse.org/request/show/935787 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=1
18 lines
642 B
Plaintext
18 lines
642 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/profclems/glab.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v1.21.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="filename">glab</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="manual" />
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|