-
Notifications
You must be signed in to change notification settings - Fork 130
Revert to sbt 0.13.2 #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sbt 0.13.5 broke a hack in our release scripts (Confirmed by successful run using v1.0.1, which was on 0.13.1: https://scala-webapps.epfl.ch/jenkins/job/scala-release-2.11.x/139/) Let's revert until we can come up with a fix for the script.
What's the hack and why is it broken in sbt 0.13.5? |
It's related to the cyclic dependency in documenting the parsers with scaladoc that depends on the parsers: https://github.com/scala/jenkins-scripts/blob/master/job/scala-release-2.11.x#L183 |
Thanks. LGTM. |
LGTM. It's sad that we don't see the output of each |
True, the logs are archived as artifacts of the build. I split them out to make it easier to see errors at the script-level, since build errors should be rare in this job. |
Oh ok. But builds that failed to build parser-combinators, like this one, don't have the |
You're right :-) I came to the same conclusion as you just did when looking into this, so I changed the configuration to archive the logs. |
So this hasn't changed anything, the release job still fails: https://scala-webapps.epfl.ch/jenkins/job/scala-release-2.11.x/140/ But now we have the failure in the logs (an error publishing, "destination file exists and overwrite == false"). Also, the script seems to build the |
Yeah, that's probably why. @lrytz, could you take a look at building master On Thursday, July 31, 2014, Antoine Gourlay [email protected]
|
sure, i'll have a look once i'm back (in a week from now) |
actually, the fact that the script builds the tag of parser-combinators is by design. the problem is the generated version. for xml, we get:
note the
|
Interesting. It's like the |
Actually, it doesn't do anything, even locally:
The same thing in scala-swing fails. |
And reverting to sbt |
In case you missed it. sbt/sbt#1430 |
@paulp thanks for the link, had not seen it. @gourlaysama i changed the script to force 0.13.2 in scala/jenkins-scripts@a814ca0. You can therefore change |
sbt 0.13.5 broke a hack in our release scripts
(Confirmed by successful run using v1.0.1, which was on 0.13.1:
https://scala-webapps.epfl.ch/jenkins/job/scala-release-2.11.x/139/
previous builds have been red.)
Let's revert until we can come up with a fix for the script.
review by @gourlaysama, /cc @lrytz