| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-06 | Merge pull request #1449 from ilovezfs/bottle-improve-relocatability-check | Mike McQuaid | |
| bottle: improve relocatability check | |||
| 2016-11-06 | bottle: improve relocatability check | ilovezfs | |
| Given how common it is for formulae to hard-code `etc` and `var`, check for those paths (`/usr/local/etc` and `/usr/local/var`) when determing relocatability. | |||
| 2016-11-03 | audit: Escape interpolated string in regexp | Baptiste Fontaine | |
| This avoids issues with names containing special characters like e.g. [ Fixes #1431 | |||
| 2016-11-03 | Correct a few typos | Mandar Gokhale | |
| ...and update man pages where applicable | |||
| 2016-11-02 | Merge pull request #1424 from MikeMcQuaid/audit-more-test-system | Mike McQuaid | |
| audit: check more unscoped test calls. | |||
| 2016-11-02 | audit: restore check that was lost in #927 | Steven Peters | |
| This audit check ensures that certain build dependencies are explicitly marked either as `:build` or `:run`. It seems to have been lost in #927. It was also adjusted in #1290. | |||
| 2016-11-02 | audit: stricter test system calls check. | Mike McQuaid | |
| Ensure that the name is suffixed with whitespace or quotes. | |||
| 2016-11-02 | audit: check more unscoped test calls. | Mike McQuaid | |
| Also check `def test`, `shell_output`, `pipe_output` and method calls using parentheses. | |||
| 2016-11-02 | Merge pull request #1369 from MikeMcQuaid/boneyard-reason | Mike McQuaid | |
| boneyard-formula-pr: add reason argument. | |||
| 2016-10-30 | boneyard-formula-pr: add reason argument. | Mike McQuaid | |
| Used to provide a user-facing reason why this formula was boneyarded. | |||
| 2016-10-30 | audit: don't check new formulae revision/versions. | Baptiste Fontaine | |
| 2016-10-30 | audit: check the version does not decrease. | Mike McQuaid | |
| This will prevent brew upgrade from working correctly. | |||
| 2016-10-30 | Merge pull request #1402 from MikeMcQuaid/audit-system-test | Mike McQuaid | |
| audit: check test system calls are fully scoped. | |||
| 2016-10-30 | Merge pull request #1367 from MikeMcQuaid/audit-check-master-branch | Mike McQuaid | |
| audit: check for master branch tar/zipballs. | |||
| 2016-10-30 | Revert "audit: check the version does not decrease." | Mike McQuaid | |
| 2016-10-30 | Merge pull request #1400 from reitermarkus/move-bundle-path | Markus Reiter | |
| Move `test/vendor/bundle` to `vendor/bundle`. | |||
| 2016-10-29 | audit: check test system calls are fully scoped. | Mike McQuaid | |
| This doesn't matter for everything but it does for the binaries that are installed. Have a limited name/alias check when not installed and a better one that iterates bin/sbin if installed. | |||
| 2016-10-29 | audit: check for master branch tar/zipballs. | Mike McQuaid | |
| These have unstable checksums and aren't the tagged, stable releases we require. | |||
| 2016-10-29 | Merge pull request #1366 from MikeMcQuaid/audit-check-version-decrease | Mike McQuaid | |
| audit: check the version does not decrease. | |||
| 2016-10-29 | Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`. | Markus Reiter | |
| 2016-10-29 | update-test: fix --to-tag failure on new tag. | Mike McQuaid | |
| Without this updating to a tag will always have the same start commit and end commit as there's been no updates to `master` since the tag was created. | |||
| 2016-10-25 | Merge pull request #1365 from MikeMcQuaid/audit-stable-url-beta | Mike McQuaid | |
| audit: check for alpha/beta/rc usage in URLs. | |||
| 2016-10-25 | bottle: fix nonexistent pyc bug | Zhiming Wang | |
| We were deleting pyc files *after* replace_locations_with_placeholders and recording changed_files, meaning that some of the recorded files were to be deleted. The correct order is the opposite. A sample failed session: https://bot.brew.sh/job/Homebrew%20Core/10080/version=el_capitan/testReport/junit/brew-test-bot/el_capitan/bottle_buku/. | |||
| 2016-10-24 | keg_relocate: refactor relocate_text_files | Josh Hagins | |
| Replace relocate_text_files with three methods that clarify intent: replace_locations_with_placeholders, replace_placeholders_with_locations and replace_text_in_files, the first two calling the third. | |||
| 2016-10-24 | keg_relocate: cache files rewritten during brew bottle | Josh Hagins | |
| `brew bottle` replaces instances of the Homebrew prefix, cellar, and repository with placeholders in all text files. Cache these files in INSTALL_RECEIPT.json so that we don't have to check every single text file for placeholders on install. | |||
| 2016-10-24 | Don’t use bare percent literals. | Markus Reiter | |
| 2016-10-24 | audit: check for alpha/beta/rc usage in URLs. | Mike McQuaid | |
| Stable URLs should not use unstable versions. | |||
| 2016-10-24 | audit: check the version does not decrease. | Mike McQuaid | |
| This will prevent `brew upgrade` from working correctly. | |||
| 2016-10-23 | dev-cmd/man: use SOURCE_PATH instead of HOMEBREW_LIBRARY | Josh Hagins | |
| Don't Repeat Yourself. | |||
| 2016-10-22 | Merge pull request #1345 from MikeMcQuaid/rubocop-style | Mike McQuaid | |
| Update Rubocop style. | |||
| 2016-10-22 | Merge pull request #1310 from MikeMcQuaid/changelog | Mike McQuaid | |
| Add `brew release-notes` developer command. | |||
| 2016-10-22 | Update Rubocop style. | Mike McQuaid | |
| Another look at the current Rubocop rules and how they fit with our existing and desired future style. Almost all of these changes were automatic. Split some rules between formulae/brew where brew doesn't have millions of cases that need fixed. | |||
| 2016-10-22 | Add `brew release-notes` developer command. | Mike McQuaid | |
| Outputs the merged pull requests on Homebrew/brew between two Git refs. | |||
| 2016-10-18 | audit: don't complain about trailing whitespace. | Mike McQuaid | |
| This is handled by `brew style` now. | |||
| 2016-10-15 | Merge pull request #1290 from maxnordlund/patch-1 | Mike McQuaid | |
| Fix wrong ordering on when clauses in audit.rb | |||
| 2016-10-15 | Fix when clause ordering. | Max Nordlund | |
| 2016-10-15 | Rename tap-readme command to tap-new. | Mike McQuaid | |
| Write the README but also a `.travis.yml` file (and in future perhaps a `Jenkinsfile`). | |||
| 2016-10-14 | Fix wrong ordering on when clauses in audit.rb | Max Nordlund | |
| It looks like a rebase/merge conflict remmenet. | |||
| 2016-10-12 | Deprecate apr requirement. | Mike McQuaid | |
| It's not used on enough configurations now that there's little point in keeping it around. See e.g. `:autoconf` for prior art. | |||
| 2016-10-05 | audit: forbid `deprecated_option` in new formulae | Jonathan Chang | |
| 2016-10-04 | Merge pull request #1145 from reitermarkus/module-function | Markus Reiter | |
| Use `module_function` for `Homebrew` module. | |||
| 2016-10-03 | Merge pull request #1193 from MatzFan/fix_verbose_tests | Mike McQuaid | |
| fix tests failing when verbose set | |||
| 2016-10-02 | update-test: fix tag updating, skip core tap. | Mike McQuaid | |
| Fix updating the `stable` branch used for tagged updates and ensure that the core tap isn’t retapped (the slowest part by far of this test). | |||
| 2016-10-02 | Fix `Tty.gray`. | Markus Reiter | |
| 2016-10-02 | Merge pull request #823 from reitermarkus/refactoring-tty | Markus Reiter | |
| Refactor Tty. | |||
| 2016-10-02 | Remove `private_class_method` from commands. | Markus Reiter | |
| 2016-10-02 | Use `module_function` for commands. | Markus Reiter | |
| 2016-10-01 | Merge pull request #1169 from reitermarkus/rubocop-separate-configs | Mike McQuaid | |
| Use separate RuboCop configs for formulae and core code. | |||
| 2016-10-01 | Add `Formatter` module. | Markus Reiter | |
| 2016-10-01 | Refactor Tty. | Markus Reiter | |
