diff options
| author | Mike McQuaid | 2013-09-01 16:03:02 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-07 13:39:43 +0100 |
| commit | ab20ed0bc2be02bb26bdd465bc260e2a4f526c9f (patch) | |
| tree | 1c21ada40e5a030dd8cd304357dde6220b4d3c33 /Library/Homebrew/test/testing_env.rb | |
| parent | 3e7da6b16e81ecf76bce73d871807ed7228fb7e0 (diff) | |
| download | brew-ab20ed0bc2be02bb26bdd465bc260e2a4f526c9f.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 Homebrew/homebrew#15751.
Closes Homebrew/homebrew#17713.
Diffstat (limited to 'Library/Homebrew/test/testing_env.rb')
| -rw-r--r-- | Library/Homebrew/test/testing_env.rb | 1 |
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'] |
