| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-07 | cleanup: optimize perfermance | Xu Cheng | |
| Only remove .DS_Store files from whitelisted directories. Closes Homebrew/homebrew#37409. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-06 | test-bot pathname: use Utils.popen_read instead of backticks | Xu Cheng | |
| Closes Homebrew/homebrew#37418. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-05 | cmd/install: add force/debug/verbose to cask. | Mike McQuaid | |
| Closes Homebrew/homebrew#37217. | |||
| 2015-03-05 | checksums: switch to sha256 for bottles and new formulae | Dominyk Tiller | |
| Closes Homebrew/homebrew#37164. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-03-04 | audit: deprecate ScriptFileFormula | Xu Cheng | |
| Closes Homebrew/homebrew#37356. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-03 | audit: deprecate AmazonWebServicesFormula | Xu Cheng | |
| Closes Homebrew/homebrew#37355. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-02 | brew audit: req https for archive.apache.org urls | Viktor Szakáts | |
| Closes Homebrew/homebrew#37313. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-27 | test-bot: use canonical names for taps. | Mike McQuaid | |
| 2015-02-27 | audit: handle head/devel-only correctly. | Mike McQuaid | |
| 2015-02-27 | test-bot: cleanup old PR locks. | Mike McQuaid | |
| This is a problem on older versions of Git (such as on the Mountain Lion bot). | |||
| 2015-02-26 | bottle: fixup keg_contains method. | Mike McQuaid | |
| 2015-02-26 | Remove SourceForge references. | Mike McQuaid | |
| It was fun but we just love Bintray more than you. Closes Homebrew/homebrew#37211. Closes Homebrew/homebrew#37213. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-25 | audit: suggest setting JAVA_HOME by `depends_on :java` | Xu Cheng | |
| Closes Homebrew/homebrew#37174. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-25 | search: fix --fedora URL. | Baptiste Fontaine | |
| Closes Homebrew/homebrew#37155. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-24 | pull: don't try to tap formulae. | Mike McQuaid | |
| Unneeded now we're using canonical names. | |||
| 2015-02-24 | fix audit | Xu Cheng | |
| 2015-02-24 | audit: fix FormulaText match | Xu Cheng | |
| It's used in `audit_text` Closes Homebrew/homebrew#37139. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-23 | test-bot: pass tap argument to bottle --write. | Mike McQuaid | |
| 2015-02-23 | bottle: --write: use canonical name with tap arg. | Mike McQuaid | |
| 2015-02-23 | test-bot: upload packages from canonical name. | Mike McQuaid | |
| 2015-02-23 | test-bot: don't blow up if formula can't be found. | Mike McQuaid | |
| 2015-02-23 | test-bot: set debug flag for CI. | Mike McQuaid | |
| 2015-02-23 | pull: only link changed tap formulae. | Mike McQuaid | |
| 2015-02-23 | pull: use link_tap_formula method. | Mike McQuaid | |
| 2015-02-23 | pull: backtrace when tap repair fails. | Mike McQuaid | |
| 2015-02-23 | pull: allow tap repair to fail. | Mike McQuaid | |
| 2015-02-22 | pull: run tap --repair when pulling tap formulae. | Mike McQuaid | |
| This should allow formulae to be found after they are pulled. Closes Homebrew/homebrew#37043. | |||
| 2015-02-22 | bottle: better match for formulea with `stable do` block | Xu Cheng | |
| It will only work if the indent is correct. Closes Homebrew/homebrew#37024. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-21 | bottle: revision is digits rather than string in the merge regex | Xu Cheng | |
| Closes Homebrew/homebrew#37015. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-20 | bottle: ignore go libexec path for stuff using go. | Mike McQuaid | |
| These paths cannot be removed and are just used for debug stacktraces so seem to not be harmful for us to selectively ignore. Closes Homebrew/homebrew#36894. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-19 | test-bot: default tap bottles to Bintray. | Mike McQuaid | |
| 2015-02-19 | pull: add missing Bintray variable warning. | Mike McQuaid | |
| 2015-02-19 | test-bot: enable tap Bintray upload again. | Mike McQuaid | |
| 2015-02-19 | pull: fix newly added bottles on Bintray. | Mike McQuaid | |
| 2015-02-19 | pull: use Bintray package naming. | Mike McQuaid | |
| 2015-02-19 | test-bot: use Bintray package naming. | Mike McQuaid | |
| 2015-02-19 | test-bot: set bottle args for Bintray testing. | Mike McQuaid | |
| 2015-02-19 | test-bot: disable bintray taps temporarily. | Mike McQuaid | |
| 2015-02-19 | test-bot: cleanup even more in tap directories. | Mike McQuaid | |
| 2015-02-19 | test-bot: fix tap directory variable (again). | Mike McQuaid | |
| 2015-02-19 | test-bot: fix tap directory name variable. | Mike McQuaid | |
| 2015-02-19 | test-bot: move reset logic above tapping. | Mike McQuaid | |
| 2015-02-19 | test-bot: add flag to reset repository and taps. | Mike McQuaid | |
| 2015-02-19 | test-bot: fix (another) bad variable name. | Mike McQuaid | |
| 2015-02-19 | test-bot: fix tap variable naming. | Mike McQuaid | |
| 2015-02-19 | pull: support taps, use same version as test-bot. | Mike McQuaid | |
| 2015-02-19 | test-bot: support taps and use Bintray class. | Mike McQuaid | |
| Also: use curl method where sensible. | |||
| 2015-02-19 | pull: check bottle commit URL before branching. | Mike McQuaid | |
| Otherwise we annoyingly end up on a branch unnecessarily. | |||
| 2015-02-19 | audit: give better suggestion on git/hg dependency | Xu Cheng | |
| Closes Homebrew/homebrew#36959. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-19 | audit: check for setuid in caveats. | Mike McQuaid | |
