aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
2015-03-23test-bot: tweak documentation indentation.Mike McQuaid
2015-03-23deps: allow skipping build, optional deps.Mike McQuaid
2015-03-22aspell-dictionaries: use sha256 for resourcesBaptiste Fontaine
Closes #37962. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-20test-bot: remove --debug flag.Mike McQuaid
Too spammy in the output. May consider readding later to specific commands.
2015-03-20pull: die on invalid parameters.Mike McQuaid
2015-03-20pull: allow pulling from API URLs.Mike McQuaid
Jenkins has started spitting these out; no idea why.
2015-03-20test-bot: don't run readall on <=10.8.Mike McQuaid
The Ruby 1.8 implementation seems to be really flaky, unfortunately.
2015-03-18pull: always publish bottles.Mike McQuaid
The previous logic was flawed as it wasn't publishing new versions of bottles.
2015-03-18audit: fix to enforce https for apache homepageViktor Szakáts
It was failing to recognize the URL without an ending slash. Closes #37808. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-17audit: enforce https for apache.orgViktor Szakáts
- including all apache.org subdomains - for `homepage` as well Closes #37778. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-16test-bot: remove more bad unicode characters.Mike McQuaid
2015-03-16test-bot: remove another invalid XML character.Mike McQuaid
2015-03-15audit: suggest to not using git as dependencyXu Cheng
Closes #37696 Closes #37703 Closes #37735. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-14Switch to a more useful serialization of tap infoJack Nagel
Closes #37383.
2015-03-13brew style: --fix to auto-correct issues.Baptiste Fontaine
Closes #37670. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-12audit: Clarify GNU url warning messagechdiza
"ftpmirror.gnu.org" must have a protocol prefix of "http", not "https". Closes #37567. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-11install: refactoring blacklist checkXu Cheng
Closes #37590. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-10audit: whitelist pipe, redirect etc in the system checkXu Cheng
Closes #37523. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-08test-bot: check syntax with readall.Mike McQuaid
Closes #37471. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-08cmd/readall: add --syntax to check for valid Ruby.Mike McQuaid
2015-03-08audit: git tags should also specify revisions.Mike McQuaid
2015-03-08test-bot: rename variable to avoid shadowing.Mike McQuaid
Closes #37487. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-08test-bot: fix ambiguous arguments.Mike McQuaid
2015-03-08test-bot: remove unused variables.Mike McQuaid
2015-03-08uses: remove unused variable.Mike McQuaid
2015-03-08pull: remove unused variable.Mike McQuaid
2015-03-08pull: rename variable to avoid shadowing.Mike McQuaid
2015-03-08commands: move argument to fix warning.Mike McQuaid
2015-03-08bottle: remove unused variable.Mike McQuaid
2015-03-08doctor: $PATH should be insert as it isXu Cheng
Closes #37500. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-08doctor: export command should use double quotesXu Cheng
Closes #37496 Closes #37497. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-07outdated: further fix tap version handling.Mike McQuaid
Closes #37317. Closes #37480. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-07cleanup: optimize perfermanceXu Cheng
Only remove .DS_Store files from whitelisted directories. Closes #37409. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-06test-bot pathname: use Utils.popen_read instead of backticksXu Cheng
Closes #37418. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-05cmd/install: add force/debug/verbose to cask.Mike McQuaid
Closes #37217.
2015-03-05checksums: switch to sha256 for bottles and new formulaeDominyk Tiller
Closes #37164. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-04audit: deprecate ScriptFileFormulaXu Cheng
Closes #37356. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-03audit: deprecate AmazonWebServicesFormulaXu Cheng
Closes #37355. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-02brew audit: req https for archive.apache.org urlsViktor Szakáts
Closes #37313. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-27test-bot: use canonical names for taps.Mike McQuaid
2015-02-27audit: handle head/devel-only correctly.Mike McQuaid
2015-02-27test-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-26bottle: fixup keg_contains method.Mike McQuaid
2015-02-26Remove SourceForge references.Mike McQuaid
It was fun but we just love Bintray more than you. Closes #37211. Closes #37213. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-25audit: suggest setting JAVA_HOME by `depends_on :java`Xu Cheng
Closes #37174. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-25search: fix --fedora URL.Baptiste Fontaine
Closes #37155. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-24pull: don't try to tap formulae.Mike McQuaid
Unneeded now we're using canonical names.
2015-02-24fix auditXu Cheng
2015-02-24audit: fix FormulaText matchXu Cheng
It's used in `audit_text` Closes #37139. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-23test-bot: pass tap argument to bottle --write.Mike McQuaid