[releng] Make sure no changes happen when dry-running Change-Id: I34602bd3f2f4beb1ace4171079d5455b022512ae
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 c562b5e..69ad0d6 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 @@ " 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 @@ " 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.