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
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-05-07 08:51:16 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-07 08:51:16 +0400
commit3ca8d0e2a72955c0fe8587d9e6c5ebe2ffae53b6 (patch)
tree62458aeac8c8fde295bf474f4c7f38b5c82e9343 /misc/package
parente1639694c618628ff9db4454a283464f5e38acb7 (diff)
Fixes #5104 Notify Microsoft App Gallery team when there is a new Piwik version
Diffstat (limited to 'misc/package')
-rwxr-xr-xmisc/package/build.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/package/build.sh b/misc/package/build.sh
index b889e68014..ac7e449454 100755
--- a/misc/package/build.sh
+++ b/misc/package/build.sh
@@ -224,6 +224,16 @@ SUBSCRIBE_NEWSLETTER
echo $CMD
$CMD
+ echo -e "Sending email to Microsoft web team \n\n"
+ echo -e "Hello, \n \
+We are proud to announce this new release for Piwik. \n \
+Piwik $VERSION can be downloaded at: http://builds.piwik.org/piwik-$VERSION.zip \n \
+For more information, consult the changelog: http://piwik.org/changelog/ \n \
+We're looking forward to seeing this Piwik version on Microsoft Web App Gallery.\n\n \
+If you have any question, please let us know. \n\n \
+Thank you,\n \
+Matthieu\n \
+Piwik release manager" | mail -s"New Piwik Version $VERSION" "appgal@microsoft.com,team@piwik.org"
echo "build finished! http://builds.piwik.org/latest.zip"
fi