Skip to content

Commit 4e77c51

Browse files
committed
TODO notes for release script
1 parent 3fafbc2 commit 4e77c51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/jobs/scala-release-2.11.x-build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/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+
27
# requirements:
38
# sbtCmd must point to sbt from sbt-extras (this is the standard on the Scala jenkins, so we only support that one)
49
# - ~/.sonatype-curl that consists of user = USER:PASS

0 commit comments

Comments
 (0)