Age | Commit message (Collapse) | Author |
|
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>
|
|
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>
|
|
This commit updates the source version to the latest.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
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>
|
|
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>
|
|
This commit updates the source to the latest.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
concourse-fly-cli is correct, not concourse-cli-fly.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
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>
|
|
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>
|
|
This commit updates the source version to 7.5.0.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 7.4.0.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 7.3.2.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 7.3.1.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 7.2.0.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
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>
|
|
This commit updates the source version to 7.1.0.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 7.0.0.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
This commit updates the source version to 6.7.5.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
The package provides basic resource types of concourse.
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
|
|
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>
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|