clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
2016-01-08T03:24:35.000229Z

@danielcompton: re ^: we have an open PR that would allow us to move to postgres

2016-01-08T03:24:40.000231Z

so it's a possibility

danielcompton 2016-01-08T03:25:01.000232Z

yeah, I was thinking of that

danielcompton 2016-01-08T03:25:14.000233Z

although it’s pretty nice that it can all run out of an sqlite db

2016-01-08T03:26:50.000234Z

yeah, agreed

2016-01-08T19:59:03.000264Z

@micha: it looks like aether grabs the maven-metadata last, just before mutating and pushing it back up:

Sending org/immutant/transactions/2.1.2/transactions-2.1.2.jar (8k)
    to <https://clojars.org/repo/>
Sending org/immutant/transactions/2.1.2/transactions-2.1.2.pom (5k)
    to <https://clojars.org/repo/>
Sending org/immutant/transactions/2.1.2/transactions-2.1.2.jar.asc (1k)
    to <https://clojars.org/repo/>
Sending org/immutant/transactions/2.1.2/transactions-2.1.2.pom.asc (1k)
    to <https://clojars.org/repo/>
Retrieving org/immutant/transactions/maven-metadata.xml (1k)
    from <https://clojars.org/repo/>
Sending org/immutant/transactions/maven-metadata.xml (1k)
    to <https://clojars.org/repo/>

2016-01-08T19:59:20.000265Z

I was doing it a deploy and noticed it, so thought I'd let you know

micha 2016-01-08T19:59:39.000266Z

cool

micha 2016-01-08T19:59:55.000267Z

snapshots might be different

2016-01-08T20:00:29.000268Z

they will be a little different, since there are two metadata files involved - the top-level, and one in the 0.1.0-SNAPSHOT dir

hlship 2016-01-08T20:12:51.000270Z

I must be late to the party ... Clojars is back up, but what's with "Promotion currently disabled"?

2016-01-08T20:13:46.000271Z

@hlship: ah! Well, I did a deploy right before the outage, so forgot to send out the release announcement. it's still sitting in Drafts/

2016-01-08T20:14:19.000272Z

we're going to get rid of the releases repo, since it isn't used much, and has some fundamental issues

2016-01-08T20:14:56.000273Z

and I had to disable it now, since it pushes to s3, and that s3 bucket belonged to alex osborne

2016-01-08T20:15:06.000274Z

he wanted to be free of it

2016-01-08T20:16:05.000277Z

did you actually use <http://releases.clojars.org|releases.clojars.org>?

hlship 2016-01-08T20:16:27.000278Z

OK. What counts for me is that I deployed a new version to Clojars (io.aviso/pretty 0.1.21) and it appears to be available publically.

2016-01-08T20:16:43.000279Z

right, promotion has nothing to do with that

2016-01-08T20:16:59.000281Z

everything you deploy is immediately available

hlship 2016-01-08T20:17:05.000282Z

works for me!

2016-01-08T20:17:11.000283Z

promotion was just for pushing things to the "release" repo

2016-01-08T20:17:19.000284Z

that's one of the points of confusion around promotion