From: Sam James Date: Thu, 2 Nov 2023 08:39:07 +0000 (+0000) Subject: maintainer-scripts/gcc_release: use HTTPS for links X-Git-Tag: basepoints/gcc-15~4713 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3239a80555556578da8e0be1b1dc3db9fcf4e882;p=thirdparty%2Fgcc.git maintainer-scripts/gcc_release: use HTTPS for links maintainer-scripts/ * gcc_release: Use HTTPS for links. Signed-off-by: Sam James --- diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 962b8efe99a7..9d8aa3babd6d 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -25,7 +25,7 @@ # # You should have received a copy of the GNU General Public License # along with GCC; see the file COPYING3. If not see -# . +# . # ######################################################################## @@ -451,7 +451,7 @@ announce_snapshot() { echo \ "Snapshot gcc-"${RELEASE}" is now available on https://gcc.gnu.org/pub/gcc/snapshots/"${RELEASE}"/ -and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. +and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC "${BRANCH}" git branch with the following options: "git://gcc.gnu.org/git/gcc.git branch ${GITBRANCH} revision ${GITREV}" @@ -469,7 +469,7 @@ You'll find:

GCC "${RELEASE}" Snapshot

-

The GCC Project makes +

The GCC Project makes periodic snapshots of the GCC source tree available to the public for testing purposes.