Commit Graph

234 Commits

Author SHA1 Message Date
Vítor Galvão 54c1b4605e
Add cask_pr_manual_check (#43550) 2018-02-03 11:09:32 +00:00
commitay d016b84349
sync_templates_and_ci: increase install conditional for font repo (#42975)
* sync_templates_and_ci: increase install conditional for font repo

[skip ci]

* Update sync_templates_and_ci
2018-01-28 08:35:43 +10:00
commitay dc0378faff Remove dev script: cask_switch_https (#41678) 2017-12-06 11:42:19 +00:00
commitay 1e8855a79d Rename CONDUCT.md to CODE_OF_CONDUCT.md (#39361)
* Rename CONDUCT.md to CODE_OF_CONDUCT.md

* sync_templates_and_ci: add code of conduct
2017-10-07 09:10:29 +08:00
Vítor Galvão 8d5a06ed14 Remove some dev scripts (#39115)
* Removed irregular_cask_whitespace

* Removed project_stats

* Remove the_long_tail
2017-09-30 05:49:57 +08:00
Quentin Dreyer bce21be352 High Sierra Compatibility (#39106)
```
user@elcapitan ~ % sw_vers
ProductName:	Mac OS X
ProductVersion:	10.11.6
BuildVersion:	15G1510
user@elcapitan ~ % l /System/Library/Frameworks/Ruby.framework/Versions/Current
lrwxr-xr-x  1 root  wheel     3B Oct 21  2015 /System/Library/Frameworks/Ruby.framework/Versions/Current -> 2.0
```

```
user@sierra ~ % sw_vers
ProductName:	Mac OS X
ProductVersion:	10.12.6
BuildVersion:	16G29
user@sierra ~ % l /System/Library/Frameworks/Ruby.framework/Versions/Current
lrwxr-xr-x  1 root  wheel     3B Sep 22  2016 /System/Library/Frameworks/Ruby.framework/Versions/Current -> 2.0
```

```
user@highsierra ~ % sw_vers
ProductName:	Mac OS X
ProductVersion:	10.13
BuildVersion:	17A365
user@highsierra ~ % l /System/Library/Frameworks/Ruby.framework/Versions/Current
lrwxr-xr-x  1 root  wheel     3B 27 sep 14:20 /System/Library/Frameworks/Ruby.framework/Versions/Current -> 2.3
```
2017-09-29 21:32:21 +08:00
commitay 9f04fe1d1d Update sync_templates_and_ci (#34701) 2017-05-22 01:48:55 +02:00
Vítor Galvão 7c968499f2 sync_templates_and_ci: add drivers repo (#29357) 2017-01-24 20:37:56 +00:00
Vítor Galvão 211b7e0579 find_sparkle_appcast: update for new checkpoint command (#29311) 2017-01-23 17:54:04 +01:00
Vítor Galvão cbcbcd0684 sync_templates_and_ci: removed extraneous ' in comment 2016-11-16 16:04:21 +00:00
Josh Hagins b737a5e2ef Remove {develop,production}_brew_cask scripts (#25938) 2016-10-19 11:06:01 -04:00
Josh Hagins d20c943e0a Remove {find,fix,merge}_outdated_appcasts scripts (#25936)
Refs https://github.com/caskroom/homebrew-cask/issues/25926
2016-10-19 10:49:22 -04:00
Josh Hagins 0d60d8f73d Rename generate_issue_template_urls and take only one arg 2016-10-12 05:48:47 -04:00
Michael Ford 4e2198ad6b Merge pull request #24339 from caskroom/cask_switch_https-improv
cask_switch_https: general improvements
2016-09-10 14:47:48 +08:00
Vítor Galvão 414a98d00f sync_templates_and_ci: fix mv (#24344)
Update yujitach-menumeters to require El Capitan

Single one line addition, as this fails on Yosemite:
  depends_on macos: '>= :el_capitan'

Verified by myself on 10.10.5
https://github.com/yujitach/MenuMeters/issues/10

update needed blank line

depends_on macos now seperate block. [This isn't in the stanza docs btw]

removed blank space that previous edit left with auto-tab

 cask style --fix yujitach-menumeters.rb
== yujitach-menumeters.rb ==
C:  9:  1: [Corrected] stanza groups should be separated by a single empty line
C:  9:  1: [Corrected] Trailing whitespace detected.
C: 10:  1: [Corrected] Extra blank line detected.

-- Fixed
2016-09-09 09:50:56 +01:00
Josh Hagins 4b6d5b983f sync_templates_and_ci: use rsync (#24341)
* sync_templates_and_ci: use rsync

rsync allows us to delete files present at the destination but
not the source.

Also split arguments into multiple lines for readability/maintainability.

* Collapse rsync argument list
2016-09-08 15:26:14 -04:00
Joshua Hagins 852607aafe Make sync_templates_and_ci script executable 2016-09-08 13:41:06 -04:00
Vítor Galvão 4662092f6a add sync_github_templates (#24335) 2016-09-08 18:39:28 +01:00
Vítor Galvão d40d6bdb64 cask_switch_https: general improvements 2016-09-08 18:29:31 +01:00
Vítor Galvão ca9ace0863 merge_outdated_appcasts: use caskroom_online where possible 2016-09-08 16:13:20 +01:00
Vítor Galvão 7a51dee5ed find_outdated_appcasts: use caskroom_online where possible 2016-09-08 16:12:36 +01:00
Vítor Galvão 0bc14686eb Rename cask-switch-https to cask_switch_https 2016-09-08 09:32:01 +01:00
Markus Reiter 15171687a1 Move back documentation and developer scripts. (#23920) 2016-08-19 19:21:44 +02:00
Anastasia Sulyagina 0ec06e9a95 Cask core code moved to Homebrew (#23852) 2016-08-19 16:53:18 +02:00
Mike McQuaid 1f37eba4d0 Assume Ruby 2. (#23889)
Homebrew now always uses Ruby 2.0 so you no longer need to check in all
these places for 2.0 or for 2.1 valid syntax.
2016-08-18 10:58:53 -04:00
Vítor Galvão 9cc8218687 simplify tail in developer scripts (#23465) 2016-08-05 13:53:31 +01:00
Markus Reiter a547d190c1 Fix `force_encoding` not working in `generate_cask_token`. (#23115) 2016-07-26 01:34:52 +02:00
Markus Reiter 1806aaf9a3 Change hash rockets to colons. (#22951) 2016-07-20 01:05:31 -04:00
Markus Reiter ed5452b728 Run RuboCop on all core files. (#22855)
Add Style/BlockDelimiters cop.
2016-07-19 14:11:22 -04:00
Josh Hagins a9a0cb27a1 Make audit_modified_casks an internal cmd (#22826) 2016-07-15 13:09:10 -04:00
Vítor Galvão 6651ba0954 find_sparkle_appcast: use user-agent instead of header 2016-07-15 16:25:31 +01:00
Josh Hagins 36c99fe72a Add Homebrew libs to LOAD_PATH in audit_modified_casks (#22603) 2016-07-05 11:32:58 -04:00
Markus Reiter 11eedac599 Core Code Cleanup 2016-07-05 02:29:10 -04:00
Markus Reiter 6dad86849d use `/usr/libexec/PlistBuddy` in `list_id`-scripts (#22592) 2016-07-05 02:00:20 -04:00
Vítor Galvão 9404c33dab developer scripts: OS X > macOS 2016-06-13 20:36:20 +01:00
Vítor Galvão 4d2526bfb5 project_stats: removed sebastian 2016-02-25 01:15:10 +00:00
Vítor Galvão 5658eb0e2b outdated_appcasts scripts: remove caskroom/unofficial 2016-02-19 15:23:30 +00:00
Vítor Galvão 2530e0a977 list_pkg_ids_by_regexp: small instructions tweak 2016-02-18 18:12:22 +00:00
Vítor Galvão f23d17c2f2 added scripts for outdated appcasts 2016-02-09 23:08:21 +00:00
Vítor Galvão 13da90406f dev/bin/find_sparkle_appcast: send browser headers 2016-01-30 22:33:28 +00:00
Vítor Galvão cd6d7ca9ef dev/bin/find_sparkle_appcast: fix message for new style format 2016-01-30 22:33:13 +00:00
Vítor Galvão 01046daad5 dev/bin/find_sparkle_appcast: remove block comments 2016-01-30 22:32:55 +00:00
Vítor Galvão 0370294cec initial document breaks 2016-01-20 00:48:20 +00:00
Josh Hagins 71e2400442 audit_modified_casks: exclude non-ruby files in Casks 2016-01-16 18:19:31 -05:00
Vítor Galvão a7cbcdd49b Merge pull request #17063 from tsparber/fix-wording-find-sparkle
find_sparkle_appcast: Suggest stanza location
2016-01-15 23:32:55 +00:00
Tommy Sparber 7089ee761c find_sparkle_appcast: Fix typos 2016-01-16 01:29:47 +11:00
Vítor Galvão 781bdf5711 Merge pull request #17058 from caskroom/delete-faq
Delete FAQ.md
2016-01-15 14:13:27 +00:00
Vítor Galvão 6a531ab261 Delete FAQ.md 2016-01-15 14:12:51 +00:00
Vítor Galvão dfe7dbefa6 find_sparkle_appcast: add --compress to curl command 2016-01-15 13:28:54 +00:00
Vítor Galvão 95abd932d7 Merge pull request #16787 from tsparber/better-curl-url-check
Use curl-check-url to check for HTTP 200 using GET
2016-01-15 01:48:25 +00:00