Markus Reiter
|
ad150e7595
|
Merge pull request #4611 from retokromer/patch-1
use `https://` rather than `http://`
|
2018-08-06 20:30:35 +02:00 |
|
Markus Reiter
|
e7bbb1f9b0
|
Remove unused brew cask _audit_modified_casks command.
|
2018-08-06 20:26:33 +02:00 |
|
Dominyk Tiller
|
9d7f872ad6
|
formula_desc_cop_spec: tweak for new whitespace check
|
2018-08-06 19:15:31 +01:00 |
|
Dominyk Tiller
|
73194b460d
|
formula_desc_cop: add unnecessary whitespace check
|
2018-08-06 18:43:26 +01:00 |
|
Reto Kromer
|
f9fb719db7
|
fix cask files inside fixtures
|
2018-08-06 18:27:15 +02:00 |
|
Markus Reiter
|
d5de9d585b
|
Use normal download strategies for casks.
|
2018-08-06 18:25:19 +02:00 |
|
Markus Reiter
|
93faf44e48
|
Merge pull request #4612 from reitermarkus/bottle-double-dash
Use `--` for bottles.
|
2018-08-06 18:15:04 +02:00 |
|
Markus Reiter
|
d33241bc11
|
Use -- for bottles.
|
2018-08-06 17:59:51 +02:00 |
|
Markus Reiter
|
888a7073bc
|
Change migration to loop through formulae.
|
2018-08-06 17:25:29 +02:00 |
|
Reto Kromer
|
456571b15d
|
fix more insecure protocols
|
2018-08-06 16:50:42 +02:00 |
|
Reto Kromer
|
d630f0885b
|
more secure protocols
|
2018-08-06 16:23:07 +02:00 |
|
Markus Reiter
|
4a48297d1c
|
Fix cleanup for files with -- .
|
2018-08-06 15:40:05 +02:00 |
|
Markus Reiter
|
4a9e0511f6
|
Merge pull request #4603 from reitermarkus/download-strategies-system_command
Use `system_command` for all download strategies.
|
2018-08-06 15:30:20 +02:00 |
|
Reto Kromer
|
2936a60950
|
use https:// rather than http://
|
2018-08-06 13:18:00 +02:00 |
|
Markus Reiter
|
7449f9cd15
|
Fix update-report migration.
|
2018-08-06 12:52:18 +02:00 |
|
Markus Reiter
|
837f56c73b
|
Use system_command for all download strategies.
|
2018-08-06 12:32:34 +02:00 |
|
Markus Reiter
|
9082886144
|
Merge pull request #4608 from reitermarkus/merge-cask-download-strategy-specs
Merge download strategy specs.
|
2018-08-06 12:30:10 +02:00 |
|
dependabot[bot]
|
592cb1cc4b
|
Bump rspec from 3.7.0 to 3.8.0 in /Library/Homebrew/test
Bumps [rspec](https://github.com/rspec/rspec) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/rspec/rspec/releases)
- [Commits](https://github.com/rspec/rspec/compare/v3.7.0...v3.8.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-08-06 05:59:31 +00:00 |
|
Markus Reiter
|
ac9cd39a4c
|
Merge download strategy specs.
|
2018-08-06 00:19:54 +02:00 |
|
Markus Reiter
|
dcf5d8d79b
|
Add test for migrate_cache_entries_to_double_dashes .
|
2018-08-05 20:38:50 +02:00 |
|
Markus Reiter
|
dca5dc8176
|
Add warnings for permission exceptions.
|
2018-08-05 16:03:21 +02:00 |
|
Markus Reiter
|
e0e750e458
|
Remove compat/download_strategy .
|
2018-08-05 15:57:28 +02:00 |
|
Markus Reiter
|
8158f045c4
|
Only run migration when updating from older version.
|
2018-08-05 15:57:28 +02:00 |
|
Markus Reiter
|
4065c1742d
|
Add update migration for double dashes.
|
2018-08-05 15:57:28 +02:00 |
|
Markus Reiter
|
1003d722bd
|
Use -- to separate download name and version.
|
2018-08-05 15:57:28 +02:00 |
|
Mike McQuaid
|
c2ba00822d
|
Merge pull request #4600 from scpeters/linkage_all
linkage: test all kegs if none are specified
|
2018-08-05 10:04:18 +01:00 |
|
Steven Peters
|
b387c09d0d
|
linkage: test all kegs if none are specified
|
2018-08-03 12:07:45 -07:00 |
|
Markus Reiter
|
545eb91c83
|
Merge pull request #4599 from reitermarkus/download-cache-directory
Allow specifying cache directory for download strategies.
|
2018-08-03 19:30:09 +02:00 |
|
Markus Reiter
|
ea281a1cf9
|
Allow specifying cache directory for download strategies.
|
2018-08-03 18:04:54 +02:00 |
|
Markus Reiter
|
13c65eed70
|
Change docs to use symbols instead of class names.
|
2018-08-03 17:50:57 +02:00 |
|
Markus Reiter
|
de5aa6a23a
|
Move temporary_path to AbstractFileDownloadStrategy .
|
2018-08-03 15:11:04 +02:00 |
|
Markus Reiter
|
0d9217b45e
|
Merge pull request #4596 from reitermarkus/git-system_command
Use `system_command` for `GitDownloadStrategy`.
|
2018-08-03 14:58:15 +02:00 |
|
Markus Reiter
|
d58607a449
|
Merge pull request #4590 from reitermarkus/homebrew-color
Allow forcing colored output.
|
2018-08-03 12:21:26 +02:00 |
|
Markus Reiter
|
e220406a6e
|
Use system_command for GitDownloadStrategy .
|
2018-08-03 11:17:09 +02:00 |
|
Markus Reiter
|
51fa194966
|
Move cached_location to #initialize .
|
2018-08-03 10:51:01 +02:00 |
|
Markus Reiter
|
528b4b367e
|
Always chdir .
|
2018-08-03 10:50:49 +02:00 |
|
Markus Reiter
|
28fd59672a
|
Merge pull request #4543 from reitermarkus/verbose-system_command
Pass `verbose` to unpack strategies.
|
2018-08-03 10:47:51 +02:00 |
|
Markus Reiter
|
9db17ab5bc
|
Allow forcing colored output.
|
2018-08-02 16:03:44 +02:00 |
|
Markus Reiter
|
3a99e64646
|
Merge pull request #4593 from reitermarkus/curl-options
Merge `curl` options used by casks into download strategies.
|
2018-08-02 15:58:22 +02:00 |
|
Markus Reiter
|
81939dc496
|
Pass verbose to unpack strategies.
|
2018-08-02 15:52:55 +02:00 |
|
Markus Reiter
|
2d06497d9a
|
Add verbose to SystemCommand verbosity.
|
2018-08-02 15:47:47 +02:00 |
|
Markus Reiter
|
f62c51ccfd
|
Merge pull request #4592 from reitermarkus/refactor-download-strategies
Refactor download strategies.
|
2018-08-02 15:43:18 +02:00 |
|
Markus Reiter
|
64bb92d95d
|
Use URI.encode_www_form instead of CGI.escape .
|
2018-08-02 15:41:44 +02:00 |
|
Mike McQuaid
|
16a27cadaf
|
Merge pull request #4591 from MikeMcQuaid/plc
Add the SFC PLC to the README and manpage.
|
2018-08-02 14:03:44 +01:00 |
|
Mike McQuaid
|
ee5a073b05
|
Add the SFC PLC to the README and manpage.
Let's document these so people know who the leadership team behind the
project is.
|
2018-08-02 13:26:02 +01:00 |
|
Markus Reiter
|
7f4ea02047
|
Merge curl options used by casks into download strategies.
|
2018-08-02 11:18:46 +02:00 |
|
Markus Reiter
|
7c496f7a7e
|
Explicitly pass specs to download strategy.
|
2018-08-02 10:33:14 +02:00 |
|
Markus Reiter
|
e367e7eea8
|
Explicitly pass url and mirrors to download strategy.
|
2018-08-02 10:09:35 +02:00 |
|
Markus Reiter
|
d3eba7d858
|
Merge pull request #4586 from reitermarkus/error-during-execution
Fix `ErrorDuringExecution` initialization.
|
2018-08-02 09:02:23 +02:00 |
|
Markus Reiter
|
efd743a50d
|
Merge pull request #4585 from reitermarkus/refactor-download-strategies
Refactor download strategies.
|
2018-08-02 07:16:27 +02:00 |
|