aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
AgeCommit message (Collapse)Author
2016-10-02update-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-02Fix `Tty.gray`.Markus Reiter
2016-10-02Merge pull request #823 from reitermarkus/refactoring-ttyMarkus Reiter
Refactor Tty.
2016-10-01Merge pull request #1169 from reitermarkus/rubocop-separate-configsMike McQuaid
Use separate RuboCop configs for formulae and core code.
2016-10-01Add `Formatter` module.Markus Reiter
2016-10-01Refactor Tty.Markus Reiter
2016-10-01Merge pull request #1201 from MikeMcQuaid/update-test-to-tagMike McQuaid
update-test: add --to-tag option.
2016-10-01update-test: add --to-tag option.Mike McQuaid
This option is used to test updating between tags.
2016-10-01man: note --fail-if-changed date behaviour change.Mike McQuaid
As requested in #1199 this updates the documentation accordingly for that change.
2016-10-01man: set date when --fail-if-changed.Mike McQuaid
Set the manpage date to the existing one if we're checking for changes. This avoids the only change being e.g. a new date.
2016-09-29dev-cmd/man: display diff --stat, add --exit-codeSteven Peters
The --fail-if-changed option will cause `brew man` to return a failing status code if the man files have changed.
2016-09-29Fix Lint/NestedMethodDefinition` in `dev-cmd/bottle.rb`.Markus Reiter
2016-09-27Merge pull request #1128 from reitermarkus/rubocopMike McQuaid
RuboCop changes.
2016-09-27bump-formula-pr: document new optionsilovezfs
2016-09-27bump-formula-pr: style fixesilovezfs
2016-09-27bump-formula-pr: forced_version support for develilovezfs
2016-09-27bump-formula-pr: add --write optionilovezfs
intended to be used in combination with --dry-run for a not-so-dry run the expected file modifications are made, but no git actions are taken
2016-09-27bump-formula-pr: handle gnu mirrorsilovezfs
and add explicit version when not preexisting
2016-09-27bump-formula-pr: handle explicit version DSLilovezfs
--version=1.2.3 option to set `version "1.2.3"` Note that --version=0 will remove a no-longer-needed explicit version
2016-09-27bump-formula-pr: --mirror optionilovezfs
2016-09-27bump-formula-pr: formula name guessingilovezfs
2016-09-27bump-formula-pr: set sha256 automatically when possibleilovezfs
2016-09-25RuboCop: Style/IfUnlessModifierMarkus Reiter
2016-09-24Merge pull request #1123 from reitermarkus/rubocopMike McQuaid
RuboCop: Style/AccessorMethodName
2016-09-24test-bot: move to tap.Mike McQuaid
Migrate to https://github.com/Homebrew/homebrew-test-bot to be able to work on this with a different, non-tagged workflow.
2016-09-24RuboCop: Style/AccessorMethodNameMarkus Reiter
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-23test-bot: always check style of formula.Mike McQuaid
2016-09-23Merge pull request #1100 from MikeMcQuaid/test-bot-etc-var1.0.3Mike McQuaid
test-bot: cleanup etc/var after each build.
2016-09-23Fix Style/IfUnlessModifier.Markus Reiter
2016-09-23Fix Style/GuardClause.Markus Reiter
2016-09-23Fix Style/NumericLiterals.Markus Reiter
2016-09-23Fix Style/Next.Markus Reiter
2016-09-23Fix Performance/FixedSize.Markus Reiter
2016-09-23test-bot: cleanup Cellar/etc/var after each build.Mike McQuaid
This has been causing issues when bottling files that are installed to these paths due to the diff algorithm we use for figuring out whether files installed into etc/var belong to a given bottle. Additionally, sometimes not all formulae were uninstalled which meant `brew doctor` would fail.
2016-09-23Merge pull request #1086 from woodruffw/macho-cosmeticsMike McQuaid
Remove old cctools references now that only ruby-macho is used.
2016-09-23Merge pull request #1085 from penman/docs-update_testMike McQuaid
docs: more accurate update-test parameter name
2016-09-23Merge pull request #1041 from penman/parallel_testsMike McQuaid
Parallelise test suite
2016-09-22test: most formulae have tests nowBob W. Hogg
2016-09-22Remove old cctools references now that only ruby-macho is used.William Woodruff
2016-09-22update-test: more accurate variable namesAlyssa Ross
2016-09-22docs: more accurate update-test parameter nameAlyssa Ross
`sha1` isn't a very accurate description of what this value can be because it can be any git commit reference. For example, `brew test-bot` uses `brew update-test --commit=HEAD`.
2016-09-20test-bot: always update to tag for taps.Mike McQuaid
2016-09-20tests, cask-tests: serialize stdout on CIAlyssa Ross
2016-09-20Simplify `brew man` authors.Markus Reiter
2016-09-20man: use new manpages/docs locations.Mike McQuaid
2016-09-20Update documentation links.Mike McQuaid
2016-09-20man: read lead, former maintainers, creator.Mike McQuaid
2016-09-20test-bot: always set PATH to HOMEBREW_PREFIX.Mike McQuaid
Set the `PATH` to always have the `bin` and `sbin` for the current `HOMEBREW_PREFIX` at the beginning.
2016-09-19tests: run in parallelAlyssa Ross