Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hashboot: unbreak aarch64
@ 2019-06-23  7:09 voidlinux-github
  2019-06-24  8:01 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-23  7:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages hashboot_update
https://github.com/void-linux/void-packages/pull/12628

hashboot: unbreak aarch64
reverted to github mirror

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

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

From 7f2b6e573e3e9a16c11f31883e548d13cff52bdf Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 23 Jun 2019 09:08:00 +0200
Subject: [PATCH] hashboot: unbreak aarch64

reverted to github mirror
---
 srcpkgs/hashboot/template | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/hashboot/template b/srcpkgs/hashboot/template
index 880f61c6bc2..9271e1aa761 100644
--- a/srcpkgs/hashboot/template
+++ b/srcpkgs/hashboot/template
@@ -1,20 +1,16 @@
 # Template file for 'hashboot'
 pkgname=hashboot
 version=0.9.14
-revision=1
+revision=2
 archs=noarch
-wrksrc=${pkgname}
+wrksrc=${pkgname}-${version}
 hostmakedepends="asciidoc"
 short_desc="Check integrity of files in /boot, mbr & (mostly) coreboot bios"
 maintainer="teldra <teldra@rotce.de>"
 license="custom: Hugware"
 homepage="https://schlomp.space/tastytea/hashboot"
-distfiles="https://schlomp.space/tastytea/hashboot/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=3c355017249b7d5b94f44db26215a9ebe6426109e362f6549cfeb2ef50ca47f0
-
-case "$XBPS_TARGET_MACHINE" in
-	aarch64*) broken="https://schlomp.space/tastytea/hashboot/releases/download/0.9.14/hashboot-0.9.14.tar.gz: Connection refused";;
-esac
+distfiles="https://github.com/tastytea/hashboot/archive/${version}.tar.gz"
+checksum=e044b13855faaf9816df55ff0614cc1fee7999de6e5160a0da38b46da86ecab7
 
 do_build() {
 	./build_manpage.sh

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

* Re: [PR PATCH] [Updated] hashboot: unbreak aarch64
  2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
@ 2019-06-24  8:01 ` voidlinux-github
  2019-06-24  8:01 ` voidlinux-github
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-24  8:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages hashboot_update
https://github.com/void-linux/void-packages/pull/12628

hashboot: unbreak aarch64
reverted to github mirror

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

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

From 068b3176fb91061381c2086acf32709f886c8ab0 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 23 Jun 2019 09:08:00 +0200
Subject: [PATCH] hashboot: unbreak aarch64

reverted to github mirror
---
 srcpkgs/hashboot/template | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/hashboot/template b/srcpkgs/hashboot/template
index 880f61c6bc2..9271e1aa761 100644
--- a/srcpkgs/hashboot/template
+++ b/srcpkgs/hashboot/template
@@ -1,20 +1,16 @@
 # Template file for 'hashboot'
 pkgname=hashboot
 version=0.9.14
-revision=1
+revision=2
 archs=noarch
-wrksrc=${pkgname}
+wrksrc=${pkgname}-${version}
 hostmakedepends="asciidoc"
 short_desc="Check integrity of files in /boot, mbr & (mostly) coreboot bios"
 maintainer="teldra <teldra@rotce.de>"
 license="custom: Hugware"
 homepage="https://schlomp.space/tastytea/hashboot"
-distfiles="https://schlomp.space/tastytea/hashboot/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=3c355017249b7d5b94f44db26215a9ebe6426109e362f6549cfeb2ef50ca47f0
-
-case "$XBPS_TARGET_MACHINE" in
-	aarch64*) broken="https://schlomp.space/tastytea/hashboot/releases/download/0.9.14/hashboot-0.9.14.tar.gz: Connection refused";;
-esac
+distfiles="https://github.com/tastytea/hashboot/archive/${version}.tar.gz"
+checksum=e044b13855faaf9816df55ff0614cc1fee7999de6e5160a0da38b46da86ecab7
 
 do_build() {
 	./build_manpage.sh

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

* Re: [PR PATCH] [Updated] hashboot: unbreak aarch64
  2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
  2019-06-24  8:01 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-24  8:01 ` voidlinux-github
  2019-06-24  8:05 ` voidlinux-github
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-24  8:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages hashboot_update
https://github.com/void-linux/void-packages/pull/12628

hashboot: unbreak aarch64
reverted to github mirror

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

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

From 068b3176fb91061381c2086acf32709f886c8ab0 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 23 Jun 2019 09:08:00 +0200
Subject: [PATCH] hashboot: unbreak aarch64

reverted to github mirror
---
 srcpkgs/hashboot/template | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/hashboot/template b/srcpkgs/hashboot/template
index 880f61c6bc2..9271e1aa761 100644
--- a/srcpkgs/hashboot/template
+++ b/srcpkgs/hashboot/template
@@ -1,20 +1,16 @@
 # Template file for 'hashboot'
 pkgname=hashboot
 version=0.9.14
-revision=1
+revision=2
 archs=noarch
-wrksrc=${pkgname}
+wrksrc=${pkgname}-${version}
 hostmakedepends="asciidoc"
 short_desc="Check integrity of files in /boot, mbr & (mostly) coreboot bios"
 maintainer="teldra <teldra@rotce.de>"
 license="custom: Hugware"
 homepage="https://schlomp.space/tastytea/hashboot"
-distfiles="https://schlomp.space/tastytea/hashboot/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=3c355017249b7d5b94f44db26215a9ebe6426109e362f6549cfeb2ef50ca47f0
-
-case "$XBPS_TARGET_MACHINE" in
-	aarch64*) broken="https://schlomp.space/tastytea/hashboot/releases/download/0.9.14/hashboot-0.9.14.tar.gz: Connection refused";;
-esac
+distfiles="https://github.com/tastytea/hashboot/archive/${version}.tar.gz"
+checksum=e044b13855faaf9816df55ff0614cc1fee7999de6e5160a0da38b46da86ecab7
 
 do_build() {
 	./build_manpage.sh

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

* Re: hashboot: unbreak aarch64
  2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
  2019-06-24  8:01 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-24  8:01 ` voidlinux-github
@ 2019-06-24  8:05 ` voidlinux-github
  2019-06-24  8:05 ` [PR PATCH] [Closed]: " voidlinux-github
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-24  8:05 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/12628#issuecomment-504904347
Comment:
shouldn't be necessary, fetching from schlmop.space was fixed in xbps

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

* Re: hashboot: unbreak aarch64
  2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-24  8:05 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-06-24  8:05 ` voidlinux-github
  2019-06-24  8:05 ` voidlinux-github
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-24  8:05 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/12628#issuecomment-504904559
Comment:
ok, so i close this pr?

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

* Re: [PR PATCH] [Closed]: hashboot: unbreak aarch64
  2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-24  8:05 ` voidlinux-github
@ 2019-06-24  8:05 ` voidlinux-github
  2019-06-24  8:05 ` voidlinux-github
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-24  8:05 UTC (permalink / raw)
  To: ml

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

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

hashboot: unbreak aarch64
https://github.com/void-linux/void-packages/pull/12628
Description: reverted to github mirror

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

* Re: hashboot: unbreak aarch64
  2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-24  8:05 ` voidlinux-github
@ 2019-06-24  8:05 ` voidlinux-github
  2019-06-24  8:07 ` voidlinux-github
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-24  8:05 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/12628#issuecomment-504904559
Comment:
ok, so i close this pr.

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

* Re: hashboot: unbreak aarch64
  2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-24  8:05 ` voidlinux-github
@ 2019-06-24  8:07 ` voidlinux-github
  2019-06-24  8:07 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-24  8:07 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/12628#issuecomment-504904559
Comment:
ok, so i close this pr.

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

* Re: [PR PATCH] [Updated] hashboot: unbreak aarch64
  2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-06-24  8:07 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-24  8:07 ` voidlinux-github
  2019-06-25  8:00 ` voidlinux-github
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-24  8:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages hashboot_update
https://github.com/void-linux/void-packages/pull/12628

hashboot: unbreak aarch64
reverted to github mirror

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

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

From 6e409524df0db837a418cea904bd7d701de16495 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 23 Jun 2019 09:08:00 +0200
Subject: [PATCH] hashboot: unbreak aarch64

reverted to github mirror
---
 srcpkgs/hashboot/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/hashboot/template b/srcpkgs/hashboot/template
index 880f61c6bc2..1fb5daa3055 100644
--- a/srcpkgs/hashboot/template
+++ b/srcpkgs/hashboot/template
@@ -1,7 +1,7 @@
 # Template file for 'hashboot'
 pkgname=hashboot
 version=0.9.14
-revision=1
+revision=2
 archs=noarch
 wrksrc=${pkgname}
 hostmakedepends="asciidoc"
@@ -12,10 +12,6 @@ homepage="https://schlomp.space/tastytea/hashboot"
 distfiles="https://schlomp.space/tastytea/hashboot/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=3c355017249b7d5b94f44db26215a9ebe6426109e362f6549cfeb2ef50ca47f0
 
-case "$XBPS_TARGET_MACHINE" in
-	aarch64*) broken="https://schlomp.space/tastytea/hashboot/releases/download/0.9.14/hashboot-0.9.14.tar.gz: Connection refused";;
-esac
-
 do_build() {
 	./build_manpage.sh
 }

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

* Re: [PR PATCH] [Updated] hashboot: unbreak aarch64
  2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-24  8:07 ` voidlinux-github
@ 2019-06-24  8:07 ` voidlinux-github
  2019-06-24  8:07 ` voidlinux-github
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-24  8:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages hashboot_update
https://github.com/void-linux/void-packages/pull/12628

hashboot: unbreak aarch64
reverted to github mirror

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

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

From 6e409524df0db837a418cea904bd7d701de16495 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 23 Jun 2019 09:08:00 +0200
Subject: [PATCH] hashboot: unbreak aarch64

reverted to github mirror
---
 srcpkgs/hashboot/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/hashboot/template b/srcpkgs/hashboot/template
index 880f61c6bc2..1fb5daa3055 100644
--- a/srcpkgs/hashboot/template
+++ b/srcpkgs/hashboot/template
@@ -1,7 +1,7 @@
 # Template file for 'hashboot'
 pkgname=hashboot
 version=0.9.14
-revision=1
+revision=2
 archs=noarch
 wrksrc=${pkgname}
 hostmakedepends="asciidoc"
@@ -12,10 +12,6 @@ homepage="https://schlomp.space/tastytea/hashboot"
 distfiles="https://schlomp.space/tastytea/hashboot/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=3c355017249b7d5b94f44db26215a9ebe6426109e362f6549cfeb2ef50ca47f0
 
-case "$XBPS_TARGET_MACHINE" in
-	aarch64*) broken="https://schlomp.space/tastytea/hashboot/releases/download/0.9.14/hashboot-0.9.14.tar.gz: Connection refused";;
-esac
-
 do_build() {
 	./build_manpage.sh
 }

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

