aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
AgeCommit message (Collapse)Author
2018-03-01Merge pull request #3852 from sjackman/linkage_checker1.5.6Alyssa Ross
Move linkage_checker from os/mac to generic
2018-02-28Move linkage_checker from os/mac to genericShaun Jackman
2018-02-28dev-cmd/ruby: fix path to dev-cmd/irb and add testSteven Peters
2018-02-28Merge pull request #3851 from MikeMcQuaid/pryMike McQuaid
irb: add pry support.
2018-02-28irb: add pry support.Mike McQuaid
Make `brew irb` optionally support `pry`. While doing so, also make it a `dev-cmd`.
2018-02-27Merge pull request #3847 from MikeMcQuaid/travis-cachingMike McQuaid
travis.yml: fix bundler caching.
2018-02-27travis.yml: fix bundler caching.Mike McQuaid
2018-02-27Add prof and ruby commands.Mike McQuaid
These are imported from Homebrew/homebrew-dev-tools and are both used by maintainers so may be useful for contributors too.
2018-02-22Use more docs.brew.sh short linksMike McQuaid
These are nicer on the eyes.
2018-02-07Merge branch 'audit-deny-binary-looking-urls'William Woodruff
2018-02-06audit: Warn on new formulae containing binary URLsWilliam Woodruff
2018-02-05Merge pull request #3757 from EricFromCanada/masterMike McQuaid
docs: add more option descriptions
2018-02-04audit: Remove FILEUTILS_METHODS constantWilliam Woodruff
This constant hasn't been used since there was an `audit_line` method, and as such is vestigial.
2018-02-01docs: fix double backticks appearing in HTML manpageEricFromCanada
2018-02-01docs: add more missing option descriptionsEricFromCanada
and improve wording or formatting where necessary.
2018-01-28bump-formula-pr: improve version formula component regex.ilovezfs
2018-01-28bump-formula-pr: regex escape urls in replacements.ilovezfs
2018-01-28bump-formula-pr: detect download strategy from url.ilovezfs
Previously, CurlDownloadStrategy was hard coded.
2018-01-28bump-formula-pr: add Debian mirror handling.ilovezfs
2018-01-28bump-formula-pr: update GNU mirror handling.ilovezfs
homebrew/core now uses ftp.gnu.org/gnu for the primary url and ftpmirror.gnu.org for the mirror.
2018-01-28bump-formula-pr: improve formula name guessing.ilovezfs
2018-01-26tap-new: update based on Homebrew/brew travis.yml.Mike McQuaid
2018-01-24bump-formula-pr: only validate tar files.ilovezfs
2018-01-24bump-formula-pr: use "resource" not "rsrc"ilovezfs
2018-01-18Merge pull request #3676 from apjanke/make-apjanke-former-maintainerMike McQuaid
README: update list of maintainers
2018-01-18Update other Homebrew maintainers.Mike McQuaid
2018-01-18Merge pull request #3689 from sjackman/pull-jsonMike McQuaid
publish_bottle_file_on_bintray: Use f.full_name
2018-01-17rubocop: fix brew style warnings.Mike McQuaid
2018-01-16publish_bottle_file_on_bintray: Use f.full_nameShaun Jackman
2018-01-09audit: allow env :std in custom taps.Mike McQuaid
This is a nicer experience than writing `Requirement`s by hand.
2018-01-07audit: pass explicit sort to handle APFScommitay
2017-12-30requirements: move more to compat.Mike McQuaid
2017-12-29audit: remove unneeded mercurial check.Mike McQuaid
2017-12-15Merge pull request #3578 from MikeMcQuaid/tests-no-duplicate-seed-outputMike McQuaid
tests: don't output seed multiple times.
2017-12-15tests: don't output seed multiple times.Mike McQuaid
This clutters up the output. Instead, hide it with a RSpec formatter and generate and output it ourselves.
2017-12-14bump-formula-pr: use popen_read :err option.Mike McQuaid
2017-12-11bump-formula-pr: improve error messages.Mike McQuaid
- Be clearer about how URLs/tags/revisions/versions are specified in error messages. - Give a better error message if `hub` isn't configured.
2017-12-10Mentions how hub needs to be configuredLaurent Cozic
This is to address issue #3531
2017-12-05Merge pull request #3318 from Git-Jiro/improve_auditMarkus Reiter
Add audit check for URL schema
2017-12-04brew-aspell-dictionaries: move to homebrew/core.Mike McQuaid
Experiment with moving this from Homebrew/brew to Homebrew/homebrew-core (to allow future additions of formula-specific `cmd`s).
2017-12-03Refactor: Move FormulaAudit.check_http_content to utils/curlMartin Schimandl
2017-11-27More environment filtering fixesMike McQuaid
- Make `brew pull` pass through Git environment variables - Whitelist all `TRAVIS_` variables.
2017-11-21bump-formula-pr: fix for when hub isn't configuredilovezfs
2017-11-18bottle: use HOMEBREW_GIT_* vars.Mike McQuaid
This allows them to be passed through from `brew test-bot`.
2017-11-10Merge pull request #3416 from zmwangx/bump-formula-pr-fix-message1.3.7Mike McQuaid
bump-formula-pr: --message: add newlines before and after hr
2017-11-07bump-formula-pr: use HOMEBREW_BROWSER.Mike McQuaid
2017-11-07bump-formula-pr: use GitHub vars under env filter.Mike McQuaid
Ensure that the various variables are passed through and reset correctly. If we end up doing this in a bunch of places we may add some helpers to simplify this.
2017-11-03bump-formula-pr: --message: add newlines before and after hrZhiming Wang
Without an empty line before the horizontal rule (---), "Created with `brew bump-formula-pr`." is treated as a setext header. The newline before the hr is not part of the heredoc because putting it in would trip up Rubocop.
2017-10-30bump-formula-pr: add --no-browse option.Mike McQuaid
If `--no-browse` is passed, don't pass the `--browse` argument to `hub` which opens the pull request URL in a browser. Instead, output it to the command line.
2017-10-28bump-formula-pr: always use HOMEBREW_PATH.Mike McQuaid
Fixes this when using environment filtering.