[arch-commits] Commit in consul/repos (8 files)

Felix Yan felixonmars at archlinux.org
Wed Feb 15 05:50:23 UTC 2017


    Date: Wednesday, February 15, 2017 @ 05:50:23
  Author: felixonmars
Revision: 212506

archrelease: copy trunk to community-i686, community-x86_64

Added:
  consul/repos/community-i686/PKGBUILD
    (from rev 212505, consul/trunk/PKGBUILD)
  consul/repos/community-i686/consul.service
    (from rev 212505, consul/trunk/consul.service)
  consul/repos/community-x86_64/PKGBUILD
    (from rev 212505, consul/trunk/PKGBUILD)
  consul/repos/community-x86_64/consul.service
    (from rev 212505, consul/trunk/consul.service)
Deleted:
  consul/repos/community-i686/PKGBUILD
  consul/repos/community-i686/consul.service
  consul/repos/community-x86_64/PKGBUILD
  consul/repos/community-x86_64/consul.service

---------------------------------+
 /PKGBUILD                       |   80 ++++++++++++++++++++++++++++++++++++++
 /consul.service                 |   28 +++++++++++++
 community-i686/PKGBUILD         |   40 -------------------
 community-i686/consul.service   |   14 ------
 community-x86_64/PKGBUILD       |   40 -------------------
 community-x86_64/consul.service |   14 ------
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-15 05:49:53 UTC (rev 212505)
+++ community-i686/PKGBUILD	2017-02-15 05:50:23 UTC (rev 212506)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=consul
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="A tool for service discovery, monitoring and configuration."
-arch=('i686' 'x86_64')
-url="https://www.consul.io"
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/hashicorp/consul.git#tag=v$pkgver"
-        consul.service)
-md5sums=('SKIP'
-         'dc6cbeefe9fa250d5961221f155cdf98')
-
-prepare() {
-  cd consul
-
-  mkdir build
-  mkdir -p .gopath/src/github.com/hashicorp
-  ln -sf "$PWD" .gopath/src/github.com/hashicorp/consul
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd consul
-
-  go get github.com/mitchellh/cli
-  go build -o build/consul # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd consul
-  
-  install -Dm755 build/consul "$pkgdir"/usr/bin/consul
-  install -Dm644 "$srcdir"/consul.service "$pkgdir"/usr/lib/systemd/system/consul.service
-  install -d "$pkgdir"/etc/consul.d
-}

Copied: consul/repos/community-i686/PKGBUILD (from rev 212505, consul/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-15 05:50:23 UTC (rev 212506)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=consul
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="A tool for service discovery, monitoring and configuration."
+arch=('i686' 'x86_64')
+url="https://www.consul.io"
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/hashicorp/consul.git#tag=v$pkgver"
+        consul.service)
+md5sums=('SKIP'
+         'dc6cbeefe9fa250d5961221f155cdf98')
+
+prepare() {
+  cd consul
+
+  mkdir build
+  mkdir -p .gopath/src/github.com/hashicorp
+  ln -sf "$PWD" .gopath/src/github.com/hashicorp/consul
+  export GOPATH="$PWD/.gopath"
+}
+
+build() {
+  cd consul
+
+  go get github.com/mitchellh/cli
+  go build -o build/consul # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd consul
+  
+  install -Dm755 build/consul "$pkgdir"/usr/bin/consul
+  install -Dm644 "$srcdir"/consul.service "$pkgdir"/usr/lib/systemd/system/consul.service
+  install -d "$pkgdir"/etc/consul.d
+}

Deleted: community-i686/consul.service
===================================================================
--- community-i686/consul.service	2017-02-15 05:49:53 UTC (rev 212505)
+++ community-i686/consul.service	2017-02-15 05:50:23 UTC (rev 212506)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Consul Agent
-Requires=network-online.target
-After=network-online.target
-
-[Service]
-EnvironmentFile=-/etc/default/consul
-Restart=on-failure
-ExecStart=/usr/bin/consul agent $CONSUL_FLAGS -config-dir=/etc/consul.d
-ExecReload=/usr/bin/kill -HUP $MAINPID
-KillSignal=SIGINT
-
-[Install]
-WantedBy=multi-user.target

Copied: consul/repos/community-i686/consul.service (from rev 212505, consul/trunk/consul.service)
===================================================================
--- community-i686/consul.service	                        (rev 0)
+++ community-i686/consul.service	2017-02-15 05:50:23 UTC (rev 212506)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Consul Agent
+Requires=network-online.target
+After=network-online.target
+
+[Service]
+EnvironmentFile=-/etc/default/consul
+Restart=on-failure
+ExecStart=/usr/bin/consul agent $CONSUL_FLAGS -config-dir=/etc/consul.d
+ExecReload=/usr/bin/kill -HUP $MAINPID
+KillSignal=SIGINT
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-15 05:49:53 UTC (rev 212505)
+++ community-x86_64/PKGBUILD	2017-02-15 05:50:23 UTC (rev 212506)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=consul
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="A tool for service discovery, monitoring and configuration."
-arch=('i686' 'x86_64')
-url="https://www.consul.io"
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+https://github.com/hashicorp/consul.git#tag=v$pkgver"
-        consul.service)
-md5sums=('SKIP'
-         'dc6cbeefe9fa250d5961221f155cdf98')
-
-prepare() {
-  cd consul
-
-  mkdir build
-  mkdir -p .gopath/src/github.com/hashicorp
-  ln -sf "$PWD" .gopath/src/github.com/hashicorp/consul
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd consul
-
-  go get github.com/mitchellh/cli
-  go build -o build/consul # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd consul
-  
-  install -Dm755 build/consul "$pkgdir"/usr/bin/consul
-  install -Dm644 "$srcdir"/consul.service "$pkgdir"/usr/lib/systemd/system/consul.service
-  install -d "$pkgdir"/etc/consul.d
-}

Copied: consul/repos/community-x86_64/PKGBUILD (from rev 212505, consul/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-15 05:50:23 UTC (rev 212506)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=consul
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="A tool for service discovery, monitoring and configuration."
+arch=('i686' 'x86_64')
+url="https://www.consul.io"
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+https://github.com/hashicorp/consul.git#tag=v$pkgver"
+        consul.service)
+md5sums=('SKIP'
+         'dc6cbeefe9fa250d5961221f155cdf98')
+
+prepare() {
+  cd consul
+
+  mkdir build
+  mkdir -p .gopath/src/github.com/hashicorp
+  ln -sf "$PWD" .gopath/src/github.com/hashicorp/consul
+  export GOPATH="$PWD/.gopath"
+}
+
+build() {
+  cd consul
+
+  go get github.com/mitchellh/cli
+  go build -o build/consul # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd consul
+  
+  install -Dm755 build/consul "$pkgdir"/usr/bin/consul
+  install -Dm644 "$srcdir"/consul.service "$pkgdir"/usr/lib/systemd/system/consul.service
+  install -d "$pkgdir"/etc/consul.d
+}

Deleted: community-x86_64/consul.service
===================================================================
--- community-x86_64/consul.service	2017-02-15 05:49:53 UTC (rev 212505)
+++ community-x86_64/consul.service	2017-02-15 05:50:23 UTC (rev 212506)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Consul Agent
-Requires=network-online.target
-After=network-online.target
-
-[Service]
-EnvironmentFile=-/etc/default/consul
-Restart=on-failure
-ExecStart=/usr/bin/consul agent $CONSUL_FLAGS -config-dir=/etc/consul.d
-ExecReload=/usr/bin/kill -HUP $MAINPID
-KillSignal=SIGINT
-
-[Install]
-WantedBy=multi-user.target

Copied: consul/repos/community-x86_64/consul.service (from rev 212505, consul/trunk/consul.service)
===================================================================
--- community-x86_64/consul.service	                        (rev 0)
+++ community-x86_64/consul.service	2017-02-15 05:50:23 UTC (rev 212506)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Consul Agent
+Requires=network-online.target
+After=network-online.target
+
+[Service]
+EnvironmentFile=-/etc/default/consul
+Restart=on-failure
+ExecStart=/usr/bin/consul agent $CONSUL_FLAGS -config-dir=/etc/consul.d
+ExecReload=/usr/bin/kill -HUP $MAINPID
+KillSignal=SIGINT
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list