Fork me on GitHub
#clojars
<
2019-09-01
>
borkdude05:09:53

$ lein deploy clojars
Compiling edamame.impl.main
Created /Users/borkdude/Dropbox/dev/clojure/edamame/target/edamame-0.0.2.jar
Wrote /Users/borkdude/Dropbox/dev/clojure/edamame/pom.xml
Sending borkdude/edamame/0.0.2/edamame-0.0.2.jar (524k)
    to 
Sending borkdude/edamame/0.0.2/edamame-0.0.2.pom (4k)
    to 
Retrieving borkdude/edamame/maven-metadata.xml from 
Sending borkdude/edamame/maven-metadata.xml (1k)to 
Could not transfer metadata borkdude:edamame/maven-metadata.xml from/to clojars (): Access denied to: , ReasonPhrase: Forbidden - repo/borkdude/edamame/0.0.2/edamame-0.0.2.jar.sha1 (No such file or directory).
Failed to deploy metadata: Could not transfer metadata borkdude:edamame/maven-metadata.xml from/to clojars (): Access denied to: , ReasonPhrase: Forbidden - repo/borkdude/edamame/0.0.2/edamame-0.0.2.jar.sha1 (No such file or directory).

bozhidar11:09:40

I’m having similar issues with cider-nrepl.

bozhidar11:09:51

Could not transfer metadata cider:cider-nrepl/maven-metadata.xml from/to clojars (): Access denied to: , ReasonPhrase: Forbidden - repo/cider/cider-nrepl/maven-metadata.xml.md5 (Read-only file system).

jjttjj14:09:18

Same error here

lukasz17:09:47

Same :raised_hand:

tcrawley17:09:43

Howdy folks! It looks like we had an issue with the volume that holds the repo, forcing it to be remounted as read-only. This is preventing deploys. I'm looking at the issue now.

👍 8
tcrawley17:09:30

I believe the issue is fixed. @borkdude @bozhidar @jjttjj @lukaszkorecki @m131 Can you try your deploy again and let me know if it doesn't work?

ahungry17:09:34

seems good, ty!

jjttjj17:09:41

fixed, thanks!!

tcrawley17:09:46

My pleasure!

borkdude19:09:41

Apparently it's now fixed, but CI released my v0.0.3 earlier than the later succeeding v0.0.2 which seems to be reflected here: https://clojars.org/borkdude/edamame

borkdude19:09:16

Maybe the last release counts as the latest, regardless of the version number? No big deal

borkdude19:09:21

thanks for fixing @tcrawley

lukasz23:09:12

@tcrawley working now, thank you!