From d14b5ceff67776c5b83af605fb69a838f8a7d130 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 25 Nov 2012 12:52:35 +0000 Subject: brew-test-bot: general cleanup. --- Library/Homebrew/global.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 0d5a5c6a7..2bc26cf68 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -86,6 +86,7 @@ end require 'metafiles' FORMULA_META_FILES = Metafiles.new ISSUES_URL = "https://github.com/mxcl/homebrew/wiki/troubleshooting" +HOMEBREW_PULL_URL_REGEX = 'https:\/\/github.com\/\w+\/homebrew(-\w+)?\/(pull\/(\d+)|commit\/\w{4,40})' unless ARGV.include? "--no-compat" or ENV['HOMEBREW_NO_COMPAT'] $:.unshift(File.expand_path("#{__FILE__}/../compat")) -- cgit v1.2.3