summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jobs/integrate/bootstrap7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/jobs/integrate/bootstrap b/scripts/jobs/integrate/bootstrap
index e40cfaa923..a071f3c45f 100755
--- a/scripts/jobs/integrate/bootstrap
+++ b/scripts/jobs/integrate/bootstrap
@@ -103,9 +103,10 @@ releaseTempRepoUrl=${releaseTempRepoUrl-"https://scala-ci.typesafe.com/artifacto
# repo for the modules and the quick build
integrationRepoUrl=${integrationRepoUrl-"https://scala-ci.typesafe.com/artifactory/scala-integration/"}
-# the `releaseTempRepoUrl` needs to be in the repositories file for building quick (to get starr) and the modules.
-# the file is re-generated for running the stability test, this time with the `integrationRepoUrl`.
-generateRepositoriesConfig $releaseTempRepoUrl
+# the `releaseTempRepoUrl` needs to be in the repositories file to get starr when building quick and the modules.
+# `integrationRepoUrl` is there to find modules when building quick and other modules (e.g., partest requires xml).
+# the file is re-generated for running the stability test, this time with only `integrationRepoUrl`.
+generateRepositoriesConfig $releaseTempRepoUrl $integrationRepoUrl
# ARGH trying to get this to work on multiple versions of sbt-extras...
# the old version (on jenkins, and I don't want to upgrade for risk of breaking other builds) honors -sbt-dir