Fork me on GitHub
#clojars
<
2016-01-08
>
tcrawley03:01:35

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

tcrawley03:01:40

so it's a possibility

danielcompton03:01:01

yeah, I was thinking of that

danielcompton03:01:14

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

tcrawley03:01:50

yeah, agreed

tcrawley19:01:03

@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 
Sending org/immutant/transactions/2.1.2/transactions-2.1.2.pom (5k)
    to 
Sending org/immutant/transactions/2.1.2/transactions-2.1.2.jar.asc (1k)
    to 
Sending org/immutant/transactions/2.1.2/transactions-2.1.2.pom.asc (1k)
    to 
Retrieving org/immutant/transactions/maven-metadata.xml (1k)
    from 
Sending org/immutant/transactions/maven-metadata.xml (1k)
    to 

tcrawley19:01:20

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

micha19:01:55

snapshots might be different

tcrawley20:01:29

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

hlship20:01:51

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

tcrawley20:01:46

@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/

tcrawley20:01:19

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

tcrawley20:01:56

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

tcrawley20:01:06

he wanted to be free of it

tcrawley20:01:05

did you actually use ?

hlship20:01:27

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.

tcrawley20:01:43

right, promotion has nothing to do with that

tcrawley20:01:59

everything you deploy is immediately available

hlship20:01:05

works for me!

tcrawley20:01:11

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

tcrawley20:01:19

that's one of the points of confusion around promotion