-
Notifications
You must be signed in to change notification settings - Fork 14
Description
we staged M5, then before releasing, decided to rebuild and stage it again.
it isn't the first time that's ever happened, but it is the first time it's happened on a release I captained, iirc, and it's also the first time it's happened since we moved the release jobs off Jenkins and onto Travis-CI.
anyway: I didn't drop the old staging repos before creating the new ones. then when the scala-dist job ran (triggered by the scala/scala release job), it went to https://oss.sonatype.org/content/repositories/staging/ and despite newer staging repos existing, https://oss.sonatype.org/content/repositories/staging/ still had the old files
so the right files ended up on Maven Central (because we correctly dropped the first-round staging repos and only hit "release" on the second-round staging repos)... but scala-lang.org ended up with the old files