| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-09 | test-bot: unlink conflict formulae during the test | Xu Cheng | |
| Closes Homebrew/homebrew#35697. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-09 | formula: set HOME to testpath in tests. | Mike McQuaid | |
| 2015-01-09 | test-bot: improve output of dependent testing. | Mike McQuaid | |
| 2015-01-09 | test-bot: ignore changed dependents. | Mike McQuaid | |
| 2015-01-09 | newick-utils 1.6: Move to Homebrew/science | Shaun Jackman | |
| Closes Homebrew/homebrew#35671. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-08 | Allow java dependency to accept normal dependency tags | Jack Nagel | |
| 2015-01-08 | Remove another use of the direct url writer | Jack Nagel | |
| masgn is hard to grep for :/ | |||
| 2015-01-08 | Remove the direct url writer from Resource | Jack Nagel | |
| 2015-01-07 | Eliminate boolean argument to Version.new | Jack Nagel | |
| 2015-01-07 | Let Version.parse instantiate subclasses | Jack Nagel | |
| 2015-01-06 | apr 1.5.1 (new formula) | Dominyk Tiller | |
| Migrates Apr from Homebrew/Apache to Homebrew/Homebrew, adds a requirement to allow people to use this Apr instead of requiring people to download the full CLT package. Tested against subversion with consistent success. Closes Homebrew/homebrew#34987. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-06 | requirements: externalise apr requirement | Dominyk Tiller | |
| Removes the apr requirement from this internal document in favour of making it an external requirement, which allows us to use an apr formula to provide apr instead of asking people to install the whole CLT package. | |||
| 2015-01-06 | audit: improve ssl/tls detection | Dominyk Tiller | |
| I don’t know how maintainers are going to feel about this, to be honest. If it’s too clunky, perhaps we could externalise the entire two main blocks here and then require that file into the audit instead? Basically, I’m pushing changes here to better detect a wide-array of SSL/TLS available links that either have no auto-redirect in place or is a common linking error in formulae. I haven’t spotted any false positives yet, but obviously, feel free to try and break the changes and I’ll fix as necessary ;). IMO, this would allow us gradual updates without having to mass-update everything at once and stress the bot and inform users they have hundreds of updates pending when really it’s just style/basic changes. Closes Homebrew/homebrew#35551. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-06 | Stop caching the downloader on the resource instance | Jack Nagel | |
| 2015-01-05 | Fix syntax error | Jack Nagel | |
| 2015-01-05 | Always use exec_editor to exec the editor | Jack Nagel | |
| 2015-01-05 | Emit warning when no editor is set | Jack Nagel | |
| Closes Homebrew/homebrew#34647. | |||
| 2015-01-05 | utils: install_gem_setup_path! now checks PATH. | Mike McQuaid | |
| Check the executable is present to give a better error message if it isn't. Closes Homebrew/homebrew#35541. | |||
| 2015-01-05 | Avoid shell quoting issues when extracting xz and lz archives | Jack Nagel | |
| 2015-01-05 | Buffer 16K at a time | Jack Nagel | |
| 2015-01-05 | style: explicitly point to config file. | Mike McQuaid | |
| Closes Homebrew/homebrew#35556. | |||
| 2015-01-05 | audit (strict): only run `brew style` with Ruby 2. | Mike McQuaid | |
| 2015-01-05 | install: fail on devel where devel doesn't exist | Dominyk Tiller | |
| Just equalises a little how we treat HEAD and devel. The former already fails if there isn’t a head defined, It seemed logical that devel should fail in the same way. Closes Homebrew/homebrew#35554. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-04 | Forward arguments in IRB formula helpers | Jack Nagel | |
| 2015-01-04 | Include selected spec in Formula#inspect | Jack Nagel | |
| 2015-01-04 | Remove unused assignment | Jack Nagel | |
| 2015-01-04 | Make active_spec protected | Jack Nagel | |
| 2015-01-04 | Decouple LocalBottleDownloadStrategy from CurlDownloadStrategy | Jack Nagel | |
| 2015-01-04 | Extract non-curl parts of CurlDownloadStrategy into a base class | Jack Nagel | |
| 2015-01-04 | Remove unused argument | Jack Nagel | |
| 2015-01-04 | Doc most DSL methods as write-only | Jack Nagel | |
| The public readers for these attributes are on the instance, not the class. | |||
| 2015-01-04 | Fix markup | Jack Nagel | |
| 2015-01-04 | Top-level DSL methods only manipulate the stable spec | Jack Nagel | |
| 2015-01-04 | Checkout outdatedness in `brew upgrade <formula>` | Jack Nagel | |
| Fixes Homebrew/homebrew#35523. | |||
| 2015-01-04 | audit: also run `brew style` on `--strict`. | Mike McQuaid | |
| Closes Homebrew/homebrew#35465. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-04 | style: run Rubocop on formulae (new command) | Mike McQuaid | |
| 2015-01-04 | tests.rb: use Homebrew.failed to send exit code. | Mike McQuaid | |
| 2015-01-04 | Use more https in urls and updated some lost links | Viktor Szakats | |
| Closes Homebrew/homebrew#35531. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-04 | Explicitly pass formulae to outdated_brews | Jack Nagel | |
| 2015-01-03 | Remove unnecessary encoding comments | Jack Nagel | |
| These files do not contain any non-ASCII characters. | |||
| 2015-01-03 | Use more https links and some link updates along the way | Viktor Szakats | |
| Closes Homebrew/homebrew#35529. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-03 | Remove readline and zlib hacks | Jack Nagel | |
| 2015-01-03 | Load formulae into private namespace | Jack Nagel | |
| 2015-01-03 | fixtures add test.ico | Xu Cheng | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-03 | brew irb --help replaced with --examples | Baptiste Fontaine | |
| The --help flag is intercepted by brew.rb and prints the global usage string. `irb` is never called when `brew irb --help` is executed. Closes Homebrew/homebrew#35466. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-03 | Get rid of mixed operator styles | Jack Nagel | |
| 2015-01-03 | replace fixture png to 8x8 in size and rgb scale color | Xu Cheng | |
| Closes Homebrew/homebrew#35456. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-02 | utils: always set PATH in install_gem_setup_path. | Mike McQuaid | |
| 2015-01-02 | utils: tweak install_gem_setup_path to not warn. | Mike McQuaid | |
| If the `Gem.user_dir/bin` is not already in the PATH it'll complain unnecessarily (as we add it to the PATH ourselves) so just add it to the PATH before running the install. | |||
| 2015-01-02 | Add Homebrew.install_gem_setup_path! function. | Mike McQuaid | |
| This uses the logic from tests.rb in man.rb too so that this can be shared in a few places. | |||
