[arch-commits] Commit in consul/repos/community-testing-x86_64 (20 files)

2019-05-29 Thread Thore Bödecker via arch-commits
Date: Wednesday, May 29, 2019 @ 08:37:41
  Author: foxxx0
Revision: 473856

archrelease: copy trunk to community-testing-x86_64

Added:
  consul/repos/community-testing-x86_64/PKGBUILD
(from rev 473855, consul/trunk/PKGBUILD)
  consul/repos/community-testing-x86_64/consul-ldflags.patch
(from rev 473855, consul/trunk/consul-ldflags.patch)
  consul/repos/community-testing-x86_64/consul.default
(from rev 473855, consul/trunk/consul.default)
  consul/repos/community-testing-x86_64/consul.install
(from rev 473855, consul/trunk/consul.install)
  consul/repos/community-testing-x86_64/consul.service
(from rev 473855, consul/trunk/consul.service)
  consul/repos/community-testing-x86_64/consul.sysusers
(from rev 473855, consul/trunk/consul.sysusers)
  consul/repos/community-testing-x86_64/disable-syslog-test.patch
(from rev 473855, consul/trunk/disable-syslog-test.patch)
  consul/repos/community-testing-x86_64/example.json
(from rev 473855, consul/trunk/example.json)
  consul/repos/community-testing-x86_64/fix-build-version-info.patch
(from rev 473855, consul/trunk/fix-build-version-info.patch)
  
consul/repos/community-testing-x86_64/unparallelize-or-disable-flaky-tests.patch
(from rev 473855, consul/trunk/unparallelize-or-disable-flaky-tests.patch)
Deleted:
  consul/repos/community-testing-x86_64/PKGBUILD
  consul/repos/community-testing-x86_64/consul-ldflags.patch
  consul/repos/community-testing-x86_64/consul.default
  consul/repos/community-testing-x86_64/consul.install
  consul/repos/community-testing-x86_64/consul.service
  consul/repos/community-testing-x86_64/consul.sysusers
  consul/repos/community-testing-x86_64/disable-syslog-test.patch
  consul/repos/community-testing-x86_64/example.json
  consul/repos/community-testing-x86_64/fix-build-version-info.patch
  
consul/repos/community-testing-x86_64/unparallelize-or-disable-flaky-tests.patch

+
 PKGBUILD   |  176 +--
 consul-ldflags.patch   |   62 -
 consul.default |2 
 consul.install |   18 +-
 consul.service |   32 ++--
 consul.sysusers|2 
 disable-syslog-test.patch  |   24 +--
 example.json   |   14 +-
 fix-build-version-info.patch   |  148 +++---
 unparallelize-or-disable-flaky-tests.patch |  108 
 10 files changed, 293 insertions(+), 293 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-29 08:37:22 UTC (rev 473855)
