Hi,all
   I am pleased to announce that clojure-control 0.3.2 is
out.Clojure-control is a clojure DSL for system admin and deployment with
many remote machines via ssh.Please see
https://github.com/killme2008/clojure-control

   Main highlights in 0.3.2:
1.You can include other clusters in defcluster,for example,you have defined
cluster named frontend and backend,then you can define a new cluster
named all to include all of them:

  (defcluster :all
      :includes [:frontend :backend])

2.Fixed issue 11: control could not run on some jdk version.
3.Adds new commands for lein control plugin,you can start a control server
by "lein control server",then you don't have to compile control file every
time when running task,you can run task by "lein control run mycluster task
-r",it will connect to control server and run the task on server,returns
result to client at last.
4.Improve api document.

You can upgrade control by "lein plugin install control 0.3.2" and change
the dependency version in project.clj.



--
庄晓丹
Email:        killme2...@gmail.com xzhu...@avos.com
Site:           http://fnil.net
Twitter:      @killme2008

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to