[PATCH util-modular] release.sh: print the builddir path with the announce email location

Peter Hutterer peter.hutterer at who-t.net
Mon Jan 16 03:18:31 UTC 2017


New output:
  Info: [ANNOUNCE] template generated in "./build.9IwQVnDs0M/foo.announce" file.

Makes it a lot easier to find the announce email when the tmp dir path is
included. Especially since we jump out of that directory on completion.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index c44719b..e70a183 100755
--- a/release.sh
+++ b/release.sh
@@ -707,7 +707,7 @@ process_module() {
 	tag_range=$tag_name
     fi
     generate_announce > "$tar_name.announce"
-    echo "Info: [ANNOUNCE] template generated in \"$tar_name.announce\" file."
+    echo "Info: [ANNOUNCE] template generated in \"$build_dir/$tar_name.announce\" file."
     echo "      Please pgp sign and send it."
 
     # --------- Update the JH Build moduleset -----------------
-- 
2.9.3



More information about the xorg-devel mailing list