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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-05-14 13:30:16 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-14 13:30:16 +0400
commit23c65869c50c39f458b21fe3fd270174f212acda (patch)
tree279c7d915a3ef458dd400a51f027f61b56b993b1 /misc
parent6e83e2299b9fc9a876fda6d7576d88bca933c0ee (diff)
Display the SHA1 checksum in the email to Microsoft Web App team, after building a stable release.
Refs #5126 I apologise in advance for again re-packaging 2.2.2.. We agree with you that is not acceptable policy from us. So we are now committed to you guys the FreeBSD community, and to Microsoft, to never re-package a release from now on. Cheers
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/package/build.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/misc/package/build.sh b/misc/package/build.sh
index c7e4737f27..3c4d4b6131 100755
--- a/misc/package/build.sh
+++ b/misc/package/build.sh
@@ -225,14 +225,18 @@ SUBSCRIBE_NEWSLETTER
echo $CMD
$CMD
+ SHA1_WINDOWS="$(sha1sum $HTTP_PATH/WebAppGallery/piwik-$VERSION.zip | cut -d' ' -f1)"
+
echo -e "Sending email to Microsoft web team \n\n"
echo -e "Hello, \n\n\
We are proud to announce a new release for Piwik! \n\
Piwik $VERSION can be downloaded at: http://builds.piwik.org/WebAppGallery/piwik-$VERSION.zip \n\
-For more information, consult the changelog: http://piwik.org/changelog/ \n\n\
-We're looking forward to seeing this Piwik version on Microsoft Web App Gallery. If you have any question, please let us know. \n\n\
+SHA1 checksum is: $SHA1_WINDOWS \n\n\
+Please consult the changelog for list of closed tickets: http://piwik.org/changelog/ \n\n\
+We're looking forward to seeing this Piwik version on Microsoft Web App Gallery. \n\
+If you have any question, feel free to ask. \n\n\
Thank you,\n\n\
-Piwik team" | mail -s"New Piwik Version $VERSION" "appgal@microsoft.com,feedback@piwik.org"
+Piwik team" | mail -s"New Piwik Version $VERSION" "appgal@microsoft.com,hello@piwik.org"
echo "build finished! http://builds.piwik.org/latest.zip"
fi