[PATCH 1/2] release.sh: Clarify where the tarball was seen

Bryce Harrington bryce at osg.samsung.com
Wed Jan 20 14:46:38 PST 2016


From: Bryce Harrington <bryce at bryceharrington.org>

Signed-off-by: Bryce Harrington <bryce at bryceharrington.org>
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index ef384de..0a1c607 100755
--- a/release.sh
+++ b/release.sh
@@ -595,7 +595,7 @@ process_module() {
 	    if [ "x$FORCE" = "xyes" ]; then
 		echo "Warning: overwriting released tarballs due to --force option."
 	    else
-		echo "Error: tarball $tar_name already exists. Use --force to overwrite."
+		echo "Error: tarball $tar_name already exists on $hostname. Use --force to overwrite."
 		cd $top_src
 		return 1
 	    fi
-- 
1.9.1



More information about the xorg-devel mailing list