[bmap-tools] [PATCH 1/4] make_a_release.sh: use git send-email

Artem Bityutskiy dedekind1 at gmail.com
Tue Aug 13 03:29:39 EDT 2013


From: Artem Bityutskiy <artem.bityutskiy at intel.com>

Use git send-email instead of mutt, since the mutt command we had does not
really work, and I am unable to find out how to make it work.

Additinally, inform about where to find packages for various distributions.

Change-Id: Ia6408683a4794377f0ebf9f6b5cd1dc1f8559ca3
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at intel.com>
---
 make_a_release.sh | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/make_a_release.sh b/make_a_release.sh
index 393d19d..d1e60af 100755
--- a/make_a_release.sh
+++ b/make_a_release.sh
@@ -104,14 +104,21 @@ git push origin $release_branch:$release_branch
 git push public master:master
 git push public $release_branch:$release_branch
 #5
-mutt -H /proc/self/fd/0 -x <<END_OF_EMAIL
-From: Artem Bityutskiy <dedekind1 at gmail.com>
-To: bmap-tools at lists.infradead.org
+git send-email --suppress-cc=all --from "Artem Bityutskiy <dedekind1 at gmail.com>" --to bmap-tools at lists.infradead.org /proc/self/fd/0 <<END_OF_EMAIL
 Subject: Announcement: $release_name is out!
 
 Bmap-tools version $new_ver is out!
 
 Release notes: http://git.infradead.org/users/dedekind/bmap-tools.git/blob/refs/heads/$release_branch:/docs/RELEASE_NOTES
 Tarball: ftp://ftp.infradead.org/pub/bmap-tools/
+
+Packages for various distributions are available here:
+http://download.tizen.org/tools/pre-release/
+
+At some later point they will be propagated to here:
+http://download.tizen.org/tools/latest-release/
+
+--
+Artem Bityutskiy
 END_OF_EMAIL
 EOF
-- 
1.8.1.4




More information about the Bmap-tools mailing list