Commit Graph

8 Commits

Author SHA1 Message Date
Roland Walker 623679f66d use doubledash on external cmds in git-annex.rb
mv
2014-05-14 09:13:18 -04:00
Roland Walker c8cd897435 mass convert Casks to sha256 :no_check 2014-05-08 08:51:31 -04:00
Andrew Kraut e27fab9a8b Update git-annex cask
linking git-annex-shell allows the system to be a remote for annex
2014-04-30 15:40:06 -07:00
Roland Walker 984c38ff0e force the DMG file extension in git-annex.rb
For non-Mavericks installs.  Also add needed nested_container
stanza.  Fixes #3650.
2014-03-24 12:48:26 -04:00
Roland Walker 855b78bb95 link git-annex binary artifact
instead of PATH caveats
2014-02-24 12:08:28 -05:00
Roland Walker 329c48298a caveats first-class in DSL, gets own mini-DSL
Make caveats a first-class member of the Cask DSL.  It no longer has to
be specified with "def caveats", but can be given as "caveats do ... end"
as with after_install blocks.

In addition, create a mini-DSL which can be used within caveats blocks,
providing standard messages when manual installers must be used,
reboot-required, etc.

Add alternate form: caveats can also accept a compile-time string for
simple cases.

This is 99% compatible with old Casks, as it still works by defining
a caveats method.  However, all Casks containing caveats are cleaned
up and adapted according to the new DSL.

Full docs in CONTRIBUTING.md.
2014-01-20 11:54:46 -05:00
MinRK dad12645b5 git-annex version is latest 2013-11-24 20:29:42 -08:00
MinRK b7ce88963d add git-annex 2013-11-24 15:50:26 -08:00