Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2015-07-03 20:51:25 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2015-07-03 20:51:25 +0300
commite006a9543c0329f730b2379c483041c5bbdc2529 (patch)
treeb8736e0b484e0ef0e3896cf05fdbfc7ef94e5b3c
parentda0535c8240be77498a004d1741902ed84606bd6 (diff)
Added help messages to the output of the build script
-rwxr-xr-xbuild-preview-update.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build-preview-update.sh b/build-preview-update.sh
index 09f04643c..afbdc315c 100755
--- a/build-preview-update.sh
+++ b/build-preview-update.sh
@@ -112,6 +112,11 @@ aws --profile=duplicati-upload s3 cp "${UPDATE_TARGET}/${RELEASE_FILE_NAME}.zip"
aws --profile=duplicati-upload s3 cp "${UPDATE_TARGET}/${RELEASE_FILE_NAME}.manifest" "s3://updates.duplicati.com/preview/${RELEASE_FILE_NAME}.manifest"
aws --profile=duplicati-upload s3 cp "${UPDATE_TARGET}/${RELEASE_FILE_NAME}.manifest" "s3://updates.duplicati.com/rene/latest.manifest"
+echo "To release, run:"
+echo aws --profile=duplicati-upload s3 cp "${UPDATE_TARGET}/${RELEASE_FILE_NAME}.manifest" "s3://updates.duplicati.com/preview/latest.manifest"
+echo aws --profile=duplicati-upload s3 cp "${UPDATE_TARGET}/${RELEASE_FILE_NAME}.zip" "s3://updates.duplicati.com/preview/latest.zip"
+
+
ZIP_MD5=`md5 ${UPDATE_TARGET}/${RELEASE_FILE_NAME}.zip | awk -F ' ' '{print $NF}'`
rm "${RELEASE_CHANGELOG_NEWS_FILE}"
git checkout "Duplicati/License/VersionTag.txt"