-
- Downloads
introduce global lock directory (#337)
Since #292, HOMEBREW_CACHE was moved to a per-user directory. This makes it unsuitable to store global lock files on multiple users environment. Therefore, introducing a global lock directory `/Library/Lock.d` to store lock files from formula lockers as well as `brew update`.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Library/Homebrew/cleanup.rb 3 additions, 3 deletionsLibrary/Homebrew/cleanup.rb
- Library/Homebrew/config.rb 4 additions, 1 deletionLibrary/Homebrew/config.rb
- Library/Homebrew/formula_lock.rb 1 addition, 1 deletionLibrary/Homebrew/formula_lock.rb
- Library/Homebrew/test/lib/config.rb 1 addition, 0 deletionsLibrary/Homebrew/test/lib/config.rb
- Library/Homebrew/test/testing_env.rb 1 addition, 1 deletionLibrary/Homebrew/test/testing_env.rb
- Library/Homebrew/utils/lock.sh 3 additions, 1 deletionLibrary/Homebrew/utils/lock.sh
Please register or sign in to comment