diff options
author | Jonah Graham | 2021-05-06 17:58:30 +0000 |
---|---|---|
committer | Jonah Graham | 2021-05-06 17:58:30 +0000 |
commit | e143088df2c76bbb15d0d68833d39679ea8bbab1 (patch) | |
tree | 0fa10f6867250436a9520b1c86ce4e9e565423b5 | |
parent | f096b1ccb5f657e3e82410688bb61555f1a4393e (diff) | |
download | org.eclipse.epp.packages-e143088df2c76bbb15d0d68833d39679ea8bbab1.tar.gz org.eclipse.epp.packages-e143088df2c76bbb15d0d68833d39679ea8bbab1.tar.xz org.eclipse.epp.packages-e143088df2c76bbb15d0d68833d39679ea8bbab1.zip |
[releng] Make sure no changes happen when dry-runningbug571669
Change-Id: I34602bd3f2f4beb1ace4171079d5455b022512ae
-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. |