[arch-commits] Commit in gitlab-gitaly/repos/community-x86_64 (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Aug 10 00:23:01 UTC 2017
Date: Thursday, August 10, 2017 @ 00:23:01
Author: svenstaro
Revision: 249694
archrelease: copy trunk to community-x86_64
Added:
gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 249693, gitlab-gitaly/trunk/PKGBUILD)
gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 249693, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
gitlab-gitaly/repos/community-x86_64/PKGBUILD
gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
-----------------------+
PKGBUILD | 90 ++++++++++++++++++++++++------------------------
gitlab-gitaly.service | 50 +++++++++++++-------------
2 files changed, 70 insertions(+), 70 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-10 00:22:57 UTC (rev 249693)
+++ PKGBUILD 2017-08-10 00:23:01 UTC (rev 249694)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=gitlab-gitaly
-pkgver=0.29.0
-pkgrel=1
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly"
-license=('MIT')
-depends=('glibc')
-options=(!buildflags)
-makedepends=('go' 'ruby2.3-bundler' 'cmake')
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver}"
- "gitlab-gitaly.service")
-sha512sums=('1272d5cff10603393bbec3bf7a8540b8116b1e9761d407ca7f61f7efaf218cca6bf1bd221cbf6d8c827d820e2550772d83b011d117dcd1a478d186a356453701'
- 'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
- cd "gitaly-v${pkgver}-"*
-
- sed -i "s/bundle install/bundle-2.3 install/" Makefile
- sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
- sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
- sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = /usr/share/webapps/gitlab-shell|" config.toml.example
-}
-
-package() {
- cd "gitaly-v${pkgver}-"*
-
- make PREFIX=/usr DESTDIR=${pkgdir} install
- mkdir -p "${pkgdir}/etc/${pkgname}"
- sed \
- -e "s|^socket_path =.*|socket_path = \"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
- -e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
- config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
- install -Dm644 config.toml.example "${pkgdir}/usr/share/${pkgname}/config.toml.example"
- install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm0644 "${srcdir}/gitlab-gitaly.service" "${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 249693, gitlab-gitaly/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-08-10 00:23:01 UTC (rev 249694)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=gitlab-gitaly
+pkgver=0.29.0
+pkgrel=2
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly"
+license=('MIT')
+depends=('glibc')
+options=(!buildflags)
+makedepends=('go' 'ruby2.3-bundler' 'cmake')
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver}"
+ "gitlab-gitaly.service")
+sha512sums=('1272d5cff10603393bbec3bf7a8540b8116b1e9761d407ca7f61f7efaf218cca6bf1bd221cbf6d8c827d820e2550772d83b011d117dcd1a478d186a356453701'
+ 'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+ cd "gitaly-v${pkgver}-"*
+
+ sed -i "s/bundle install/bundle-2.3 install/" Makefile
+ sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
+ sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
+ sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = \"/usr/share/webapps/gitlab-shell\"|" config.toml.example
+}
+
+package() {
+ cd "gitaly-v${pkgver}-"*
+
+ make PREFIX=/usr DESTDIR=${pkgdir} install
+ mkdir -p "${pkgdir}/etc/${pkgname}"
+ sed \
+ -e "s|^socket_path =.*|socket_path = \"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
+ -e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
+ config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
+
+ install -Dm644 config.toml.example "${pkgdir}/usr/share/${pkgname}/config.toml.example"
+ install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm0644 "${srcdir}/gitlab-gitaly.service" "${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: gitlab-gitaly.service
===================================================================
--- gitlab-gitaly.service 2017-08-10 00:22:57 UTC (rev 249693)
+++ gitlab-gitaly.service 2017-08-10 00:23:01 UTC (rev 249694)
@@ -1,25 +0,0 @@
-#####################################################
-#
-# GitLab version : 9.x
-# Contributors : axil
-# Downloaded from : https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd
-#
-####################################################
-
-[Unit]
-Description=Gitaly is a Git RPC service for handling all the git calls made by GitLab.
-Requires=gitlab-unicorn.service
-Wants=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-Type=simple
-User=gitlab
-Group=gitlab
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-gitaly
-PIDFile=/run/gitlab/gitaly.pid
-ExecStart=/usr/bin/gitaly /etc/gitlab-gitaly/config.toml
-
-[Install]
-WantedBy=multi-user.target
Copied: gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service (from rev 249693, gitlab-gitaly/trunk/gitlab-gitaly.service)
===================================================================
--- gitlab-gitaly.service (rev 0)
+++ gitlab-gitaly.service 2017-08-10 00:23:01 UTC (rev 249694)
@@ -0,0 +1,25 @@
+#####################################################
+#
+# GitLab version : 9.x
+# Contributors : axil
+# Downloaded from : https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd
+#
+####################################################
+
+[Unit]
+Description=Gitaly is a Git RPC service for handling all the git calls made by GitLab.
+Requires=gitlab-unicorn.service
+Wants=gitlab-unicorn.service
+After=gitlab-unicorn.service
+
+[Service]
+Type=simple
+User=gitlab
+Group=gitlab
+WorkingDirectory=/usr/share/webapps/gitlab
+SyslogIdentifier=gitlab-gitaly
+PIDFile=/run/gitlab/gitaly.pid
+ExecStart=/usr/bin/gitaly /etc/gitlab-gitaly/config.toml
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list