ilovezfs
3811f57006
bump-formula-pr: document new options
2016-09-27 03:31:05 -07:00
ilovezfs
5247cb83d7
bump-formula-pr: style fixes
2016-09-27 03:31:04 -07:00
ilovezfs
ff51e09e17
bump-formula-pr: forced_version support for devel
2016-09-27 02:50:46 -07:00
ilovezfs
f4cfb9ee87
bump-formula-pr: add --write option
...
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-27 02:46:08 -07:00
ilovezfs
394b0884eb
bump-formula-pr: handle gnu mirrors
...
and add explicit version when not preexisting
2016-09-27 02:46:08 -07:00
ilovezfs
a9a62972bd
bump-formula-pr: handle explicit version DSL
...
--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-27 02:46:08 -07:00
ilovezfs
19df03219b
bump-formula-pr: --mirror option
2016-09-27 02:46:08 -07:00
ilovezfs
743e9bbdaa
bump-formula-pr: formula name guessing
2016-09-27 02:46:08 -07:00
ilovezfs
ce092d90fa
bump-formula-pr: set sha256 automatically when possible
2016-09-27 02:46:07 -07:00
Mike McQuaid
b432f8e9cb
Merge pull request #1004 from apjanke/print-requirements
...
info: print requirements
2016-09-27 09:48:14 +01:00
Mike McQuaid
92e6edea53
Merge pull request #1125 from reitermarkus/rubocop-macos
...
RuboCop: MacOS
2016-09-27 09:33:56 +01:00
Mike McQuaid
e4ed309087
Merge pull request #1156 from reitermarkus/split-integration-tests
...
Speed up `parallel_tests` by splitting integration tests.
2016-09-27 08:08:12 +01:00
Nathan Toone
8995d8b9e5
Fix documentation for --caskroom default
2016-09-26 17:26:03 -06:00
Markus Reiter
d508b124a4
Rename/merge test files.
2016-09-27 00:15:56 +02:00
Markus Reiter
cd677cf3ae
Speed up parallel_tests
by splitting integration tests.
2016-09-26 19:55:50 +02:00
Zhiming Wang
7ccc554f7e
Merge pull request #1153 from zmwangx/m4a-fixtures
...
fixtures: add test.m4a
2016-09-26 12:06:07 -04:00
Mike McQuaid
11293bc3c8
Merge pull request #1152 from MikeMcQuaid/doctor-remove-outdated-check
...
doctor: remove outdated Homebrew check.
2016-09-26 15:07:15 +01:00
Zhiming Wang
94ed397e62
Merge pull request #1139 from zmwangx/empty-argument-no-such-keg
...
ARGV: kegs: error on empty arguments
2016-09-26 09:36:33 -04:00
Zhiming Wang
b6f983120a
fixtures: add test.m4a
...
test.m4a contains an AAC LC stream inside an M4A (MPEG-4 Part 14)
container. It is generated by FFmpeg 3.1.3 from test.wav:
ffmpeg -y -i test.wav -c:a aac -profile:a aac_low -b:a 32k test.m4a
test.m4a facilitates testing utilities or libraries that work with the
AAC codec or the M4A container, e.g., alac.
2016-09-26 09:07:24 -04:00
Mike McQuaid
2405c3e205
doctor: remove outdated Homebrew check.
...
This is no longer relevant in the bright, new tagged future.
Fixes #1151 .
2016-09-26 12:13:18 +01:00
Mike McQuaid
f6ec63cd8b
update.sh: don't restore branch to stable.
...
Only run for Homebrew developers so assume they don’t want to switch
back to an old stable branch.
Fixes #1141 .
2016-09-26 08:22:56 +01:00
Mike McQuaid
1ff2d06cf0
update.sh: use HOMEBREW_UPDATE_TO_TAG.
...
This makes the code easier to follow rather than having to know
HOMEBREW_NO_UPDATE_CLEANUP implies not updating to a tag.
2016-09-25 21:53:28 +01:00
Markus Reiter
b114db13d5
Update RuboCop config.
2016-09-25 19:55:34 +02:00
Markus Reiter
51504e4383
RuboCop: Style/ClassVars
2016-09-25 19:55:34 +02:00
Markus Reiter
573aea0b3d
RuboCop: Style/IfUnlessModifier
2016-09-25 19:55:34 +02:00
Markus Reiter
c8492c2c44
RuboCop: Style/SpecialGlobalVars
2016-09-25 19:55:34 +02:00
Zhiming Wang
9b9e9eb8dd
ARGV: kegs: error on empty arguments
...
Fixes #1138 .
2016-09-25 11:33:56 -04:00
Markus Reiter
f732278cda
Fix search_tap
regex/string matching.
2016-09-25 16:27:43 +02:00
Markus Reiter
50b635e276
Add test for search_tap
.
2016-09-25 16:27:43 +02:00
Andrew Janke
5aaccba34c
info: include versions and other details in Requirements display
2016-09-24 21:39:33 -04:00
Zhiming Wang
5e3a26bfe0
download_strategy: never verbosely untar
...
The verbose mode of tar is too pointlessly verbose.
2016-09-24 19:53:43 -04:00
Markus Reiter
b987230ddf
RuboCop: Style/CaseEquality
2016-09-25 00:22:53 +02:00
Markus Reiter
00b3dde0b2
RuboCop: MacOS
2016-09-25 00:16:31 +02:00
Mike McQuaid
817bc2746e
Merge pull request #1043 from msavy/mkdir_with_intermediates
...
Alter mkdir wrapper use mkdir_p to create intermediate directories
2016-09-24 21:42:02 +01:00
Mike McQuaid
e767fd3df9
Merge branch 'master' into mkdir_with_intermediates
2016-09-24 20:48:03 +01:00
Mike McQuaid
87cf4f7f7a
update.sh: use GitHub tags API.
...
Otherwise if we've committed to `master` and someone `brew update`s
before we cut the tag then they won't be updated to the latest version.
2016-09-24 20:43:14 +01:00
Mike McQuaid
232078df57
Merge pull request #1123 from reitermarkus/rubocop
...
RuboCop: Style/AccessorMethodName
2016-09-24 20:40:00 +01:00
Mike McQuaid
67a7417a68
Merge pull request #1122 from MikeMcQuaid/test-bot-tap
...
test-bot: move to tap.
2016-09-24 19:51:31 +01:00
Mike McQuaid
210de2916b
Merge pull request #1120 from MikeMcQuaid/alpha-beta-versions
...
version: don't let a/b imply alpha/beta.
2016-09-24 18:59:45 +01:00
Mike McQuaid
2f82837b77
Merge pull request #1121 from MikeMcQuaid/update-stable-branch
...
update.sh: always use stable branch for tags.
2016-09-24 18:59:10 +01:00
Mike McQuaid
d5b403b1e9
test-bot: move to tap.
...
Migrate to https://github.com/Homebrew/homebrew-test-bot to be able to
work on this with a different, non-tagged workflow.
2016-09-24 18:55:03 +01:00
Markus Reiter
6c6a4c9fa7
RuboCop: Style/AccessorMethodName
2016-09-24 19:28:26 +02:00
Mike McQuaid
162bfee90f
Merge pull request #1109 from MikeMcQuaid/homebrew-version-clean
...
brew.sh: change directory for HOMEBREW_VERSION.
2016-09-24 17:45:36 +01:00
Mike McQuaid
5b4b7b24e6
version: don't let a/b imply alpha/beta.
...
This is assumption is broken for at least OpenSSL which makes it a
bad general rule.
As discussed in #1102 .
2016-09-24 17:40:37 +01:00
Mike McQuaid
22299cffab
update.sh: always use stable branch for tags.
...
This avoids creating a new branch that’ll never be deleted for each tag
and differentiates between the `master` and `stable` branches.
2016-09-24 17:25:15 +01:00
Mike McQuaid
c0d06e015c
Merge pull request #1114 from zmwangx/update-no-restore-stable-branch
...
update.sh: do not restore stable (tag) branch
2016-09-24 17:19:44 +01:00
Markus Reiter
0ba19c852b
Merge pull request #1118 from reitermarkus/cask-nested-classes-and-modules
...
Cask: Use nested classes and modules.
2016-09-24 17:58:59 +02:00
Mike McQuaid
6eebea4525
Merge pull request #1119 from MikeMcQuaid/rubocop-allow-hash-rockets-in-taps
...
rubocop: allow hash rockets in taps.
2016-09-24 16:47:14 +01:00
Mike McQuaid
442e9e8ad5
rubocop: allow hash rockets in taps.
...
Because `depends_on foo: :bar` looks rubbish.
2016-09-24 16:43:22 +01:00
Markus Reiter
e2c7509065
Merge pull request #1113 from reitermarkus/rubocop-guardclause
...
RuboCop: Fix Style/GuardClause.
2016-09-24 17:38:49 +02:00