summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--config.cfg3
3 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4512f4a665aa..ce5d89a3f5ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 16 21:29:30 UTC 2017
+# Fri Mar 9 16:31:49 UTC 2018
pkgbase = gitlab-pages
pkgdesc = GitLab Pages daemon used to serve static websites for GitLab users
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://gitlab.com/gitlab-org/gitlab-pages
arch = i686
@@ -10,11 +10,11 @@ pkgbase = gitlab-pages
license = MIT
makedepends = go
backup = etc/gitlab-pages/config.cfg
- source = https://gitlab.com/gitlab-org/gitlab-pages/repository/v0.6.0/archive.tar.gz
+ source = https://gitlab.com/gitlab-org/gitlab-pages/repository/v0.7.0/archive.tar.gz
source = config.cfg
source = gitlab-pages.service
- sha256sums = dfe97a2c7a28788c1d2158244599caacec6ea47d584945e5ce3ef993ca2808f6
- sha256sums = 4395ad32d8de8032704ef43ac61427e78ffe24064c13d1c0f06634d0e4b78f90
+ sha256sums = dc93b0a181b23353485bbefba698832c058b0a8cef947c769265fa1c0c251586
+ sha256sums = 9c69b96b33e194cccbcb0e0412f422be8f9fea45c95a9df5353cb752463e99d6
sha256sums = 56568f9959efef8a1f40587dcd21942a9938aaa97e7bd0b5a628905147c7b4ed
pkgname = gitlab-pages
diff --git a/PKGBUILD b/PKGBUILD
index 162b8784872d..57ba6f5efa86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Melvin Vermeeren <mail@mel.vin>
# Useful: https://gitlab.com/gitlab-org/gitlab-ce/issues/29963
pkgname=gitlab-pages
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc='GitLab Pages daemon used to serve static websites for GitLab users'
url='https://gitlab.com/gitlab-org/gitlab-pages'
@@ -13,8 +13,8 @@ source=("https://gitlab.com/gitlab-org/gitlab-pages/repository/v$pkgver/archive.
'config.cfg'
'gitlab-pages.service')
backup=('etc/gitlab-pages/config.cfg')
-sha256sums=('dfe97a2c7a28788c1d2158244599caacec6ea47d584945e5ce3ef993ca2808f6'
- '4395ad32d8de8032704ef43ac61427e78ffe24064c13d1c0f06634d0e4b78f90'
+sha256sums=('dc93b0a181b23353485bbefba698832c058b0a8cef947c769265fa1c0c251586'
+ '9c69b96b33e194cccbcb0e0412f422be8f9fea45c95a9df5353cb752463e99d6'
'56568f9959efef8a1f40587dcd21942a9938aaa97e7bd0b5a628905147c7b4ed')
build() {
diff --git a/config.cfg b/config.cfg
index 7e22091f8276..eaa6988ea3da 100644
--- a/config.cfg
+++ b/config.cfg
@@ -22,6 +22,9 @@
# The address(es) to listen on for proxy requests
#listen-proxy=value
+# The log output format: 'text' or 'json' (default "text")
+#log-format=string
+
# The address to listen on for metrics requests
#metrics-address=string