Commit Graph

400 Commits

Author SHA1 Message Date
Amory Meltzer 425e5b1565 Fix path to brew-cask.rb cmd in hacking.md 2015-12-30 18:07:14 -08:00
Vítor Galvão cf8818dd74 Merge pull request #16225 from Amorymeltzer/update-docs
Clarify that discontinued means all development has halted upstream
2015-12-30 15:37:02 +00:00
Vítor Galvão d11c4f8cf8 Merge pull request #16215 from caskroom/revert-16118-delete-svn
Revert "Delete Subversion support"
2015-12-30 15:13:37 +00:00
Amory Meltzer df49fefc44 Clarify that discontinued means all development has halted upstream
Refs https://github.com/caskroom/homebrew-cask/pull/16097#issuecomment-167163990
2015-12-29 22:03:04 -08:00
Vítor Galvão 485ed743d6 cask_token_reference.md: how to resolve token overlap 2015-12-29 22:47:59 +00:00
Vítor Galvão b7c585da31 Revert "Delete Subversion support" 2015-12-29 15:22:57 +00:00
Amory Meltzer 33881d0ebc Note that search doesn't yet utilize name
Copied from line in license stanza details
2015-12-29 06:51:02 -08:00
Vítor Galvão 52839adf86 updated docs on name (now required) 2015-12-28 00:51:38 +00:00
Vítor Galvão 28720b89e5 updated docs for appcast (required :sha256) 2015-12-28 00:50:19 +00:00
Vítor Galvão 17c34aa458 Merge pull request #16134 from tsparber/switch-https
Switch to HTTPS for 360 Casks
2015-12-27 18:45:22 +00:00
Vítor Galvão 5e6e1fef5d Merge pull request #16118 from vitorgalvao/delete-svn
Delete Subversion support
2015-12-27 18:28:07 +00:00
Tommy Sparber 18f1402dc1 Switch to HTTPS for 360 Casks
Every changed URL was reachable using valid HTTPS and returned a
StatusCode of 200.
2015-12-27 10:11:04 +11:00
Vítor Galvão 869ad3e330 Merge pull request #16102 from vitorgalvao/nickpellant-feature/auto_updates_stanza
Add :auto_updates stanza for Casks
2015-12-25 23:07:57 +00:00
Vítor Galvão c256d7da16 CASK_LANGUAGE_REFERENCE.md: small change to note regarding tilde expansion 2015-12-25 18:57:48 +00:00
Zhiming Wang 7fb95ee0ed CASK_LANGUAGE_REFERENCE.md: Update on tilde expansion in :delete
The basic form of tilde expansion has since been made available to
:delete in the uninstall stanza.
2015-12-25 18:56:41 +00:00
Vítor Galvão ee9692abd9 removed svn from docs 2015-12-25 18:39:29 +00:00
Vítor Galvão c72356b613 fixed conflicts in adding auto_updates 2015-12-24 20:47:40 +00:00
Vítor Galvão 35ec8a9baa Merge pull request #16099 from vitorgalvao/remove-tags
Remove tags
2015-12-24 20:42:12 +00:00
Vítor Galvão df9aafa33b removed tags from documentation 2015-12-24 16:56:24 +00:00
Vítor Galvão ffac9ad10f cask_language_reference: specify new rules for name 2015-12-24 16:46:40 +00:00
Josh Hagins c25d5d231f Remove cask_language_deltas.md
Now that the DSL is unversioned, this document serves no purpose.
`CASK_LANGUAGE_REFERENCE.md` is sufficient to document the DSL.
2015-12-21 22:56:42 -05:00
Amory Meltzer e766cba9d6 Update links/paths in manpage, hacking.md, usage.md to reflect structure of brew-cask
- Old github.com links were invalid
- Old Cellar structure was invalid
- Man page regenerated, including content from #15643

