public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: Use https:// instead of git:// in git URLs.
@ 2026-06-29 12:30 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2026-06-29 12:30 UTC (permalink / raw)
  To: git-commits

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'`

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-29 12:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:30 [rpms/gcc] rhel-f41-base: Use https:// instead of git:// in git URLs Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox