Commit 428af5ea authored by Riyad Preukschas's avatar Riyad Preukschas

Merge pull request #2890 from cameronyule/support_osx_groups

OS X support for gitlab:check rake tasks
parents 04186e97 e0d62d9c
......@@ -77,8 +77,7 @@ namespace :gitlab do
end
def gid_for(group_name)
group_line = File.read("/etc/group").lines.select{|l| l.start_with?("#{group_name}:")}.first
group_line.split(":")[2].to_i
Etc.getgrnam(group_name).gid
end
def warn_user_is_not_gitlab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment