summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2023-01-06PKGBUILD: Fix license related package errorsShohei Maruyama
This commit fixes the following errors reported by namcap: * Apache-2.0 is not a common license (it's not in /usr/share/licenses/common/) * Symlink (usr/share/licenses/concourse-git/LICENSE) points to non-existing /usr/share/licenses/common/Apache/license.txt Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-01-06PKGBUILD: Fix wrong number of componentsShohei Maruyama
Concourse's versioning scheme use major, minor and patch only, so fly reports "error: Wrong number of components" with using commit id. Ref: https://github.com/concourse/concourse/blob/5d931af/fly/version/version.go#L15-L22 Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-01-06PKBUILD: Update to the latestShohei Maruyama
This commit updates the source version to the latest. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2022-04-27PKGBUILD: Build binaries with RELROShohei Maruyama
According the guidelines, Need to build go binary with RELRO. Ref: https://wiki.archlinux.org/title/Go_package_guidelines#Sample_PKGBUILD Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2022-04-27PKGBUILD: Replace go-pie with goShohei Maruyama
According to https://archlinux.org/todo/move-from-go-pie-dependency-to-go/, packages depends on 'go-pie' need move to 'go'. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2022-04-27PKGBUILD: Update to the latestShohei Maruyama
This commit updates the source to the latest. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2022-02-17PKGBUILD: Fix a wrong conflict packages of flyShohei Maruyama
concourse-fly-cli is correct, not concourse-cli-fly. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-10-28concourse: Use string instead of variableShohei Maruyama
On packaging, pkgname is used to copy a executable, but the variable and the name of the executable is not match so that decided to not use the variable. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-10-28concourse: Convert PKGBUILD to git packageShohei Maruyama
This commit converts PKGBUILD to git package. Drop resource-type package becasue it cannot be built from source without container daemon. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-09-17concourse: Update to 7.5.0Shohei Maruyama
This commit updates the source version to 7.5.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-07-30concourse: Update to 7.4.0Shohei Maruyama
This commit updates the source version to 7.4.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-06-16concourse: Update to 7.3.2Shohei Maruyama
This commit updates the source version to 7.3.2. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-05-31concourse: Update to 7.3.1Shohei Maruyama
This commit updates the source version to 7.3.1. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-04-15concourse: Update to 7.2.0Shohei Maruyama
This commit updates the source version to 7.2.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-03-23concourse: Replace packr with go buildShohei Maruyama
packr is no longer required fot building concourse. See https://github.com/concourse/ci/commit/fd8a1d7820cfd3f23481ae24ac29328a44d15228. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-03-23concourse: Update to 7.1.0Shohei Maruyama
This commit updates the source version to 7.1.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-02-24concourse: Update to 7.0.0Shohei Maruyama
This commit updates the source version to 7.0.0. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-02-16concourse: Update to 6.7.5Shohei Maruyama
This commit updates the source version to 6.7.5. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-02-16concourse: Add concourse-resource-types packageShohei Maruyama
The package provides basic resource types of concourse. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-02-16concourse: Add postgresql as optional packageShohei Maruyama
ATC (web) uses Postgresql, so this package should depend it as optional one for web. See https://concourse-ci.org/internals.html#basic-architecture Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2021-01-28concourse: Update to 6.7.4Shohei Maruyama
This commit updates the source version to 6.7.4. This changes introduces providing fly command in separated packages. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2020-04-29Update to 5.5.11Dimitris Kiziridis
2020-04-24move to go-pieDimitris Kiziridis
2020-04-04sanitize pkgbuildDimitris Kiziridis
2020-04-02Update to 6.0.0Dimitris Kiziridis
2017-09-29concourse v3.5.0Bram Swenson
2017-09-06Version v3.4.1Bram Swenson
2017-07-04concourse v3.3.1Bram Swenson
2017-06-16concourse v3.2.1Bram Swenson
2017-06-02concourse v3.1.1Bram Swenson
2017-05-30v3.0.1-2 - fix depends listBram Swenson
2017-05-29concourse v3.0.1Bram Swenson
2017-04-14v2.7.3Bram Swenson
2017-03-08concourse v2.7.0Bram Swenson