Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Switch templates from git:// to https://
Date: Tue, 11 Jan 2022 16:57:28 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34997@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

There is a new pull request by tornaria against master on the void-packages repository

https://github.com/tornaria/void-packages fix-templates
https://github.com/void-linux/void-packages/pull/34997

Switch templates from git:// to https://
As of today github no longer accepts `git://` so we switch templates that use git clone from `git://github.com/` to `https://github.com`.

A patch file from https://github.com/void-linux/void-packages/pull/34997.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-templates-34997.patch --]
[-- Type: text/x-diff, Size: 2423 bytes --]

From cd29da4e95015d836eb4cfac4f1b3af9b28ef222 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 11 Jan 2022 12:51:45 -0300
Subject: [PATCH] Switch templates from git:// to https://

As of today github no longer accepts `git://` so we switch templates
that use git clone from `git://github.com/` to `https://github.com`.
---
 srcpkgs/ardour/template     | 2 +-
 srcpkgs/ci20-uboot/template | 2 +-
 srcpkgs/darch/template      | 2 +-
 srcpkgs/rdis-git/template   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ardour/template b/srcpkgs/ardour/template
index b9f15ae83c27..c2f1c13649f5 100644
--- a/srcpkgs/ardour/template
+++ b/srcpkgs/ardour/template
@@ -34,7 +34,7 @@ esac
 # Upstream deletes older release tarballs from their site and
 # GitHub tarballs are empty: https://tracker.ardour.org/view.php?id=7328
 do_fetch() {
-	git clone git://github.com/Ardour/ardour ${wrksrc}
+	git clone https://github.com/Ardour/ardour ${wrksrc}
 	cd ${wrksrc}
 	git checkout ${_commit}
 }
diff --git a/srcpkgs/ci20-uboot/template b/srcpkgs/ci20-uboot/template
index 5f0eaa41cc6f..ba243ca32c42 100644
--- a/srcpkgs/ci20-uboot/template
+++ b/srcpkgs/ci20-uboot/template
@@ -11,7 +11,7 @@ homepage="http://www.denx.de/wiki/U-Boot/WebHome"
 archs="mispel*"
 
 do_fetch() {
-	git clone -b ci20-${version} git://github.com/MIPS/CI20_u-boot ${wrksrc}
+	git clone -b ci20-${version} https://github.com/MIPS/CI20_u-boot ${wrksrc}
 	cd $wrksrc
 	git reset --hard 25f5638f961c6bfcc64a1e02f742e60aa13fc1c6
 
diff --git a/srcpkgs/darch/template b/srcpkgs/darch/template
index 161af0a666b1..7ba537336a38 100644
--- a/srcpkgs/darch/template
+++ b/srcpkgs/darch/template
@@ -17,7 +17,7 @@ homepage="https://godarch.com/"
 do_fetch() {
 	mkdir -p "$(dirname ${GOSRCPATH})"
 	git clone --branch "v${version}" \
-		git://github.com/godarch/darch \
+		https://github.com/godarch/darch \
 		${GOSRCPATH}
 }
 
diff --git a/srcpkgs/rdis-git/template b/srcpkgs/rdis-git/template
index ff8c03081de7..0486edd1b1a0 100644
--- a/srcpkgs/rdis-git/template
+++ b/srcpkgs/rdis-git/template
@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/endeav0r/rdis"
 
 do_fetch() {
-	git clone git://github.com/endeav0r/rdis.git $wrksrc
+	git clone https://github.com/endeav0r/rdis.git $wrksrc
 	cd $wrksrc
 	git reset --hard 1370ca0f737a790e3ca7d7d9513543d7ea52c3a4
 }

             reply	other threads:[~2022-01-11 15:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-11 15:57 tornaria [this message]
2022-01-11 17:17 ` [PR PATCH] [Updated] " Chocimier
2022-01-11 17:17 ` [PR PATCH] [Merged]: " Chocimier

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34997@inbox.vuxu.org \
    --to=tornaria@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).