BigW Consortium Gitlab

2_app.rb 228 Bytes
Newer Older
randx committed
1
module Gitlab
2
  def self.config
Riyad Preukschas committed
3
    Settings
4
  end
5

6 7
  VERSION  = File.read(Rails.root.join("VERSION")).strip.freeze
  REVISION = Gitlab::Popen.popen(%W(#{config.git.bin_path} log --pretty=format:%h -n 1)).first.chomp.freeze
randx committed
8
end