clojure-control
clojure-control copied to clipboard
Fabric in clojure
The code is not neat, i wrote it when i started to learn clojure.It should be refactored.
I am trying to create a folder, using the task as specified in the `guide` : ``` (deftask :create-dir [] (if (not (exists? (str (:path @config)))) (ssh (sudo (str "mkdir...
I guess my post is more a question than a real issue, but here it is (worst case is, you get to see how a user of your lib for...
Hello again :) I came across a case that I think could be improved (unless I missed something and it is already present). Here was the output from my console...
I have a build task that is part of an overall deploy task. The idea is the build task (compilation, uberjar) should occur once per deploy, and the remainder of...
Hi! I'm trying to use control to deploy some stuff to Amazon AWS. It's basically working ok, but I'm running into some problems trying to use libraries inside of the...
I have forked your repo, as I may need to implement SSH timeouts. As far as I understand the tool currently does not support something like "ssh -o ConnectTimeout=10". This...
Provide a repl to show/run tasks.