* Re: [PR PATCH] [Updated] hashboot: unbreak aarch64
  2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-06-24  8:07 ` voidlinux-github
@ 2019-06-25  8:00 ` voidlinux-github
  2019-06-25  8:00 ` voidlinux-github
  2019-06-25 12:16 ` [PR PATCH] [Merged]: " voidlinux-github
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-25  8:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages hashboot_update
https://github.com/void-linux/void-packages/pull/12628

hashboot: unbreak aarch64


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

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

From bf3f03be6e97ce541b5f4bc4cbe5ce797fd44585 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 23 Jun 2019 09:08:00 +0200
Subject: [PATCH] hashboot: unbreak aarch64

reverted to github mirror
---
 srcpkgs/hashboot/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/hashboot/template b/srcpkgs/hashboot/template
index 880f61c6bc2..cfa8f2b043d 100644
--- a/srcpkgs/hashboot/template
+++ b/srcpkgs/hashboot/template
@@ -12,10 +12,6 @@ homepage="https://schlomp.space/tastytea/hashboot"
 distfiles="https://schlomp.space/tastytea/hashboot/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=3c355017249b7d5b94f44db26215a9ebe6426109e362f6549cfeb2ef50ca47f0
 
-case "$XBPS_TARGET_MACHINE" in
-	aarch64*) broken="https://schlomp.space/tastytea/hashboot/releases/download/0.9.14/hashboot-0.9.14.tar.gz: Connection refused";;
-esac
-
 do_build() {
 	./build_manpage.sh
 }

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

