Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yggdrasil: ypdate to 0.5.11
@ 2024-12-12 19:47 terminaldweller
  2024-12-12 21:33 ` terminaldweller
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: terminaldweller @ 2024-12-12 19:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/terminaldweller/void-packages yggdrasil_0_5_11
https://github.com/void-linux/void-packages/pull/53497

yggdrasil: ypdate to 0.5.11
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From fa38431da571fa8c542577173783fb987712b550 Mon Sep 17 00:00:00 2001
From: terminaldweller <devi@terminaldweller.com>
Date: Thu, 12 Dec 2024 14:45:48 -0500
Subject: [PATCH] yggdrasil: ypdate to 0.5.11

---
 srcpkgs/yggdrasil/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 678ca41b59b757..f00162c5c439cd 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,6 +1,6 @@
 # Template file for 'yggdrasil'
 pkgname=yggdrasil
-version=0.5.9
+version=0.5.11
 revision=1
 build_style=go
 go_import_path=github.com/yggdrasil-network/yggdrasil-go
@@ -13,7 +13,7 @@ license="LGPL-3.0-only"
 homepage="https://yggdrasil-network.github.io/"
 changelog="https://raw.githubusercontent.com/yggdrasil-network/yggdrasil-go/develop/CHANGELOG.md"
 distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=ed7e310292234dd871aa0f02e5e131b876a675ebad43a1785e986b0eaa8069dc
+checksum=1fdff989e7e7278fda9388fed8cd6245b6c97a17b677cbccd322875bbb26a28d
 
 post_install() {
 	vsv yggdrasil

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

* Re: yggdrasil: ypdate to 0.5.11
  2024-12-12 19:47 [PR PATCH] yggdrasil: ypdate to 0.5.11 terminaldweller
@ 2024-12-12 21:33 ` terminaldweller
  2024-12-12 21:44 ` terminaldweller
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: terminaldweller @ 2024-12-12 21:33 UTC (permalink / raw)
  To: ml

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

New comment by terminaldweller on void-packages repository

https://github.com/void-linux/void-packages/pull/53497#issuecomment-2540055491

Comment:
https://github.com/void-linux/void-packages/pull/53207 had the same issue as in the same tests were not passing.
I've ran the tests and they pass on my x86_64-glibc box.
I'm suspecting this is a problem with the runners but I don't know where I can start looking at that. I would appreciate some directions.

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

* Re: yggdrasil: ypdate to 0.5.11
  2024-12-12 19:47 [PR PATCH] yggdrasil: ypdate to 0.5.11 terminaldweller
  2024-12-12 21:33 ` terminaldweller
@ 2024-12-12 21:44 ` terminaldweller
  2024-12-13 17:17 ` terminaldweller
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: terminaldweller @ 2024-12-12 21:44 UTC (permalink / raw)
  To: ml

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

New comment by terminaldweller on void-packages repository

https://github.com/void-linux/void-packages/pull/53497#issuecomment-2540073887

Comment:
That specific test is failing because it is being run as root.
@classabbyamp confirmed that runners run the test as root and i tried running the test on my box as root and it failed.
Putting this here for future reference.

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

* Re: yggdrasil: ypdate to 0.5.11
  2024-12-12 19:47 [PR PATCH] yggdrasil: ypdate to 0.5.11 terminaldweller
  2024-12-12 21:33 ` terminaldweller
  2024-12-12 21:44 ` terminaldweller
@ 2024-12-13 17:17 ` terminaldweller
  2024-12-18 23:07 ` neilalexander
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: terminaldweller @ 2024-12-13 17:17 UTC (permalink / raw)
  To: ml

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

New comment by terminaldweller on void-packages repository

https://github.com/void-linux/void-packages/pull/53497#issuecomment-2541901431

Comment:
The test that was failing has been removed: https://github.com/yggdrasil-network/yggdrasil-go/commit/657f7e0db38e9375a75e8a88bac5ba6e3f02537f
Now we wait for a new release
Should I close this now, or keep this until the new yggdrasil release?

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

* Re: yggdrasil: ypdate to 0.5.11
  2024-12-12 19:47 [PR PATCH] yggdrasil: ypdate to 0.5.11 terminaldweller
                   ` (2 preceding siblings ...)
  2024-12-13 17:17 ` terminaldweller
@ 2024-12-18 23:07 ` neilalexander
  2024-12-18 23:20 ` terminaldweller
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: neilalexander @ 2024-12-18 23:07 UTC (permalink / raw)
  To: ml

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

New comment by neilalexander on void-packages repository

https://github.com/void-linux/void-packages/pull/53497#issuecomment-2552436352

Comment:
New release is up BTW that includes the fix: https://github.com/yggdrasil-network/yggdrasil-go/releases/tag/v0.5.12

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

* Re: yggdrasil: ypdate to 0.5.11
  2024-12-12 19:47 [PR PATCH] yggdrasil: ypdate to 0.5.11 terminaldweller
                   ` (3 preceding siblings ...)
  2024-12-18 23:07 ` neilalexander
@ 2024-12-18 23:20 ` terminaldweller
  2024-12-18 23:29 ` terminaldweller
  2024-12-18 23:30 ` [PR PATCH] [Closed]: " terminaldweller
  6 siblings, 0 replies; 8+ messages in thread
From: terminaldweller @ 2024-12-18 23:20 UTC (permalink / raw)
  To: ml

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

New comment by terminaldweller on void-packages repository

https://github.com/void-linux/void-packages/pull/53497#issuecomment-2552450850

Comment:
I know. I built it and now I'm testing it.

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

* Re: yggdrasil: ypdate to 0.5.11
  2024-12-12 19:47 [PR PATCH] yggdrasil: ypdate to 0.5.11 terminaldweller
                   ` (4 preceding siblings ...)
  2024-12-18 23:20 ` terminaldweller
@ 2024-12-18 23:29 ` terminaldweller
  2024-12-18 23:30 ` [PR PATCH] [Closed]: " terminaldweller
  6 siblings, 0 replies; 8+ messages in thread
From: terminaldweller @ 2024-12-18 23:29 UTC (permalink / raw)
  To: ml

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

New comment by terminaldweller on void-packages repository

https://github.com/void-linux/void-packages/pull/53497#issuecomment-2552459950

Comment:
closed in favour of https://github.com/void-linux/void-packages/pull/53572

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

* Re: [PR PATCH] [Closed]: yggdrasil: ypdate to 0.5.11
  2024-12-12 19:47 [PR PATCH] yggdrasil: ypdate to 0.5.11 terminaldweller
                   ` (5 preceding siblings ...)
  2024-12-18 23:29 ` terminaldweller
@ 2024-12-18 23:30 ` terminaldweller
  6 siblings, 0 replies; 8+ messages in thread
From: terminaldweller @ 2024-12-18 23:30 UTC (permalink / raw)
  To: ml

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

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

yggdrasil: ypdate to 0.5.11
https://github.com/void-linux/void-packages/pull/53497

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

end of thread, other threads:[~2024-12-18 23:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-12 19:47 [PR PATCH] yggdrasil: ypdate to 0.5.11 terminaldweller
2024-12-12 21:33 ` terminaldweller
2024-12-12 21:44 ` terminaldweller
2024-12-13 17:17 ` terminaldweller
2024-12-18 23:07 ` neilalexander
2024-12-18 23:20 ` terminaldweller
2024-12-18 23:29 ` terminaldweller
2024-12-18 23:30 ` [PR PATCH] [Closed]: " terminaldweller

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