Skip to content

Commit 644f4d3

Browse files
committed
Meta/Announce: code.google.com no longer accepts new downloads
1 parent 94753d2 commit 644f4d3

File tree

1 file changed

+10
-27
lines changed

1 file changed

+10
-27
lines changed

Announce

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ esac
2222
case "$vername" in
2323
*-rc[0-9]*)
2424
rpmroot=testing
25-
vername=$(echo "$vername" | tr "-" ".")
2625
case "$vername" in
2726
*-rc0)
28-
kind="An early preview"
27+
kind="An early preview release"
2928
;;
3029
*)
3130
kind="A release candidate"
@@ -39,6 +38,8 @@ case "$vername" in
3938
;;
4039
esac
4140

41+
vername=$(echo "$vername" | tr "-" ".")
42+
4243
cat <<EOF
4344
To: git@vger.kernel.org
4445
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
@@ -51,25 +52,14 @@ fmt -68 <<EOF
5152
$kind Git $relname is now available$for_testing at the usual places.
5253
EOF
5354

54-
cat <<\EOF
55-
56-
The release tarballs are found at:
57-
58-
http://code.google.com/p/git-core/downloads/list
59-
60-
and their SHA-1 checksums are:
55+
cat <<EOF
6156
62-
EOF
57+
The tarballs are found at:
6358
64-
if test -f git-$vername.sign
65-
then
66-
sed -e '1,/^$/d' -e '/^-----BEGIN PGP SIGNATURE/,$d' git-$vername.sign
67-
fi
59+
https://www.kernel.org/pub/software/scm/git/${for_testing+testing/}
6860
69-
cat <<EOF
70-
71-
The following public repositories all have a copy of the $relname
72-
tag and the $branch branch that the tag points at:
61+
The following public repositories all have a copy of the '$relname'
62+
tag and the '$branch' branch that the tag points at:
7363
7464
url = https://kernel.googlesource.com/pub/scm/git/git
7565
url = git://repo.or.cz/alt-git.git
@@ -80,18 +70,12 @@ tag and the $branch branch that the tag points at:
8070
8171
EOF
8272

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-
9073
RelNotes=$(git cat-file blob "${branch}:RelNotes") &&
9174
git cat-file blob "${branch}:$RelNotes" |
9275
case "$relname" in
9376
*-rc[0-9]*)
94-
sed -e 's/^Git .* Release Notes$/& (draft)/'
77+
sed -e 's/^Git .* Release Notes$/& (draft)/' \
78+
-e 's/^=============/&========/'
9579
;;
9680
*)
9781
cat
@@ -108,4 +92,3 @@ EOF
10892

10993
git log --no-merges "$previous".."$branch" |
11094
git shortlog
111-

0 commit comments

Comments
 (0)