summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2017-03-16 15:10:18 +0100
committerGitHub <noreply@github.com>2017-03-16 15:10:18 +0100
commit363d9e58761c87e2d30f52d60e11b8f0ea6d45ca (patch)
tree7e22dd17ad1699b01768241e5e388f1c607accea
parent8d16a0b8e8f8d41e05f2a0dc2a519cb1570f7581 (diff)
parentc8559c289de2a95a1821c8272842a1ea4e812064 (diff)
downloadscala-363d9e58761c87e2d30f52d60e11b8f0ea6d45ca.tar.gz
scala-363d9e58761c87e2d30f52d60e11b8f0ea6d45ca.tar.bz2
scala-363d9e58761c87e2d30f52d60e11b8f0ea6d45ca.zip
Merge pull request #5781 from lrytz/2.11.x
update stale comment
-rw-r--r--scripts/jobs/integrate/bootstrap3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/jobs/integrate/bootstrap b/scripts/jobs/integrate/bootstrap
index 216a93637b..85be794276 100644
--- a/scripts/jobs/integrate/bootstrap
+++ b/scripts/jobs/integrate/bootstrap
@@ -6,8 +6,7 @@
# - build minimal core (aka locker) of Scala, use the determined version number, publish to scala-integration
# - build those modules where a binary compatible version doesn't exist, publish to scala-integration
# - build Scala using the previously built core and bootstrap modules, publish to scala-integration, overwriting
-# the existing artifacts (note: in 2.12.x we use scala-release-temp for locker, but that doesn't work in 2.11.x,
-# because we can only pass in one `extra.repo` to ant, see comment in PR 5764).
+# the existing artifacts
# - for releases
# - stage Scala on sonatype
# - rebuild modules that needed a rebuild with this Scala build, and stage them on sonatype