Search Criteria
Package Details: concourse-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: | Concourse is a container-based continuous thing-doer written in Go and Elm |
Upstream URL: | https://concourse-ci.org |
Licenses: | custom:Apache-2.0 |
Conflicts: | concourse, concourse-bin |
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 (6)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR) (make)
- cni-plugins (cni-plugins-binAUR) (optional)
- concourse-resource-typesAUR (optional)
- containerd (cri-containerd-binAUR) (optional)
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql13AUR, postgresql-gitAUR) (optional)
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.