Commit 0b502be3 authored by Stan Hu's avatar Stan Hu

Revert "Merge branch 'sh-disable-rubygems' into 'master'"

This reverts commit a18c9012, reversing
changes made to 0a646241.
parent 4f207de6
v5.2.0
- Disable RubyGems to increase performance
v5.1.1
- Revert "Remove old `project` parameter, use `gl_repository` instead"
......
#!/usr/bin/env ruby --disable-gems
#!/usr/bin/env ruby
#
# GitLab shell authorized_keys. Query GitLab API to get the authorized command for a given ssh key fingerprint
......
#!/usr/bin/env ruby --disable-gems
#!/usr/bin/env ruby
require_relative '../lib/gitlab_init'
require_relative '../lib/gitlab_net'
......
#!/usr/bin/env ruby --disable-gems
#!/usr/bin/env ruby
# Recreate GitLab hooks in the Git repositories managed by GitLab.
#
......
#!/usr/bin/env ruby --disable-gems
#!/usr/bin/env ruby
require_relative '../lib/gitlab_init'
......
#!/usr/bin/env ruby --disable-gems
#!/usr/bin/env ruby
require_relative '../lib/gitlab_init'
......
#!/usr/bin/env ruby --disable-gems
#!/usr/bin/env ruby
unless ENV['SSH_CONNECTION']
puts "Only ssh allowed"
......
#!/usr/bin/env ruby --disable-gems
#!/usr/bin/env ruby
require_relative '../lib/gitlab_init'
......
#!/usr/bin/env ruby --disable-gems
#!/usr/bin/env ruby
# This file was placed here by GitLab. It makes sure that your pushed commits
# will be processed properly.
......
#!/usr/bin/env ruby --disable-gems
#!/usr/bin/env ruby
# This file was placed here by GitLab. It makes sure that your pushed commits
# will be processed properly.
......
#!/usr/bin/env ruby --disable-gems
#!/usr/bin/env ruby
# This file was placed here by GitLab. It makes sure that your pushed commits
# will be processed properly.
......
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