Meta/Announce: code.google.com no longer accepts new downloads
Junio C Hamano committed
Apr 18, 2014 at 12:33 UTC
644f4d33143a1df6c11c6a322db6aa041254b202
1 file changed
+10
-27
Announce
+10
-27
index c684a7c4fb..a0e7e2d304 100755
--- a/Announce
+++ b/Announce
@@ -22,10 +22,9 @@ esac
case "$vername" in
*-rc[0-9]*)
rpmroot=testing
- vername=$(echo "$vername" | tr "-" ".")
case "$vername" in
*-rc0)
- kind="An early preview"
+ kind="An early preview release"
;;
*)
kind="A release candidate"
@@ -39,6 +38,8 @@ case "$vername" in
;;
esac
+vername=$(echo "$vername" | tr "-" ".")
+
cat <<EOF
To: git@vger.kernel.org
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
@@ -51,25 +52,14 @@ fmt -68 <<EOF
$kind Git $relname is now available$for_testing at the usual places.
EOF
-cat <<\EOF
-
-The release tarballs are found at:
-
- http://code.google.com/p/git-core/downloads/list
-
-and their SHA-1 checksums are:
+cat <<EOF
-EOF
+The tarballs are found at:
-if test -f git-$vername.sign
-then
- sed -e '1,/^$/d' -e '/^-----BEGIN PGP SIGNATURE/,$d' git-$vername.sign
-fi
+ https://www.kernel.org/pub/software/scm/git/${for_testing+testing/}
-cat <<EOF
-
-The following public repositories all have a copy of the $relname
-tag and the $branch branch that the tag points at:
+The following public repositories all have a copy of the '$relname'
+tag and the '$branch' branch that the tag points at:
url = https://kernel.googlesource.com/pub/scm/git/git
url = git://repo.or.cz/alt-git.git
@@ -80,18 +70,12 @@ tag and the $branch branch that the tag points at:
EOF
-test -n "$for_testing" ||
-cat <<EOF
-Also, http://www.kernel.org/pub/software/scm/git/ has copies of the
-release tarballs.
-
-EOF
-
RelNotes=$(git cat-file blob "${branch}:RelNotes") &&
git cat-file blob "${branch}:$RelNotes" |
case "$relname" in
*-rc[0-9]*)
- sed -e 's/^Git .* Release Notes$/& (draft)/'
+ sed -e 's/^Git .* Release Notes$/& (draft)/' \
+ -e 's/^=============/&========/'
;;
*)
cat
@@ -108,4 +92,3 @@ EOF
git log --no-merges "$previous".."$branch" |
git shortlog
-