[packages/gitlab-ce] use correct user for gitlab-rake

glen glen at pld-linux.org
Sun May 15 14:11:34 CEST 2016


commit caa3e1fac4d9f3461bc02a26ff21ed728ca1655e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun May 15 14:04:52 2016 +0300

    use correct user for gitlab-rake

 gitlab-rake.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gitlab-rake.sh b/gitlab-rake.sh
index b898654..7bc7dc2 100755
--- a/gitlab-rake.sh
+++ b/gitlab-rake.sh
@@ -13,4 +13,4 @@ do
 done
 
 cd /var/lib/gitlab
-exec sudo -u gitlab bundle exec rake RAILS_ENV=production "$@"
+exec sudo -u git bundle exec rake RAILS_ENV=production "$@"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/e29cce1b42cc84a9e2c9e94f678f2b67ffff1fae



More information about the pld-cvs-commit mailing list