From e143088df2c76bbb15d0d68833d39679ea8bbab1 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Thu, 6 May 2021 13:58:30 -0400 Subject: [releng] Make sure no changes happen when dry-running Change-Id: I34602bd3f2f4beb1ace4171079d5455b022512ae --- releng/org.eclipse.epp.config/tools/promote-a-build.sh | 4 ++-- 1 file 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=" @@ -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. -- cgit v1.2.3