Skip to content

Commit 41a6797

Browse files
committed
[FIXUP] Fixes
1 parent 65d0302 commit 41a6797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JenkinsJobs/Releng/promoteBuild.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
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>

0 commit comments

Comments
 (0)