Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update linux 5.4
@ 2020-01-12 23:45 voidlinux-github
  2020-01-12 23:53 ` voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-12 23:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bgkillas/void-packages patch-2
https://github.com/void-linux/void-packages/pull/18278

update linux 5.4
idk for sure i think this is how this works 

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

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

From 54a8ab671012183822b95060db3dd22e16bef3fb Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Sun, 12 Jan 2020 18:44:13 -0500
Subject: [PATCH] Update template

---
 srcpkgs/linux5.4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux5.4/template b/srcpkgs/linux5.4/template
index 8474a9a02ed..d588307a508 100644
--- a/srcpkgs/linux5.4/template
+++ b/srcpkgs/linux5.4/template
@@ -1,6 +1,6 @@
 # Template file for 'linux5.4'
 pkgname=linux5.4
-version=5.4.10
+version=5.4.11
 revision=2
 wrksrc="linux-${version}"
 short_desc="Linux kernel and modules (${version%.*} series)"

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

* Re: update linux 5.4
  2020-01-12 23:45 [PR PATCH] update linux 5.4 voidlinux-github
@ 2020-01-12 23:53 ` voidlinux-github
  2020-01-12 23:53 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-12 23:53 UTC (permalink / raw)
  To: ml

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

New comment by bgkillas on void-packages repository

https://github.com/void-linux/void-packages/pull/18278#issuecomment-573472024

Comment:
seems that the checks failed ig i dont understand

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

* Re: update linux 5.4
  2020-01-12 23:45 [PR PATCH] update linux 5.4 voidlinux-github
  2020-01-12 23:53 ` voidlinux-github
@ 2020-01-12 23:53 ` voidlinux-github
  2020-01-12 23:54 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-12 23:53 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/18278#issuecomment-573472063

Comment:
1. Please follow the convention for commit messages: `<pkgname>: update to <version>.`
2. Checksum needs to be updated

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

* Re: update linux 5.4
  2020-01-12 23:45 [PR PATCH] update linux 5.4 voidlinux-github
  2020-01-12 23:53 ` voidlinux-github
  2020-01-12 23:53 ` voidlinux-github
@ 2020-01-12 23:54 ` voidlinux-github
  2020-01-13  0:05 ` [PR PATCH] [Updated] linux5.4: update to 5.4.11 voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-12 23:54 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/18278#issuecomment-573472063

Comment:
1. Please follow the convention for commit messages: `<pkgname>: update to <version>.`
2. Checksum needs to be updated
3. Need to test configs as well, as there might be changes

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

* Re: [PR PATCH] [Updated] linux5.4: update to 5.4.11
  2020-01-12 23:45 [PR PATCH] update linux 5.4 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-12 23:54 ` voidlinux-github
@ 2020-01-13  0:05 ` voidlinux-github
  2020-01-13  0:06 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-13  0:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bgkillas/void-packages patch-2
https://github.com/void-linux/void-packages/pull/18278

linux5.4: update to 5.4.11
idk for sure i think this is how this works 

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

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

From 54a8ab671012183822b95060db3dd22e16bef3fb Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Sun, 12 Jan 2020 18:44:13 -0500
Subject: [PATCH 1/2] Update template

---
 srcpkgs/linux5.4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux5.4/template b/srcpkgs/linux5.4/template
index 8474a9a02ed..d588307a508 100644
--- a/srcpkgs/linux5.4/template
+++ b/srcpkgs/linux5.4/template
@@ -1,6 +1,6 @@
 # Template file for 'linux5.4'
 pkgname=linux5.4
-version=5.4.10
+version=5.4.11
 revision=2
 wrksrc="linux-${version}"
 short_desc="Linux kernel and modules (${version%.*} series)"

From 3d478c221148cfdce2d35c74a69e9a83fca223b9 Mon Sep 17 00:00:00 2001
From: bgkillas <55570525+bgkillas@users.noreply.github.com>
Date: Sun, 12 Jan 2020 19:05:49 -0500
Subject: [PATCH 2/2] Update template

---
 srcpkgs/linux5.4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux5.4/template b/srcpkgs/linux5.4/template
index d588307a508..e8aeb61227e 100644
--- a/srcpkgs/linux5.4/template
+++ b/srcpkgs/linux5.4/template
@@ -8,7 +8,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-only"
 homepage="https://www.kernel.org"
 distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz"
-checksum=f23c0218a5e3b363bb5a880972f507bb4dc4a290a787a7da08be07ea12042edd
+checksum=3757572454
 patch_args="-Np1"
 
 nodebug=yes  # -dbg package is generated below manually

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

* Re: linux5.4: update to 5.4.11
  2020-01-12 23:45 [PR PATCH] update linux 5.4 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-13  0:05 ` [PR PATCH] [Updated] linux5.4: update to 5.4.11 voidlinux-github
@ 2020-01-13  0:06 ` voidlinux-github
  2020-01-13  0:13 ` voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-13  0:06 UTC (permalink / raw)
  To: ml

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

New comment by bgkillas on void-packages repository

https://github.com/void-linux/void-packages/pull/18278#issuecomment-573473319

Comment:
idk how to find checksums i wonder if that was the right thing doesent feel like

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

* Re: linux5.4: update to 5.4.11
  2020-01-12 23:45 [PR PATCH] update linux 5.4 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-13  0:06 ` voidlinux-github
@ 2020-01-13  0:13 ` voidlinux-github
  2020-01-13  0:16 ` voidlinux-github
  2020-01-13  4:22 ` [PR PATCH] [Closed]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-13  0:13 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/18278#issuecomment-573474011

Comment:
1. The commit message not the PR title has to follow the standard.
1. The checksum is not correct, this comes back to having tested your changes.
1. `revision` needs to be reset to 1.
1. commits need to be squashed.

You should test the things you open a PR for, maybe a simpler template that doesn't require a lot of time to compile would be a better start.

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

* Re: linux5.4: update to 5.4.11
  2020-01-12 23:45 [PR PATCH] update linux 5.4 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-13  0:13 ` voidlinux-github
@ 2020-01-13  0:16 ` voidlinux-github
  2020-01-13  4:22 ` [PR PATCH] [Closed]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-13  0:16 UTC (permalink / raw)
  To: ml

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

New comment by bgkillas on void-packages repository

https://github.com/void-linux/void-packages/pull/18278#issuecomment-573474324

Comment:
welp im to lazy giving up time

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

* Re: [PR PATCH] [Closed]: linux5.4: update to 5.4.11
  2020-01-12 23:45 [PR PATCH] update linux 5.4 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-13  0:16 ` voidlinux-github
@ 2020-01-13  4:22 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-13  4:22 UTC (permalink / raw)
  To: ml

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

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

linux5.4: update to 5.4.11
https://github.com/void-linux/void-packages/pull/18278

Description:
linux5.4: update to 5.4.11

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

end of thread, other threads:[~2020-01-13  4:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-12 23:45 [PR PATCH] update linux 5.4 voidlinux-github
2020-01-12 23:53 ` voidlinux-github
2020-01-12 23:53 ` voidlinux-github
2020-01-12 23:54 ` voidlinux-github
2020-01-13  0:05 ` [PR PATCH] [Updated] linux5.4: update to 5.4.11 voidlinux-github
2020-01-13  0:06 ` voidlinux-github
2020-01-13  0:13 ` voidlinux-github
2020-01-13  0:16 ` voidlinux-github
2020-01-13  4:22 ` [PR PATCH] [Closed]: " 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).