[arch-commits] Commit in gitlab/trunk (PKGBUILD configs.patch)

Anatol Pomozov anatolik at archlinux.org
Fri Jun 5 20:30:41 UTC 2020


    Date: Friday, June 5, 2020 @ 20:30:39
  Author: anatolik
Revision: 639214

Specify path to Gitlab-Runner builds directory

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/configs.patch

---------------+
 PKGBUILD      |    2 +-
 configs.patch |   13 +++++++++++--
 2 files changed, 12 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-05 20:30:22 UTC (rev 639213)
+++ PKGBUILD	2020-06-05 20:30:39 UTC (rev 639214)
@@ -43,7 +43,7 @@
         ruby27-pop-extra-arg.patch)
 install='gitlab.install'
 sha512sums=('SKIP'
-            '9b054872e2017dae3acd0534c0608634cf7c5f996672e589c3b9988ce18b110423b63f5207585c2ba4941b516606a2a9a8db6fd320012a4d90cf3beca147a220'
+            'd430a66803308234932ed30cd4489eda2932ba522c1bc4de1be063bd739447eb0c6bea7f33962e20692df2dc74d619209733c4228b1d6671ff1aa4267f2f68a2'
             '9623de113358d3d6e49047f688e272d9394579734ace1bd647497e8717a90784546d27e547a29197a16c80d72ad9f2c79eb65f8edc631deadf2ec90ee86ea44b'
             '5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
             '6e6a9be7a3985a20e3140553e95e39b08aa4d13005dd4496eea9d3cac6cc6c223018eb01a0ac496f94606d77d73c18d84c9c230e8869dac87b004b46125d67f7'

Modified: configs.patch
===================================================================
--- configs.patch	2020-06-05 20:30:22 UTC (rev 639213)
+++ configs.patch	2020-06-05 20:30:39 UTC (rev 639214)
@@ -1,4 +1,4 @@
-commit 4c1ed3d0b4c35f91cc34c23db50b6dc0966d048c
+commit 65881b44f782618d0bb5d37dead5deca8aafdf7a
 Author: Anatol Pomozov <anatol.pomozov at gmail.com>
 Date:   Tue May 26 00:01:38 2020 -0700
 
@@ -37,7 +37,7 @@
    host: localhost
  
 diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
-index 9a2e470f852..2189b86ed8d 100644
+index 9a2e470f852..53d6a5e50eb 100644
 --- a/config/gitlab.yml.example
 +++ b/config/gitlab.yml.example
 @@ -83,7 +83,7 @@ production: &base
@@ -75,6 +75,15 @@
  
    ## Mattermost
    ## For enabling Add to Mattermost button
+@@ -546,7 +546,7 @@ production: &base
+     # add_pusher: true
+ 
+     # The location where build traces are stored (default: builds/). Relative paths are relative to Rails.root
+-    # builds_path: builds/
++    builds_path: /var/lib/gitlab/builds/
+ 
+   #
+   # 3. Auth settings
 @@ -956,12 +956,12 @@ production: &base
  
    # Shared file storage settings



More information about the arch-commits mailing list