glab/_service
Martin Pluskal 5f8e49f6b2 Accepting request 1105202 from home:pdostal:branches:devel:tools:scm
- Update to version 1.32.0:
  * feat: handle response from VertexAI instead of OpenAI
  * feat: add support for child pipelines in ci view
  * fix: Don't add glab-resolved when it already exists in a remote
  * feat(ci): add Pipeline IID to `ci list`
  * fix(deps): upgrade go-gitlab to v0.88.0
  * fix(issue): fix using issue commands from non-git dir
  * test: Fix test Test_repoArchive_Integration integration test
  * chore: use latest tview version
  * chore: downgrade tview
  * fix: Handle trailing slash in remote URL
  * fix(ci run): use correct default branch
  * release: fix assets-links suggestion/help
  * fix: use basereporemote.name as argument to GetDefaultBranch
  * chore: enable better debugging for flaky test
  * docs: clarify possible options for parameters for "ci list"
  * chore(ci): save test log as an artifact
  * chore: bumping go-gitlab to 0.86.0
  * chore(ci): remove ssh key from build
  * fix: goreleaser deprecated replacements, fixing the filename templates
  * fix: Preventing a panic when not using a sub command
  * feat: add incident note command
  * chore: use new test repo for clone integration tests
  * fixup! set error context in mrBody
  * fixup! no index trickery, compare values
  * feat(mr): populate description from commit messages
  * refactor(mr): split mrBody out of mrBodyAndTitle

OBS-URL: https://build.opensuse.org/request/show/1105202
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=31
2023-08-22 09:30:41 +00:00

20 lines
720 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
<param name="scm">git</param>
<param name="revision">v1.32.0</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="set_version" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled">
<param name="archive">glab-1.32.0.tar.gz</param>
</service>
</services>