From 4e77c51decb7090efe11d5c7960a4cd563a14fc0 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Sun, 4 Jan 2015 13:16:41 -0800 Subject: TODO notes for release script --- scripts/jobs/scala-release-2.11.x-build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/jobs') diff --git a/scripts/jobs/scala-release-2.11.x-build b/scripts/jobs/scala-release-2.11.x-build index 21fbb8fa76..09a97dc34b 100755 --- a/scripts/jobs/scala-release-2.11.x-build +++ b/scripts/jobs/scala-release-2.11.x-build @@ -1,4 +1,9 @@ #!/bin/bash -e +# TODO: different scripts for the different phases -- usually we don't need to bootstrap the modules, +# since we can use the previous version of scala for STARR as well as for compiling the modules (assuming it's binary compatible) +# 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. +# (Potentially trivially, by splitting up this script, and publishing locker as if it were a real release.) + # requirements: # sbtCmd must point to sbt from sbt-extras (this is the standard on the Scala jenkins, so we only support that one) # - ~/.sonatype-curl that consists of user = USER:PASS -- cgit v1.2.3