Re: {ANN} clojure-control 0.2.1 released.

2011-10-31 Thread sunng
A snapshot of lein-control 0.2.1 (which ships clojure-control 0.2.1) has been pushed to clojars. You can use these new features of clojure-control with your control file. Add lein-control to your dev-dependencies like: :dev-dependencies [[lein-control "0.2.1-SNAPSHOT"]] For more information, pl

Re: {ANN} clojure-control 0.2.1 released.

2011-10-31 Thread gaz jones
thanks for sharing, this looks extremely useful. On Mon, Oct 31, 2011 at 11:43 AM, dennis wrote: > Clojure-control is a clojure DSL for system admin and deployment with > many remote machines via ssh/rsync.It is on github: > https://github.com/killme2008/clojure-control > > 0.2.1 has been release

{ANN} clojure-control 0.2.1 released.

2011-10-31 Thread dennis
Clojure-control is a clojure DSL for system admin and deployment with many remote machines via ssh/rsync.It is on github: https://github.com/killme2008/clojure-control 0.2.1 has been released,main highlights: First,A shell command DSL by sunny87,for example: (cd "/home/login" (run "ls") (