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

Anatol Pomozov anatolik at archlinux.org
Fri May 29 05:13:14 UTC 2020


    Date: Friday, May 29, 2020 @ 05:13:13
  Author: anatolik
Revision: 636958

fixup: commit the text that was not saved by my editor

Modified:
  gitlab/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 05:13:02 UTC (rev 636957)
+++ PKGBUILD	2020-05-29 05:13:13 UTC (rev 636958)
@@ -168,7 +168,7 @@
   # files with passwords/secrets are set world-unreadable
   for secret_file in gitlab_workhorse_secret smtp_settings.rb; do
     chmod 660 "${pkgdir}${_etcdir}/${secret_file}"
-    # TODO: should we just leave the 
+    # TODO: should we just leave the secret files root owned?
     chown root:105 "${pkgdir}${_etcdir}/${secret_file}"
   done
 



More information about the arch-commits mailing list