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 <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
