Deniz,
you need to install gpg to be able to push a release to clojars.

here is the lein documentation 

When deploying a release that's not a snapshot, Leiningen will attempt to sign 
it using GPG to prove your authorship of the release. See the deploy guide. for 
details of how to set that up. The deploy guide includes instructions for 
deploying to other repositories as well.

and here is the deploy guide

https://github.com/technomancy/leiningen/blob/stable/doc/DEPLOY.md#gpg

mimmo

On Nov 27, 2013, at 12:25 PM, James Reeves <ja...@booleanknot.com> wrote:

> It'll be easier to get feedback if you push it to Clojars. I want to try it 
> out, but not enough to clone the repo and manually install it.
> 
> Since it's only version 0.1.0, it's not as if it's expected to be flawless.
> 
> - James
> 
> 
> On 27 November 2013 07:00, Deniz Kurucu <makka...@gmail.com> wrote:
> Ah yes, sorry it is not on clojars yet. Wanted some feedback before pushing 
> it there :)
> 
> 
> On Wed, Nov 27, 2013 at 2:26 AM, Plinio Balduino <pbaldu...@gmail.com> wrote:
> Excellent, Deniz
> 
> But I'm getting an error when I try to run for the first time:
> 
> Could not find artifact fsrun:fsrun:jar:0.1.0 in central 
> (http://repo1.maven.org/maven2/)
> Could not find artifact fsrun:fsrun:jar:0.1.0 in clojars 
> (https://clojars.org/repo/)
> This could be due to a typo in :dependencies or network issues.
> 
> Part of my project.clj:
> 
> (defproject blabla "0.1.0-SNAPSHOT"
>   ; licenses, description, url
>   :dependencies [[org.clojure/clojure "1.5.1"]]
>   :plugins [[fsrun "0.1.0"]]
>   ; etc etc etc
> )
> 
> Am I doing something wrong? My network is OK and I'm not using any proxy.
> 
> Thank you
> 
> Plínio
> 
> On Monday, November 25, 2013 5:26:05 AM UTC-2, Deniz Kurucu wrote:
> fsrun is a simple high order lein task that run some other tasks when a file 
> modification occurs. Originally, i wanted to run my clojurescript tests 
> automatically and created fsrun. It is my first clojure project, so please 
> keep that in mind :)
> 
> github : https://github.com/makkalot/fsrun
> 
> Thanks.
> 
> -- 
> -- 
> 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
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 
> -- 
> -- 
> 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
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 
> -- 
> -- 
> 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
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to