* Re: [PR PATCH] [Updated] hashboot: unbreak aarch64
  2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-06-25  8:00 ` voidlinux-github
@ 2019-06-25  8:00 ` voidlinux-github
  2019-06-25 12:16 ` [PR PATCH] [Merged]: " voidlinux-github
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-25  8:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages hashboot_update
https://github.com/void-linux/void-packages/pull/12628

hashboot: unbreak aarch64


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

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

From bf3f03be6e97ce541b5f4bc4cbe5ce797fd44585 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 23 Jun 2019 09:08:00 +0200
Subject: [PATCH] hashboot: unbreak aarch64

reverted to github mirror
---
 srcpkgs/hashboot/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/hashboot/template b/srcpkgs/hashboot/template
index 880f61c6bc2..cfa8f2b043d 100644
--- a/srcpkgs/hashboot/template
+++ b/srcpkgs/hashboot/template
@@ -12,10 +12,6 @@ homepage="https://schlomp.space/tastytea/hashboot"
 distfiles="https://schlomp.space/tastytea/hashboot/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=3c355017249b7d5b94f44db26215a9ebe6426109e362f6549cfeb2ef50ca47f0
 
-case "$XBPS_TARGET_MACHINE" in
-	aarch64*) broken="https://schlomp.space/tastytea/hashboot/releases/download/0.9.14/hashboot-0.9.14.tar.gz: Connection refused";;
-esac
-
 do_build() {
 	./build_manpage.sh
 }

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

* Re: [PR PATCH] [Merged]: hashboot: unbreak aarch64
  2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-06-25  8:00 ` voidlinux-github
@ 2019-06-25 12:16 ` voidlinux-github
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-25 12:16 UTC (permalink / raw)
  To: ml

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

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

hashboot: unbreak aarch64
https://github.com/void-linux/void-packages/pull/12628
Description: 

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

end of thread, other threads:[~2019-06-25 12:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-23  7:09 [PR PATCH] hashboot: unbreak aarch64 voidlinux-github
2019-06-24  8:01 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-24  8:01 ` voidlinux-github
2019-06-24  8:05 ` voidlinux-github
2019-06-24  8:05 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-24  8:05 ` voidlinux-github
2019-06-24  8:05 ` voidlinux-github
2019-06-24  8:07 ` voidlinux-github
2019-06-24  8:07 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-24  8:07 ` voidlinux-github
2019-06-25  8:00 ` voidlinux-github
2019-06-25  8:00 ` voidlinux-github
2019-06-25 12:16 ` [PR PATCH] [Merged]: " voidlinux-github

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