Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] how to access staged artifacts?

Apparently there is some sort of delay.  I waited a bit and tried again
and it worked!  Success!

Artifacts deployed to staging area:
https://oss.sonatype.org/content/groups/staging/com/sun/activation/jakarta.activation/1.2.1/

Thanks Romain and Mark for your help!

Now it's time to learn about Eclipse Release Reviews...


Bill Shannon wrote on 10/30/2018 04:42 PM:
> Mark Thomas wrote on 10/30/2018 04:20 PM:
>> On 30/10/18 22:42, Bill Shannon wrote:
>>> Ok, I guess it's time to submit a ticket.
>>
>> You can work around it.
>>
>> I created a Jenkins job that did:
>>
>> #!/bin/sh -ex
>>
>> # Need GPG public key so dump it here
>> gpg --batch --import ${KEYRING}
>> gpg --armor --export
>>
>> and then I manually uploaded the public key to one of the key servers
>> that the failed job said it was looking in.
> 
> Thanks for the tip!
> 
> I uploaded the key manually to keys.gunpg.net, but my job is still failing.
> Is there some delay between when the key is uploaded and when it's available?
> _______________________________________________
> ee4j-build mailing list
> ee4j-build@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/ee4j-build
> 


Back to the top