Search Criteria
Package Details: concourse-fly-cli-git v7.9.0.r17.gf3cb492d1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/concourse-git.git (read-only, click to copy) |
---|---|
Package Base: | concourse-git |
Description: | A command line interface that runs a build in a container with ATC |
Upstream URL: | https://concourse-ci.org |
Licenses: | custom:Apache-2.0 |
Conflicts: | concourse-fly, concourse-fly-bin, concourse-fly-cli, concourse-fly-git, fly-cli |
Submitter: | cheatsc |
Maintainer: | cheatsc |
Last Packager: | cheatsc |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-10-28 00:34 (UTC) |
Last Updated: | 2023-01-05 19:03 (UTC) |
Dependencies (2)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Latest Comments
cheatsc commented on 2023-01-05 18:31 (UTC)
@ei-grad Thank you for your comment! I updated the PKGBUILD to set the concourse version without commit id.
ei-grad commented on 2023-01-03 09:05 (UTC)
Maybe
pkgver
could be adjusted to contain onlyv7.9.0
part without-rXXX.<commit_sha>
? Like thegit describe --abbrev=0 --tags
output.With current
v7.9.0.r2.g724f1ea0b
fly says "error: Wrong number of components" - https://github.com/concourse/concourse/blob/5d931af/fly/version/version.go#L15-L22.