public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: Use https:// instead of git:// in git URLs.
Date: Mon, 29 Jun 2026 12:30:43 GMT	[thread overview]
Message-ID: <178273624302.1.16741928619163493682.rpms-gcc-a706a6fd254c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : a706a6fd254c547da3492deb3b80a3855fc6dd5c
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2024-09-30T18:28:50+02:00
Stats  : +3/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/a706a6fd254c547da3492deb3b80a3855fc6dd5c?branch=rhel-f41-base

Log:
Use https:// instead of git:// in git URLs.

---
diff --git a/gcc.spec b/gcc.spec
index f6cf2ec..15a2c71 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -171,7 +171,7 @@ Source0: gcc-%{version}-%{DATE}.tar.xz
 Source1: nvptx-tools-%{nvptx_tools_gitrev}.tar.xz
 # The source for nvptx-newlib package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
-# git clone git://sourceware.org/git/newlib-cygwin.git newlib-cygwin-dir.tmp
+# git clone https://sourceware.org/git/newlib-cygwin.git newlib-cygwin-dir.tmp
 # git --git-dir=newlib-cygwin-dir.tmp/.git archive --prefix=newlib-cygwin-%%{newlib_cygwin_gitrev}/ %%{newlib_cygwin_gitrev} ":(exclude)newlib/libc/sys/linux/include/rpc/*.[hx]" | xz -9e > newlib-cygwin-%%{newlib_cygwin_gitrev}.tar.xz
 # rm -rf newlib-cygwin-dir.tmp
 Source2: newlib-cygwin-%{newlib_cygwin_gitrev}.tar.xz

diff --git a/update-gcc.sh b/update-gcc.sh
index 93160c9..47d7d70 100755
--- a/update-gcc.sh
+++ b/update-gcc.sh
@@ -10,9 +10,9 @@ v=`sed -n 's/^%global gcc_version //p' gcc.spec`
 p=`sed -n 's/^%global gitrev //p' gcc.spec`
 h=$1
 if [ "$#" -ge 2 ]; then
-  git clone --dissociate --reference $2 git://gcc.gnu.org/git/gcc.git gcc-dir.tmp
+  git clone --dissociate --reference $2 https://gcc.gnu.org/git/gcc.git gcc-dir.tmp
 else
-  git clone git://gcc.gnu.org/git/gcc.git gcc-dir.tmp
+  git clone https://gcc.gnu.org/git/gcc.git gcc-dir.tmp
 fi
 git --git-dir=gcc-dir.tmp/.git fetch origin $h
 d=`date --iso | sed 's/-//g'`

                 reply	other threads:[~2026-06-29 12:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178273624302.1.16741928619163493682.rpms-gcc-a706a6fd254c@fedoraproject.org \
    --to=jakub@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox