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

2017-10-15 Thread Sven-Hendrik Haase
Date: Sunday, October 15, 2017 @ 07:50:52
  Author: svenstaro
Revision: 262854

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 262853, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 262853, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 262853, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 262853, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-15 07:50:35 UTC (rev 262853)
+++ community-i686/PKGBUILD 2017-10-15 07:50:52 UTC (rev 262854)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-workhorse.service")
-sha512sums=('1737df88487fa4f86c188063a311305f58db3274163c6564efdcd13b8468adc2a8b411bd5e72526f69fd5d066b179f17035d1840087ce24a8b26aed74aa28bac'
-
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 262853, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-15 07:50:52 UTC (rev 262854)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha512sums=('1737df88487fa4f86c188063a311305f58db3274163c6564efdcd13b8468adc2a8b411bd5e72526f69fd5d066b179f17035d1840087ce24a8b26aed74aa28bac'
+
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2017-10-15 07:50:35 UTC 

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

2017-10-14 Thread Sven-Hendrik Haase
Date: Saturday, October 14, 2017 @ 11:37:42
  Author: svenstaro
Revision: 262739

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 262738, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 262738, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 262738, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 262738, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-14 11:37:28 UTC (rev 262738)
+++ community-i686/PKGBUILD 2017-10-14 11:37:42 UTC (rev 262739)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-workhorse.service")
-sha512sums=('990259fc1c1bad6b4ee857042faa873dafc57b4ec96101bf889e720d3b065598cec3bd30b1f561336b653454f7326c80b1f9a2531ea9fb27b49ee96f7cffe3a2'
-
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 262738, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-14 11:37:42 UTC (rev 262739)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha512sums=('1737df88487fa4f86c188063a311305f58db3274163c6564efdcd13b8468adc2a8b411bd5e72526f69fd5d066b179f17035d1840087ce24a8b26aed74aa28bac'
+
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2017-10-14 11:37:28 UTC 

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

2017-08-06 Thread Sven-Hendrik Haase
Date: Sunday, August 6, 2017 @ 11:54:21
  Author: svenstaro
Revision: 248995

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 248994, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 248994, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 248994, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 248994, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-06 11:54:16 UTC (rev 248994)
+++ community-i686/PKGBUILD 2017-08-06 11:54:21 UTC (rev 248995)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-workhorse.service")
-sha512sums=('b1a80c6422c460ed95200d61ed1e77b88192fd2b0255d3dbcdef5d48dd64a20c658936ede988432cab09b84e70dba8351425c963122d80c3ae0e5f22daf02e98'
-
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 248994, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-06 11:54:21 UTC (rev 248995)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha512sums=('990259fc1c1bad6b4ee857042faa873dafc57b4ec96101bf889e720d3b065598cec3bd30b1f561336b653454f7326c80b1f9a2531ea9fb27b49ee96f7cffe3a2'
+
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2017-08-06 11:54:16 UTC (rev 

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

2017-06-28 Thread Sven-Hendrik Haase
Date: Wednesday, June 28, 2017 @ 07:04:50
  Author: svenstaro
Revision: 241306

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 241305, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 241305, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 241305, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 241305, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-28 07:04:39 UTC (rev 241305)
+++ community-i686/PKGBUILD 2017-06-28 07:04:50 UTC (rev 241306)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-workhorse.service")
-sha512sums=('63d070507705fb7aeefea4664b3bc466191ca3773156d0ba47632ea54effd60618235b990d2f5f657a30edfb06995cd4b31b9ed6bbe119d0be68d814b2224f47'
-
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 241305, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-28 07:04:50 UTC (rev 241306)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha512sums=('b1a80c6422c460ed95200d61ed1e77b88192fd2b0255d3dbcdef5d48dd64a20c658936ede988432cab09b84e70dba8351425c963122d80c3ae0e5f22daf02e98'
+
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2017-06-28 07:04:39 UTC (rev 

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

2017-04-03 Thread Sven-Hendrik Haase
Date: Monday, April 3, 2017 @ 12:56:36
  Author: svenstaro
Revision: 220370

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 220369, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 220369, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 220369, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 220369, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-03 12:56:20 UTC (rev 220369)
+++ community-i686/PKGBUILD 2017-04-03 12:56:36 UTC (rev 220370)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-workhorse.service")
-sha512sums=('cdbd4a3887b19115d2da33079f9f8c25d7880deabed4b5a7cf52ac4c20776bfc4c81e1cc672d99ba3b823a2eca6e91e01d9a58ce00010b8d02be08bd62a1b0e1'
-
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 220369, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-03 12:56:36 UTC (rev 220370)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha512sums=('63d070507705fb7aeefea4664b3bc466191ca3773156d0ba47632ea54effd60618235b990d2f5f657a30edfb06995cd4b31b9ed6bbe119d0be68d814b2224f47'
+
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2017-04-03 12:56:20 UTC (rev 

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

2017-02-09 Thread Sven-Hendrik Haase
Date: Thursday, February 9, 2017 @ 15:14:37
  Author: svenstaro
Revision: 211485

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 211484, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 211484, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 211484, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 211484, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-09 15:14:23 UTC (rev 211484)
+++ community-i686/PKGBUILD 2017-02-09 15:14:37 UTC (rev 211485)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('527df517e6657e5a999b7cdf05d9f0720f2586041427ce228c29ea339d31ec6e'
-'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 211484, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-09 15:14:37 UTC (rev 211485)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha512sums=('cdbd4a3887b19115d2da33079f9f8c25d7880deabed4b5a7cf52ac4c20776bfc4c81e1cc672d99ba3b823a2eca6e91e01d9a58ce00010b8d02be08bd62a1b0e1'
+
'2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2017-02-09 15:14:23 UTC (rev 
211484)
+++ community-i686/gitlab-workhorse.service 2017-02-09 15:14:37 UTC (rev 
211485)
@@ -1,22 +0,0 @@
-[Unit]

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

2016-12-28 Thread Sven-Hendrik Haase
Date: Thursday, December 29, 2016 @ 00:48:40
  Author: svenstaro
Revision: 203223

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 203222, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 203222, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 203222, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 203222, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-29 00:48:14 UTC (rev 203222)
+++ community-i686/PKGBUILD 2016-12-29 00:48:40 UTC (rev 203223)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('43859c66146333568004bf5560465e13b9f28009f3e9f9265f25d6fed6560f4f'
-'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 203222, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-29 00:48:40 UTC (rev 203223)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('527df517e6657e5a999b7cdf05d9f0720f2586041427ce228c29ea339d31ec6e'
+'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-12-29 00:48:14 UTC (rev 
203222)
+++ community-i686/gitlab-workhorse.service 2016-12-29 00:48:40 UTC (rev 
203223)
@@ -1,22 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab

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

2016-11-12 Thread Sven-Hendrik Haase
Date: Sunday, November 13, 2016 @ 00:12:23
  Author: svenstaro
Revision: 195484

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 195483, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 195483, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 195483, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 195483, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-13 00:12:18 UTC (rev 195483)
+++ community-i686/PKGBUILD 2016-11-13 00:12:23 UTC (rev 195484)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=0.8.5
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('babfe1c7db58e9be6f40f21c5d3e02cd6c43b0927c05a609e35b308416dcc1b8'
-'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 195483, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-13 00:12:23 UTC (rev 195484)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('43859c66146333568004bf5560465e13b9f28009f3e9f9265f25d6fed6560f4f'
+'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-11-13 00:12:18 UTC (rev 
195483)
+++ community-i686/gitlab-workhorse.service 2016-11-13 00:12:23 UTC (rev 
195484)
@@ -1,22 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab

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

2016-10-26 Thread Sven-Hendrik Haase
Date: Wednesday, October 26, 2016 @ 18:38:28
  Author: svenstaro
Revision: 193729

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 193728, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 193728, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 193728, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 193728, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-26 18:38:18 UTC (rev 193728)
+++ community-i686/PKGBUILD 2016-10-26 18:38:28 UTC (rev 193729)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('050734604b993957e7b1060035a5709c3dfc03a6a9ed7aafa3f26f32691f6448'
-'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 193728, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-26 18:38:28 UTC (rev 193729)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('babfe1c7db58e9be6f40f21c5d3e02cd6c43b0927c05a609e35b308416dcc1b8'
+'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-10-26 18:38:18 UTC (rev 
193728)
+++ community-i686/gitlab-workhorse.service 2016-10-26 18:38:28 UTC (rev 
193729)
@@ -1,22 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab

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

2016-09-25 Thread Sven-Hendrik Haase
Date: Sunday, September 25, 2016 @ 14:52:20
  Author: svenstaro
Revision: 190550

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 190549, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 190549, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 190549, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 190549, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   35 --
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-25 14:52:13 UTC (rev 190549)
+++ community-i686/PKGBUILD 2016-09-25 14:52:20 UTC (rev 190550)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=0.7.2
-pkgrel=6
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
-'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
-
-build() {
-  cd "${pkgname}-${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 190549, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-25 14:52:20 UTC (rev 190550)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('050734604b993957e7b1060035a5709c3dfc03a6a9ed7aafa3f26f32691f6448'
+'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-09-25 14:52:13 UTC (rev 
190549)
+++ community-i686/gitlab-workhorse.service 2016-09-25 14:52:20 UTC (rev 
190550)
@@ -1,22 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab

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

2016-05-18 Thread Sven-Hendrik Haase
Date: Wednesday, May 18, 2016 @ 12:06:53
  Author: svenstaro
Revision: 175608

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 175607, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 175607, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 175607, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 175607, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   70 
 /gitlab-workhorse.service |   44 +
 community-i686/PKGBUILD   |   33 -
 community-i686/gitlab-workhorse.service   |   22 
 community-x86_64/PKGBUILD |   33 -
 community-x86_64/gitlab-workhorse.service |   22 
 6 files changed, 114 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-18 10:06:38 UTC (rev 175607)
+++ community-i686/PKGBUILD 2016-05-18 10:06:53 UTC (rev 175608)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=0.7.2
-pkgrel=5
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
-'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
-
-build() {
-  cd "${pkgname}-${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 175607, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-18 10:06:53 UTC (rev 175608)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=0.7.2
+pkgrel=6
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
+'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
+
+build() {
+  cd "${pkgname}-${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-05-18 10:06:38 UTC (rev 
175607)
+++ community-i686/gitlab-workhorse.service 2016-05-18 10:06:53 UTC (rev 
175608)
@@ -1,22 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-workhorse
-CapabilityBoundingSet=
-ProtectSystem=full
-ProtectHome=true
-NoNewPrivileges=true

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

2016-05-17 Thread Sven-Hendrik Haase
Date: Tuesday, May 17, 2016 @ 22:22:48
  Author: svenstaro
Revision: 175581

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 175580, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 175580, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 175580, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 175580, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   66 
 /gitlab-workhorse.service |   44 ++
 community-i686/PKGBUILD   |   33 --
 community-i686/gitlab-workhorse.service   |   20 
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/gitlab-workhorse.service |   20 
 6 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-17 20:22:38 UTC (rev 175580)
+++ community-i686/PKGBUILD 2016-05-17 20:22:48 UTC (rev 175581)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=0.7.2
-pkgrel=4
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
-'75574fe2e66915f7c2010e2402911f04e756b77f28743c5cea268c427d45b431')
-
-build() {
-  cd "${pkgname}-${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 175580, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-17 20:22:48 UTC (rev 175581)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=0.7.2
+pkgrel=5
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
+'41be2c981c0869ae5c01dda7ead34c00a9a1686f204c0e033e6e1bc45f7c6b50')
+
+build() {
+  cd "${pkgname}-${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-05-17 20:22:38 UTC (rev 
175580)
+++ community-i686/gitlab-workhorse.service 2016-05-17 20:22:48 UTC (rev 
175581)
@@ -1,20 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-workhorse
-CapabilityBoundingSet=
-ProtectSystem=full
-ProtectHome=true
-NoNewPrivileges=true
-ExecStart=/usr/bin/gitlab-workhorse -listenUmask 0 -authBackend 
http://localhost:8080 -authSocket /var/lib/gitlab/sockets/gitlab.socket 
-listenAddr 

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

2016-05-04 Thread Sven-Hendrik Haase
Date: Thursday, May 5, 2016 @ 02:14:19
  Author: svenstaro
Revision: 173779

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 173778, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 173778, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 173778, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 173778, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   66 
 /gitlab-workhorse.service |   40 
 community-i686/PKGBUILD   |   33 --
 community-i686/gitlab-workhorse.service   |   20 
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/gitlab-workhorse.service |   20 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-05 00:14:12 UTC (rev 173778)
+++ community-i686/PKGBUILD 2016-05-05 00:14:19 UTC (rev 173779)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=0.7.2
-pkgrel=3
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
-'95fd491795ed837012e71d6c8bececb82b6790a94b96615d4ffb0b018b5b7ea4')
-
-build() {
-  cd "${pkgname}-${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 173778, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-05 00:14:19 UTC (rev 173779)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=0.7.2
+pkgrel=4
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
+'75574fe2e66915f7c2010e2402911f04e756b77f28743c5cea268c427d45b431')
+
+build() {
+  cd "${pkgname}-${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-05-05 00:14:12 UTC (rev 
173778)
+++ community-i686/gitlab-workhorse.service 2016-05-05 00:14:19 UTC (rev 
173779)
@@ -1,20 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-workhorse
-CapabilityBoundingSet=
-ProtectSystem=full
-ProtectHome=true
-NoNewPrivileges=true
-ExecStart=/usr/bin/gitlab-workhorse -authBackend http://127.0.0.1:8080 
/var/lib/gitlab/repositories
-ExecStop=/usr/bin/kill -QUIT $MAINPID

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

2016-05-03 Thread Sven-Hendrik Haase
Date: Wednesday, May 4, 2016 @ 04:00:59
  Author: svenstaro
Revision: 173629

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 173628, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 173628, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 173628, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 173628, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   66 
 /gitlab-workhorse.service |   40 
 community-i686/PKGBUILD   |   33 --
 community-i686/gitlab-workhorse.service   |   20 
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/gitlab-workhorse.service |   20 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-04 02:00:49 UTC (rev 173628)
+++ community-i686/PKGBUILD 2016-05-04 02:00:59 UTC (rev 173629)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=0.7.2
-pkgrel=2
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
-'0f68c70b72ea4fd1fb740e292667d76c1b3289bdea632a299313631d3b995278')
-
-build() {
-  cd "${pkgname}-${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 173628, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-04 02:00:59 UTC (rev 173629)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=0.7.2
+pkgrel=3
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
+'95fd491795ed837012e71d6c8bececb82b6790a94b96615d4ffb0b018b5b7ea4')
+
+build() {
+  cd "${pkgname}-${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-05-04 02:00:49 UTC (rev 
173628)
+++ community-i686/gitlab-workhorse.service 2016-05-04 02:00:59 UTC (rev 
173629)
@@ -1,20 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=git
-Group=git
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-workhorse
-CapabilityBoundingSet=
-ProtectSystem=full
-ProtectHome=true
-NoNewPrivileges=true
-ExecStart=/usr/bin/gitlab-workhorse -authBackend http://127.0.0.1:8080 
/var/lib/gitlab/repositories
-ExecStop=/usr/bin/kill -QUIT $MAINPID

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

2016-05-02 Thread Sven-Hendrik Haase
Date: Monday, May 2, 2016 @ 18:45:23
  Author: svenstaro
Revision: 173430

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 173429, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 173429, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 173429, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 173429, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   66 
 /gitlab-workhorse.service |   40 
 community-i686/PKGBUILD   |   33 --
 community-i686/gitlab-workhorse.service   |   20 
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/gitlab-workhorse.service |   20 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-02 16:45:14 UTC (rev 173429)
+++ community-i686/PKGBUILD 2016-05-02 16:45:23 UTC (rev 173430)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
-'95fd491795ed837012e71d6c8bececb82b6790a94b96615d4ffb0b018b5b7ea4')
-
-build() {
-  cd "${pkgname}-${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 173429, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-02 16:45:23 UTC (rev 173430)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=0.7.2
+pkgrel=2
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
+'0f68c70b72ea4fd1fb740e292667d76c1b3289bdea632a299313631d3b995278')
+
+build() {
+  cd "${pkgname}-${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-05-02 16:45:14 UTC (rev 
173429)
+++ community-i686/gitlab-workhorse.service 2016-05-02 16:45:23 UTC (rev 
173430)
@@ -1,20 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-workhorse
-CapabilityBoundingSet=
-ProtectSystem=full
-ProtectHome=true
-NoNewPrivileges=true
-ExecStart=/usr/bin/gitlab-workhorse -authBackend http://127.0.0.1:8080 
/var/lib/gitlab/repositories
-ExecStop=/usr/bin/kill -QUIT $MAINPID