Meta/Announce: mention release tarball location
Junio C Hamano committed
Jul 19, 2013 at 10:18 UTC
0ac08de6adad30ecbabc8262b9725d36f0f51c79
1 file changed
+8
-1
Announce
+8
-1
@@ -68,7 +68,7 @@ fi
68
69
cat <<EOF
70
71
-Also the following public repositories all have a copy of the $relname
71
+The following public repositories all have a copy of the $relname
72
tag and the $branch branch that the tag points at:
73
74
url = https://kernel.googlesource.com/pub/scm/git/git
@@ -80,6 +80,13 @@ tag and the $branch branch that the tag points at:
80
81
EOF
82
83
+test -n "$for_testing" ||
84
+cat <<EOF
85
+Also, http://www.kernel.org/pub/software/scm/git/ has copies of the
86
+release tarballs.
87
+
88
+EOF
89
+
90
RelNotes=$(git cat-file blob "${branch}:RelNotes") &&
91
git cat-file blob "${branch}:$RelNotes" |
92
case "$relname" in