+++ PKGBUILD2019-05-29 08:37:41 UTC (rev 473856)
@@ -1,88 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Felix Yan 
-
-pkgname=consul
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="A tool for service discovery, monitoring and configuration."
-arch=('x86_64')
-_gocli_commit='3d22a244be8aa6fb16ac24af0e195c08b7d973aa' # HEAD
-url="https://www.consul.io;
-license=('MPL2')
-depends=('glibc')
-makedepends=('git' 'go-pie' 'procps-ng' 'zip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/consul/archive/v${pkgver}.tar.gz;
-"gocli::git+https://github.com/mitchellh/cli#commit=${_gocli_commit};
-'consul.service'
-'consul.default'
-'consul.sysusers'
-'example.json'
-'fix-build-version-info.patch'
-'consul-ldflags.patch'
-'unparallelize-or-disable-flaky-tests.patch'
-)
-install=consul.install
-backup=('etc/default/consul')
-sha512sums=('8cefb77b56b27995bba38517144bf42585bd1d9ad9a10fc0c9b6bc1a87bfbd042e336ed5e945cfce1fb8eb4b8162dbc8246e2b4109dea5767b8745a7b2159ef8'
-'SKIP'
-
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
-
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
-
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'
-
'c4292b8f56ee955ed7385a49843fd90d6434029891b3e1e724cb2fc841514c06e2554a26d3937c114371b18c2168c4e64319eb2cbd726ee8b35870df19089348'
-
'8442826050639bf4a8799d5bdeb9778b5dbf45c7c557292209691a08d207ece6106e7f6711ccb1e252b7d1dbbff14f0deb72b4f07e664a304b91092d0afa447b'
-
'0d779e78bb5f5edafddcc3de1a754a6c39e3ce6dd7aa1387f491803f977b4a7d5e9a1eaa17d212be89109b191c91c2cdf4dd9728cffb3b724b28d20248ce8e12'
-
'b59b2733d598ae6648c198f26f23961d4c1ea8c693a1a5b1c16a0951400c3bb9a9d2d5efe4f0a5cca9ae3b1f225a8eb4133c9011c4125589e936c7dcdc4b2495')
-
-prepare() {
-  export  GOPATH="${srcdir}"
-  export  PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
-  mkdir -p 

[arch-commits] Commit in consul/repos/community-testing-x86_64 (20 files)

2019-02-08 Thread Thore Bödecker via arch-commits
Date: Friday, February 8, 2019 @ 15:12:45
  Author: foxxx0
Revision: 430729

archrelease: copy trunk to community-testing-x86_64

Added:
  consul/repos/community-testing-x86_64/PKGBUILD
(from rev 430728, consul/trunk/PKGBUILD)
  consul/repos/community-testing-x86_64/consul-ldflags.patch
(from rev 430728, consul/trunk/consul-ldflags.patch)
  consul/repos/community-testing-x86_64/consul.default
(from rev 430728, consul/trunk/consul.default)
  consul/repos/community-testing-x86_64/consul.install
(from rev 430728, consul/trunk/consul.install)
  consul/repos/community-testing-x86_64/consul.service
(from rev 430728, consul/trunk/consul.service)
  consul/repos/community-testing-x86_64/consul.sysusers
(from rev 430728, consul/trunk/consul.sysusers)
  consul/repos/community-testing-x86_64/disable-syslog-test.patch
(from rev 430728, consul/trunk/disable-syslog-test.patch)
  consul/repos/community-testing-x86_64/example.json
(from rev 430728, consul/trunk/example.json)
  consul/repos/community-testing-x86_64/fix-build-version-info.patch
(from rev 430728, consul/trunk/fix-build-version-info.patch)
  
consul/repos/community-testing-x86_64/unparallelize-or-disable-flaky-tests.patch
(from rev 430728, consul/trunk/unparallelize-or-disable-flaky-tests.patch)
Deleted:
  consul/repos/community-testing-x86_64/PKGBUILD
  consul/repos/community-testing-x86_64/consul-ldflags.patch
  consul/repos/community-testing-x86_64/consul.default
  consul/repos/community-testing-x86_64/consul.install
  consul/repos/community-testing-x86_64/consul.service
  consul/repos/community-testing-x86_64/consul.sysusers
  consul/repos/community-testing-x86_64/disable-syslog-test.patch
  consul/repos/community-testing-x86_64/example.json
  consul/repos/community-testing-x86_64/fix-build-version-info.patch
  
consul/repos/community-testing-x86_64/unparallelize-or-disable-flaky-tests.patch

+
 PKGBUILD   |  182 +--
 consul-ldflags.patch   |   58 
 consul.default |2 
 consul.install |   18 +-
 consul.service |   32 ++--
 consul.sysusers|2 
 disable-syslog-test.patch  |   24 +--
 example.json   |   14 +-
 fix-build-version-info.patch   |  150 +++---
 unparallelize-or-disable-flaky-tests.patch |  108 
 10 files changed, 293 insertions(+), 297 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 15:12:34 UTC (rev 430728)
+++ PKGBUILD2019-02-08 15:12:45 UTC (rev 430729)
@@ -1,93 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Felix Yan 
-
-pkgname=consul
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="A tool for service discovery, monitoring and configuration."
-arch=('x86_64')
-_gocli_commit='3d22a244be8aa6fb16ac24af0e195c08b7d973aa' # HEAD
-url="https://www.consul.io;
-license=('MPL2')
-depends=('glibc')
-# checkdepends=('strace')
-makedepends=('git' 'go-pie' 'procps-ng' 'zip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/consul/archive/v${pkgver}.tar.gz;
-"gocli::git+https://github.com/mitchellh/cli#commit=${_gocli_commit};
-'consul.service'
-'consul.default'
-'consul.sysusers'
-'example.json'
-'consul-ldflags.patch'
-'fix-build-version-info.patch'
-'disable-syslog-test.patch'
-'unparallelize-or-disable-flaky-tests.patch')
-# 'disable-go-vet.patch')
-install=consul.install
-backup=('etc/default/consul')
-sha512sums=('e5451a414878a2a9d3591d4ae2caf8a227035017a6b65cbacf272a1a14727d33cabb1a11bd0fa3b837195309ff77aa49d4087cb6faedddb8ea002ac46412bc90'
-'SKIP'
-
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
-
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
-
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'
-
'c4292b8f56ee955ed7385a49843fd90d6434029891b3e1e724cb2fc841514c06e2554a26d3937c114371b18c2168c4e64319eb2cbd726ee8b35870df19089348'
-
'1d261cc36c3fe617db55d1bfa31354637cdd707bfc803582181e86f64fb8166905b46ba91b326d205392e142ba53deeb6dc1ed8f0f0fefe5201c10773e904b1c'
-
'64a73277468929c65f7aa3ef1523a5e170b18333129629d5070492e773f63cfdf56ff9a670798d140ef301bece1579bdc881343499b5ea7a0d807c7c95154a2e'
-
'2a2e31469708f66877885c9e38f2044da13067c4111fc081ffea6187ff39acea6b17c0d33b2d0ada614315c3e5759a7592fbf7b0e9e9094ba2c31003bf1dbd4c'
-

[arch-commits] Commit in consul/repos/community-testing-x86_64 (20 files)

2019-02-08 Thread Thore Bödecker via arch-commits
Date: Friday, February 8, 2019 @ 13:16:10
  Author: foxxx0
Revision: 430682

archrelease: copy trunk to community-testing-x86_64

Added:
  consul/repos/community-testing-x86_64/PKGBUILD
(from rev 430681, consul/trunk/PKGBUILD)
  consul/repos/community-testing-x86_64/consul-ldflags.patch
(from rev 430681, consul/trunk/consul-ldflags.patch)
  consul/repos/community-testing-x86_64/consul.default
(from rev 430681, consul/trunk/consul.default)
  consul/repos/community-testing-x86_64/consul.install
(from rev 430681, consul/trunk/consul.install)
  consul/repos/community-testing-x86_64/consul.service
(from rev 430681, consul/trunk/consul.service)
  consul/repos/community-testing-x86_64/consul.sysusers
(from rev 430681, consul/trunk/consul.sysusers)
  consul/repos/community-testing-x86_64/disable-syslog-test.patch
(from rev 430681, consul/trunk/disable-syslog-test.patch)
  consul/repos/community-testing-x86_64/example.json
(from rev 430681, consul/trunk/example.json)
  consul/repos/community-testing-x86_64/fix-build-version-info.patch
(from rev 430681, consul/trunk/fix-build-version-info.patch)
  
consul/repos/community-testing-x86_64/unparallelize-or-disable-flaky-tests.patch
(from rev 430681, consul/trunk/unparallelize-or-disable-flaky-tests.patch)
Deleted:
  consul/repos/community-testing-x86_64/PKGBUILD
  consul/repos/community-testing-x86_64/consul-ldflags.patch
  consul/repos/community-testing-x86_64/consul.default
  consul/repos/community-testing-x86_64/consul.install
  consul/repos/community-testing-x86_64/consul.service
  consul/repos/community-testing-x86_64/consul.sysusers
  consul/repos/community-testing-x86_64/disable-syslog-test.patch
  consul/repos/community-testing-x86_64/example.json
  consul/repos/community-testing-x86_64/fix-build-version-info.patch
  
consul/repos/community-testing-x86_64/unparallelize-or-disable-flaky-tests.patch

+
 PKGBUILD   |  188 +--
 consul-ldflags.patch   |   58 
 consul.default |2 
 consul.install |   18 +-
 consul.service |   32 ++--
 consul.sysusers|2 
 disable-syslog-test.patch  |   24 +--
 example.json   |   14 +-
 fix-build-version-info.patch   |  150 ++---
 unparallelize-or-disable-flaky-tests.patch |  117 +++-
 10 files changed, 297 insertions(+), 308 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 13:15:59 UTC (rev 430681)
+++ PKGBUILD2019-02-08 13:16:10 UTC (rev 430682)
@@ -1,95 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Felix Yan 
-
-pkgname=consul
-pkgver=1.4.0
-pkgrel=2
-pkgdesc="A tool for service discovery, monitoring and configuration."
-arch=('x86_64')
-_gocli_commit='3d22a244be8aa6fb16ac24af0e195c08b7d973aa' # HEAD
-url="https://www.consul.io;
-license=('MPL2')
-depends=('glibc')
-makedepends=('git' 'go-pie' 'procps-ng' 'zip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/consul/archive/v${pkgver}.tar.gz;
-"gocli::git+https://github.com/mitchellh/cli#commit=${_gocli_commit};
-'consul.service'
-'consul.default'
-'consul.sysusers'
-'example.json'
-'consul-ldflags.patch'
-'fix-build-version-info.patch'
-'disable-syslog-test.patch'
-'unparallelize-or-disable-flaky-tests.patch')
-install=consul.install
-backup=('etc/default/consul')
-sha512sums=('a9f253ef5baa4e43800a0982ecb6893bf9487775cdcbe3a17bc7c45d601b6dca4e4c398ae3b70cdc1880577dbe1504d1a1f0cb702a1dd8c98b108e059fc721a0'
-'SKIP'
-
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
-
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
-
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'
-
'c4292b8f56ee955ed7385a49843fd90d6434029891b3e1e724cb2fc841514c06e2554a26d3937c114371b18c2168c4e64319eb2cbd726ee8b35870df19089348'
-
'cca5c71839c0a93515e8b2b6fa9d0a70e55b9e3cd1dcc9b8f9cbd94e7982ee695daec793a8ca9cb6245ff822dbbac4bf1af104c7ddef0ae9605d97a5fc08ed99'
-
'34a02f05216ff9a0274b1be384f92d15f1c2d4c6bdd502d7b133e54850074105c3b2068bbb8f7902f083efbb319ecf1e448025b452eac5d420cb5fe322befe0b'
-
'2a2e31469708f66877885c9e38f2044da13067c4111fc081ffea6187ff39acea6b17c0d33b2d0ada614315c3e5759a7592fbf7b0e9e9094ba2c31003bf1dbd4c'
-

[arch-commits] Commit in consul/repos/community-testing-x86_64 (20 files)

2019-02-06 Thread Eli Schwartz via arch-commits
Date: Wednesday, February 6, 2019 @ 21:37:17
  Author: eschwartz
Revision: 429784

archrelease: copy trunk to community-testing-x86_64

Added:
  consul/repos/community-testing-x86_64/PKGBUILD
(from rev 429781, consul/trunk/PKGBUILD)
  consul/repos/community-testing-x86_64/consul-ldflags.patch
(from rev 429781, consul/trunk/consul-ldflags.patch)
  consul/repos/community-testing-x86_64/consul.default
(from rev 429781, consul/trunk/consul.default)
  consul/repos/community-testing-x86_64/consul.install
(from rev 429782, consul/trunk/consul.install)
  consul/repos/community-testing-x86_64/consul.service
(from rev 429782, consul/trunk/consul.service)
  consul/repos/community-testing-x86_64/consul.sysusers
(from rev 429782, consul/trunk/consul.sysusers)
  consul/repos/community-testing-x86_64/disable-syslog-test.patch
(from rev 429782, consul/trunk/disable-syslog-test.patch)
  consul/repos/community-testing-x86_64/example.json
(from rev 429782, consul/trunk/example.json)
  consul/repos/community-testing-x86_64/fix-build-version-info.patch
(from rev 429782, consul/trunk/fix-build-version-info.patch)
  
consul/repos/community-testing-x86_64/unparallelize-or-disable-flaky-tests.patch
(from rev 429783, consul/trunk/unparallelize-or-disable-flaky-tests.patch)
Deleted:
  consul/repos/community-testing-x86_64/PKGBUILD
  consul/repos/community-testing-x86_64/consul-ldflags.patch
  consul/repos/community-testing-x86_64/consul.default
  consul/repos/community-testing-x86_64/consul.install
  consul/repos/community-testing-x86_64/consul.service
  consul/repos/community-testing-x86_64/consul.sysusers
  consul/repos/community-testing-x86_64/disable-syslog-test.patch
  consul/repos/community-testing-x86_64/example.json
  consul/repos/community-testing-x86_64/fix-build-version-info.patch
  
consul/repos/community-testing-x86_64/unparallelize-or-disable-flaky-tests.patch

+
 PKGBUILD   |  188 +--
 consul-ldflags.patch   |   58 
 consul.default |2 
 consul.install |   18 +-
 consul.service |   32 ++--
 consul.sysusers|2 
 disable-syslog-test.patch  |   24 +--
 example.json   |   14 +-
 fix-build-version-info.patch   |  150 ++---
 unparallelize-or-disable-flaky-tests.patch |  126 +-
 10 files changed, 308 insertions(+), 306 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-06 21:37:05 UTC (rev 429783)
+++ PKGBUILD2019-02-06 21:37:17 UTC (rev 429784)
@@ -1,93 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Felix Yan 
-
-pkgname=consul
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A tool for service discovery, monitoring and configuration."
-arch=('x86_64')
-_gocli_commit='3d22a244be8aa6fb16ac24af0e195c08b7d973aa' # HEAD
-url="https://www.consul.io;
-license=('MPL2')
-depends=('glibc')
-makedepends=('git' 'go-pie' 'procps-ng' 'zip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/consul/archive/v${pkgver}.tar.gz;
-"gocli::git+https://github.com/mitchellh/cli#commit=${_gocli_commit};
-'consul.service'
-'consul.default'
-'consul.sysusers'
-'example.json'
-'consul-ldflags.patch'
-'fix-build-version-info.patch'
-'disable-syslog-test.patch'
-'unparallelize-or-disable-flaky-tests.patch')
-install=consul.install
-backup=('etc/default/consul')
-sha512sums=('a9f253ef5baa4e43800a0982ecb6893bf9487775cdcbe3a17bc7c45d601b6dca4e4c398ae3b70cdc1880577dbe1504d1a1f0cb702a1dd8c98b108e059fc721a0'
-'SKIP'
-
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
-
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
-
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'
-
'c4292b8f56ee955ed7385a49843fd90d6434029891b3e1e724cb2fc841514c06e2554a26d3937c114371b18c2168c4e64319eb2cbd726ee8b35870df19089348'
-
'cca5c71839c0a93515e8b2b6fa9d0a70e55b9e3cd1dcc9b8f9cbd94e7982ee695daec793a8ca9cb6245ff822dbbac4bf1af104c7ddef0ae9605d97a5fc08ed99'
-
'34a02f05216ff9a0274b1be384f92d15f1c2d4c6bdd502d7b133e54850074105c3b2068bbb8f7902f083efbb319ecf1e448025b452eac5d420cb5fe322befe0b'
-
'2a2e31469708f66877885c9e38f2044da13067c4111fc081ffea6187ff39acea6b17c0d33b2d0ada614315c3e5759a7592fbf7b0e9e9094ba2c31003bf1dbd4c'
-