diff options
-rwxr-xr-x | releng/org.eclipse.epp.config/tools/promote-a-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/tools/promote-a-build.sh b/releng/org.eclipse.epp.config/tools/promote-a-build.sh index c562b5e1..69ad0d63 100755 --- a/releng/org.eclipse.epp.config/tools/promote-a-build.sh +++ b/releng/org.eclipse.epp.config/tools/promote-a-build.sh @@ -89,7 +89,7 @@ done " echo "$CONTENTXML" > ./compositeContent.xml -$SCP compositeContent.xml "${SSHUSER}:"${REPO}/compositeContent${RELEASE_MILESTONE}.xml +$ECHO $SCP compositeContent.xml "${SSHUSER}:"${REPO}/compositeContent${RELEASE_MILESTONE}.xml ARTIFACTXML="<?xml version='1.0' encoding='UTF-8'?> <?compositeArtifactRepository version='1.0.0'?> @@ -111,7 +111,7 @@ done " echo "$ARTIFACTXML" > ./compositeArtifacts.xml -$SCP compositeArtifacts.xml "${SSHUSER}:"${REPO}/compositeArtifacts${RELEASE_MILESTONE}.xml +$ECHO $SCP compositeArtifacts.xml "${SSHUSER}:"${REPO}/compositeArtifacts${RELEASE_MILESTONE}.xml # ---------------------------------------------------------------------------------------------- # Touch All Files See Bug 568574: Touch all files for the milestone in the download area to make sure mirrors are not misreporting them as mirrored before sending announcements. |