Refs #15381
2015-12-20 15:11:00 -05:00
adityadalal924 47261a4b1d remove appcast :format stanza 2015-12-20 11:15:27 -05:00
Vítor Galvão c7dd7cd40b FAQ.md: make issues url point to reporting-bugs instructions 2015-12-18 01:31:57 +00:00
Josh Hagins 25f7cfee04 Remove DSL versions in docs and scripts
Closes #15912.
2015-12-17 19:57:15 -05:00
Vítor Galvão f4c873fde4 alternate_cask_taps.md: remove user maintained taps 2015-12-17 16:30:37 +00:00
Aditya Dalal 1a251706b8 Update cask_language_deltas.md
Add audio_unit_plugin and vst_plugin stanzas
2015-12-16 17:16:52 -05:00
Aditya Dalal 2bf6225788 Merge pull request #15643 from joshka/feature/add-audio-plugin-folders
Add Audio Unit and VST plugin folder artifiacts
2015-12-16 17:16:17 -05:00
Josh Hagins 3db0ad8ddf Add uninstall :login_item to docs 2015-12-11 23:50:33 -05:00
Josh Hagins 7d8b38ade7 Double-space lines in cask_request.md for consistency 2015-12-10 17:23:42 -05:00
Josh Hagins 55fca817be Add issue templates
Add issue template links to README

Remove accidental line in feature request template

Reorder template links
2015-12-10 17:04:27 -05:00
Josh Hagins c65720470c Remove extra space in update command
I assume this is the more commonly used form. I've never seen anyone space out
their semicolons like `foo ; bar`.
2015-12-10 11:19:38 -05:00
Josh Hagins 2065ec1df4 Fix instructions to upgrade from legacy versions 2015-12-10 04:20:42 -05:00
Vítor Galvão 5e79596ef7 long update command now uses ';' instead of '&&' 2015-12-09 17:18:46 -05:00
Josh Hagins f2c2f85b97 cut v0.60.0 2015-12-09 15:44:47 -05:00
Mike McQuaid fdb4577be8 brew-cask: move to using tap cmd directory.
This provides a few benefits:

- faster `brew cask` execution times as another Ruby process is not
  needed. Cask can instead be loaded in-process with Homebrew. This
  will also make it easier to use some of Homebrew's core code and
  ease moving code from Cask into Homebrew core.
- Users do not need to `brew upgrade` Cask any more: it's done
  automatically on any `brew update` or `git pull` of the Cask tap.
2015-12-09 19:32:49 +00:00
Joshua McKinney 76e34435e1 Add Audio Unit and VST plugin folder artifiacts 2015-12-06 16:26:34 -06:00
Nick Pellant b0d339e246 Add :auto_updates stanza for Casks 2015-11-30 12:34:30 +00:00
Amory Meltzer f2783259c3 Manpages - Properly arrange some items, fix a typo
Reword text for update slightly per @vitorgalvao
Generate manpage
2015-11-25 18:10:40 -08:00
Vítor Galvão 5ba1532637 maintaining.md: small tweaks to Handling Cask Update PRs
+ `fastmerge` does not need PRs to be single commit.
+ Simplified examples in `fastmerge` section.
+ Removed italics from quote.
+ Fixed quotes in quote.
2015-11-16 17:31:47 -05:00
Aditya Dalal d597b08498 Update maintaining.md
Add links to tiny-scripts
2015-11-16 15:44:19 -05:00
Aditya Dalal 0de591611f Update maintaining.md
Add section on Handling Cask Update PRs and start a "Tips" section
2015-11-16 15:44:19 -05:00
jonathanpberger 4a6e2af25d Add backtics to bash command in ## Interaction w/ Homebrew. 2015-11-04 15:57:39 -05:00
Josh Hagins 899f02b111 Minor fixes to changelog 2015-10-28 14:12:48 -04:00
Josh Hagins 8dc34ad724 Update changelog with additional contributor info 2015-10-28 14:11:04 -04:00
Josh Hagins d39c95942f cut v0.59.0 2015-10-28 14:07:33 -04:00
Vítor Galvão 4b4650f813 maintaining.md: removed space before period 2015-10-28 00:09:15 +00:00
Vítor Galvão da62376be8 cut v0.58.0 2015-10-15 01:11:31 +01:00
Vítor Galvão 02d756f028 cask_language_deltas.md: fix flight-stanzas-details links 2015-10-02 17:17:33 +01:00
Vítor Galvão e2db7c2c5c CHANGELOG.md: filled a missing link 2015-10-02 17:09:56 +01:00