summaryrefslogtreecommitdiff
path: root/config-service-git.PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-11 09:41:21 +0000
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-11 09:41:21 +0000
commitcc3d9d0fec208d36f6722f3456aa4b5cc4584999 (patch)
treebb4dca05927e4c8a3bb2a95f4523cae33baa691a /config-service-git.PKGBUILD
parent2f074aba23a3f12ab0d196eae4cef13bf3d3d8bb (diff)
tidy
Diffstat (limited to 'config-service-git.PKGBUILD')
-rw-r--r--config-service-git.PKGBUILD15
1 files changed, 13 insertions, 2 deletions
diff --git a/config-service-git.PKGBUILD b/config-service-git.PKGBUILD
index 222357b..7ef90e1 100644
--- a/config-service-git.PKGBUILD
+++ b/config-service-git.PKGBUILD
@@ -4,13 +4,19 @@ pkgver=20161111.1
package() {
preamble
-depends+=(git)
+depends+=(config-mgmt-certbot)
add-file -m755 etc/ssl/misc/certbot-get.d/10-git <<EOF
#!/bin/bash
echo git.{parabola.nu,parabolagnulinux.org}
EOF
+depends+=(
+ git # for the 'git' user
+ cronie
+ moreutils # for chronic
+)
+
# Metadata about all of the git repositories, as well as most of the
# setup, lives in the git-meta.git repository. The git user has a
# cron-job to update this repository every hour.
@@ -28,7 +34,12 @@ add-unit etc/systemd/system/sockets.target.wants/git-daemon.socket
# ## transport: HTTPS
-depends+=(cgit uwsgi-plugin-cgi config-mgmt-uwsgi nginx config-mgmt-certbot)
+depends+=(
+ cgit
+ config-mgmt-nginx
+ config-mgmt-uwsgi
+ uwsgi-plugin-cgi
+)
# The git web interface is cgit, which is managed by uWSGI speaking
# uwsgi/modifier1=9, which is the variant of the uwsgi protocol for