Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] texlive2022-bin: add corresponding CTAN mirror
@ 2023-03-25 13:52 motorto
  2023-03-25 13:53 ` [PR PATCH] [Updated] " motorto
  2023-03-25 14:28 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: motorto @ 2023-03-25 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages texlive-2022-bin-repo_fix
https://github.com/void-linux/void-packages/pull/43012

texlive2022-bin: add corresponding CTAN mirror
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Fixes issue #43011 I opened the issue without looking at the template and it was a simple fix 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-texlive-2022-bin-repo_fix-43012.patch --]
[-- Type: text/x-diff, Size: 1064 bytes --]

From de1b56510e6f917f3d21915078f369c5e36d3844 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 25 Mar 2023 13:50:39 +0000
Subject: [PATCH] texlive2022-bin: add corresponding CTAN mirror

---
 srcpkgs/texlive2022-bin/INSTALL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/texlive2022-bin/INSTALL b/srcpkgs/texlive2022-bin/INSTALL
index 890ae6709c6e..52292d64d3fa 100644
--- a/srcpkgs/texlive2022-bin/INSTALL
+++ b/srcpkgs/texlive2022-bin/INSTALL
@@ -5,10 +5,10 @@ post)
 		cd opt/texlive2022-installer
 		case "${ARCH}" in
 			x86_64-musl)
-			./install-tl -profile void.profile -force-platform x86_64-linuxmusl
+			./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2021/tlnet-final/ -profile void.profile -force-platform x86_64-linuxmusl
 			;;
 			*)
-			./install-tl -profile void.profile
+			./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2022/tlnet-final/ -profile void.profile
 			;;
 		esac
 	esac

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] texlive2022-bin: add corresponding CTAN mirror
  2023-03-25 13:52 [PR PATCH] texlive2022-bin: add corresponding CTAN mirror motorto
@ 2023-03-25 13:53 ` motorto
  2023-03-25 14:28 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: motorto @ 2023-03-25 13:53 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages texlive-2022-bin-repo_fix
https://github.com/void-linux/void-packages/pull/43012

texlive2022-bin: add corresponding CTAN mirror
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Fixes issue #43011 I opened the issue without looking at the template and it was a simple fix 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-texlive-2022-bin-repo_fix-43012.patch --]
[-- Type: text/x-diff, Size: 1064 bytes --]

From 625d67298b218f4dd500802388b5f2279c9a4183 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 25 Mar 2023 13:50:39 +0000
Subject: [PATCH] texlive2022-bin: add corresponding CTAN mirror

---
 srcpkgs/texlive2022-bin/INSTALL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/texlive2022-bin/INSTALL b/srcpkgs/texlive2022-bin/INSTALL
index 890ae6709c6e..87dd224c9c07 100644
--- a/srcpkgs/texlive2022-bin/INSTALL
+++ b/srcpkgs/texlive2022-bin/INSTALL
@@ -5,10 +5,10 @@ post)
 		cd opt/texlive2022-installer
 		case "${ARCH}" in
 			x86_64-musl)
-			./install-tl -profile void.profile -force-platform x86_64-linuxmusl
+			./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2022/tlnet-final/ -profile void.profile -force-platform x86_64-linuxmusl
 			;;
 			*)
-			./install-tl -profile void.profile
+			./install-tl -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2022/tlnet-final/ -profile void.profile
 			;;
 		esac
 	esac

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: texlive2022-bin: add corresponding CTAN mirror
  2023-03-25 13:52 [PR PATCH] texlive2022-bin: add corresponding CTAN mirror motorto
  2023-03-25 13:53 ` [PR PATCH] [Updated] " motorto
@ 2023-03-25 14:28 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2023-03-25 14:28 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

texlive2022-bin: add corresponding CTAN mirror
https://github.com/void-linux/void-packages/pull/43012

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Fixes issue #43011 I opened the issue without looking at the template and it was a simple fix 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-25 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-25 13:52 [PR PATCH] texlive2022-bin: add corresponding CTAN mirror motorto
2023-03-25 13:53 ` [PR PATCH] [Updated] " motorto
2023-03-25 14:28 ` [PR PATCH] [Merged]: " leahneukirchen

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).