Skip to content

Commit 0ac08de

Browse files
committed
Meta/Announce: mention release tarball location
1 parent 4d91f62 commit 0ac08de

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Announce

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi
6868

6969
cat <<EOF
7070
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
7272
tag and the $branch branch that the tag points at:
7373
7474
url = https://kernel.googlesource.com/pub/scm/git/git
@@ -80,6 +80,13 @@ tag and the $branch branch that the tag points at:
8080
8181
EOF
8282

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+
8390
RelNotes=$(git cat-file blob "${branch}:RelNotes") &&
8491
git cat-file blob "${branch}:$RelNotes" |
8592
case "$relname" in

0 commit comments

Comments
 (0)