[arch-commits] Commit in gitlab-workhorse/repos (8 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Oct 26 18:38:29 UTC 2016
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 <sh at lutzhaase.com>
-# Contributor: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Pavol (Lopo) Hluchy <lopo AT losys DOT eu>
-
-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 <sh at lutzhaase.com>
+# Contributor: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Pavol (Lopo) Hluchy <lopo AT losys DOT eu>
+
+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
-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 /run/gitlab/gitlab-workhorse.socket -listenNetwork unix /var/lib/gitlab/repositories -documentRoot /usr/share/webapps/gitlab/public
-ExecStop=/usr/bin/kill -QUIT $MAINPID
-ExecReload=/usr/bin/kill -USR2 $MAINPID
-Restart=on-failure
-RestartSec=1
-
-[Install]
-WantedBy=multi-user.target
Copied: gitlab-workhorse/repos/community-i686/gitlab-workhorse.service (from rev 193728, gitlab-workhorse/trunk/gitlab-workhorse.service)
===================================================================
--- community-i686/gitlab-workhorse.service (rev 0)
+++ community-i686/gitlab-workhorse.service 2016-10-26 18:38:28 UTC (rev 193729)
@@ -0,0 +1,22 @@
+[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 /run/gitlab/gitlab-workhorse.socket -listenNetwork unix /var/lib/gitlab/repositories -documentRoot /usr/share/webapps/gitlab/public
+ExecStop=/usr/bin/kill -QUIT $MAINPID
+ExecReload=/usr/bin/kill -USR2 $MAINPID
+Restart=on-failure
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-26 18:38:18 UTC (rev 193728)
+++ community-x86_64/PKGBUILD 2016-10-26 18:38:28 UTC (rev 193729)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Pavol (Lopo) Hluchy <lopo AT losys DOT eu>
-
-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-x86_64/PKGBUILD (from rev 193728, gitlab-workhorse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-26 18:38:28 UTC (rev 193729)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Pavol (Lopo) Hluchy <lopo AT losys DOT eu>
+
+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-x86_64/gitlab-workhorse.service
===================================================================
--- community-x86_64/gitlab-workhorse.service 2016-10-26 18:38:18 UTC (rev 193728)
+++ community-x86_64/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
-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 /run/gitlab/gitlab-workhorse.socket -listenNetwork unix /var/lib/gitlab/repositories -documentRoot /usr/share/webapps/gitlab/public
-ExecStop=/usr/bin/kill -QUIT $MAINPID
-ExecReload=/usr/bin/kill -USR2 $MAINPID
-Restart=on-failure
-RestartSec=1
-
-[Install]
-WantedBy=multi-user.target
Copied: gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service (from rev 193728, gitlab-workhorse/trunk/gitlab-workhorse.service)
===================================================================
--- community-x86_64/gitlab-workhorse.service (rev 0)
+++ community-x86_64/gitlab-workhorse.service 2016-10-26 18:38:28 UTC (rev 193729)
@@ -0,0 +1,22 @@
+[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 /run/gitlab/gitlab-workhorse.socket -listenNetwork unix /var/lib/gitlab/repositories -documentRoot /usr/share/webapps/gitlab/public
+ExecStop=/usr/bin/kill -QUIT $MAINPID
+ExecReload=/usr/bin/kill -USR2 $MAINPID
+Restart=on-failure
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list