File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ pipeline {
149149 MIRROR_URL="https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/${REPO_SITE_SEGMENT}/${DL_DROP_ID}"
150150 sourceRepository="${EP_ECLIPSE_ROOT}/updates/${BUILD_REPO_ORIGINAL}/${REPO_ID}"
151151 targetRepository="${EP_ECLIPSE_ROOT}/updates/${REPO_SITE_SEGMENT}/${DL_DROP_ID}"
152- ssh
[email protected] " cp -r
' ${sourceRepository}
' ' ${targetRepository}
'" 152+ ssh
[email protected] cp -r ${sourceRepository}
/. ${targetRepository}
153153
154154 JAR_FILE='artifacts.jar'
155155 XML_FILE='artifacts.xml'
Original file line number Diff line number Diff line change 5353 <repositoryName >Eclipse ${releaseVersion} repository (for ${releaseYear} -${releaseMonth} )</repositoryName >
5454 <extraArtifactRepositoryProperties >
5555 <p2 .statsURI>https://download.eclipse.org/stats</p2 .statsURI>
56- <p2_mirrorsURL_PLACEHOLDER / > <!-- To be replaced with the real p2.mirrorsURL upon release -->
56+ <p2_mirrorsURL_PLACEHOLDER >NOT_SET</ p2_mirrorsURL_PLACEHOLDER > <!-- To be replaced with the real p2.mirrorsURL upon release -->
5757 </extraArtifactRepositoryProperties >
5858 </configuration >
5959 </plugin >
You can’t perform that action at this time.
0 commit comments