aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2013-09-01 16:03:02 +0100
committerMike McQuaid2013-09-07 13:39:43 +0100
commit698e5624be3375b6eb740c451fbd140a4085ba5d (patch)
tree47645d9b47c20d0b9c23c2a7275fe169425eacec /Library/Homebrew/test
parent0b4ff8e74563f30384f59b886d815554fc77f308 (diff)
downloadhomebrew-698e5624be3375b6eb740c451fbd140a4085ba5d.tar.bz2
Optionally use git to keep brew etc versioned.
Still in alpha state. Handles defaults and merging changes with new versions. Enable by setting the HOMEBREW_GIT_ETC environment variable. Closes #15751. Closes #17713.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/testing_env.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb
index 9bc5d871f..e9532bb96 100644
--- a/Library/Homebrew/test/testing_env.rb
+++ b/Library/Homebrew/test/testing_env.rb
@@ -25,6 +25,7 @@ HOMEBREW_USER_AGENT = 'Homebrew'
HOMEBREW_WWW = 'http://example.com'
HOMEBREW_CURL_ARGS = '-fsLA'
HOMEBREW_VERSION = '0.9-test'
+HOMEBREW_GIT_ETC = false
RUBY_BIN = Pathname.new(RbConfig::CONFIG['bindir'])
RUBY_PATH = RUBY_BIN + RbConfig::CONFIG['ruby_install_name'] + RbConfig::CONFIG['EXEEXT']