We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fafbc2 commit 4e77c51Copy full SHA for 4e77c51
scripts/jobs/scala-release-2.11.x-build
@@ -1,4 +1,9 @@
1
#!/bin/bash -e
2
+# TODO: different scripts for the different phases -- usually we don't need to bootstrap the modules,
3
+# since we can use the previous version of scala for STARR as well as for compiling the modules (assuming it's binary compatible)
4
+# We should move away from the complicated bootstrap and set up our release schedule so we always have a previous build that satisfies these criteria.
5
+# (Potentially trivially, by splitting up this script, and publishing locker as if it were a real release.)
6
+
7
# requirements:
8
# sbtCmd must point to sbt from sbt-extras (this is the standard on the Scala jenkins, so we only support that one)
9
# - ~/.sonatype-curl that consists of user = USER:PASS
0 commit comments