Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grub-btrfs: update to 4.10.1
@ 2021-09-27 11:09 FollieHiyuki
  2021-09-27 11:13 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-09-27 11:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages grub-btrfs
https://github.com/void-linux/void-packages/pull/33155

grub-btrfs: update to 4.10.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 7ae7fad5cc03850f798a79acfbb26b534fbc9137 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 27 Sep 2021 18:02:57 +0700
Subject: [PATCH 1/2] grub-btrfs: update to 4.10.1

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

diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index 0e646c9c3f82..9579e0a51e0e 100644
--- a/srcpkgs/grub-btrfs/template
+++ b/srcpkgs/grub-btrfs/template
@@ -1,6 +1,6 @@
 # Template file for 'grub-btrfs'
 pkgname=grub-btrfs
-version=4.9
+version=4.10.1
 revision=1
 build_style=gnu-makefile
 depends="grub bash"
@@ -9,7 +9,7 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Antynea/grub-btrfs"
 distfiles="https://github.com/Antynea/grub-btrfs/archive/v${version}.tar.gz"
-checksum=62461133c697643e98a608239773f500edee3e4055c5729fef6639d1cd610243
+checksum=3ef53f16a7bc0fdd5a5ac2216a41bf1b2f4fd2283717c5c240415d5d24d3734b
 
 post_install() {
 	rm -rf -- "${DESTDIR}"/usr/lib/systemd

From defc5f4b49f098b4aee63f8131bb74f1579ab9e5 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 27 Sep 2021 18:07:10 +0700
Subject: [PATCH 2/2] grub-btrfs-runit: rename to runit-grub-btrfs

This commit make the name inlined with other runit packages in the repo
---
 srcpkgs/grub-btrfs/template | 8 +++++++-
 srcpkgs/runit-grub-btrfs    | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/runit-grub-btrfs

diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index 9579e0a51e0e..582550bb1eda 100644
--- a/srcpkgs/grub-btrfs/template
+++ b/srcpkgs/grub-btrfs/template
@@ -15,7 +15,7 @@ post_install() {
 	rm -rf -- "${DESTDIR}"/usr/lib/systemd
 }
 
-grub-btrfs-runit_package() {
+runit-grub-btrfs_package() {
 	depends="wendy ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - runit service"
 
@@ -23,3 +23,9 @@ grub-btrfs-runit_package() {
 		vsv grub-btrfs
 	}
 }
+
+grub-btrfs-runit_package() {
+	depends="runit-grub-btrfs>=${version}_${revision}"
+	short_desc+=" - runit service (transitional dummy package)"
+	build_style=meta
+}
diff --git a/srcpkgs/runit-grub-btrfs b/srcpkgs/runit-grub-btrfs
new file mode 120000
index 000000000000..ad9b415a9d84
--- /dev/null
+++ b/srcpkgs/runit-grub-btrfs
@@ -0,0 +1 @@
+grub-btrfs
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
@ 2021-09-27 11:13 ` FollieHiyuki
  2021-09-27 11:18 ` FollieHiyuki
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-09-27 11:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages grub-btrfs
https://github.com/void-linux/void-packages/pull/33155

grub-btrfs: update to 4.10.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From f7f369a4f9b509b5d1bdec93372b0d225c61f6bc Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 27 Sep 2021 18:07:10 +0700
Subject: [PATCH 1/2] grub-btrfs-runit: rename to runit-grub-btrfs

This commit make the name inlined with other runit packages in the repo
---
 srcpkgs/grub-btrfs/template | 8 +++++++-
 srcpkgs/runit-grub-btrfs    | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/runit-grub-btrfs

diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index 0e646c9c3f82..9b96c07b3701 100644
--- a/srcpkgs/grub-btrfs/template
+++ b/srcpkgs/grub-btrfs/template
@@ -15,7 +15,7 @@ post_install() {
 	rm -rf -- "${DESTDIR}"/usr/lib/systemd
 }
 
-grub-btrfs-runit_package() {
+runit-grub-btrfs_package() {
 	depends="wendy ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - runit service"
 
@@ -23,3 +23,9 @@ grub-btrfs-runit_package() {
 		vsv grub-btrfs
 	}
 }
+
+grub-btrfs-runit_package() {
+	depends="runit-grub-btrfs>=${version}_${revision}"
+	short_desc+=" - runit service (transitional dummy package)"
+	build_style=meta
+}
diff --git a/srcpkgs/runit-grub-btrfs b/srcpkgs/runit-grub-btrfs
new file mode 120000
index 000000000000..ad9b415a9d84
--- /dev/null
+++ b/srcpkgs/runit-grub-btrfs
@@ -0,0 +1 @@
+grub-btrfs
\ No newline at end of file

From ce431df15a4ff04ef577deda48099a251bf0c7df Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 27 Sep 2021 18:02:57 +0700
Subject: [PATCH 2/2] grub-btrfs: update to 4.10.1

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

diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index 9b96c07b3701..582550bb1eda 100644
--- a/srcpkgs/grub-btrfs/template
+++ b/srcpkgs/grub-btrfs/template
@@ -1,6 +1,6 @@
 # Template file for 'grub-btrfs'
 pkgname=grub-btrfs
-version=4.9
+version=4.10.1
 revision=1
 build_style=gnu-makefile
 depends="grub bash"
@@ -9,7 +9,7 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Antynea/grub-btrfs"
 distfiles="https://github.com/Antynea/grub-btrfs/archive/v${version}.tar.gz"
-checksum=62461133c697643e98a608239773f500edee3e4055c5729fef6639d1cd610243
+checksum=3ef53f16a7bc0fdd5a5ac2216a41bf1b2f4fd2283717c5c240415d5d24d3734b
 
 post_install() {
 	rm -rf -- "${DESTDIR}"/usr/lib/systemd

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

* Re: grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
  2021-09-27 11:13 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-09-27 11:18 ` FollieHiyuki
  2021-09-27 12:44 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-09-27 11:18 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/33155#issuecomment-927773936

Comment:
As I don't use this package, ping @teldra for reviewing

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

* Re: [PR PATCH] [Updated] grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
  2021-09-27 11:13 ` [PR PATCH] [Updated] " FollieHiyuki
  2021-09-27 11:18 ` FollieHiyuki
@ 2021-09-27 12:44 ` FollieHiyuki
  2021-09-27 14:14 ` ericonr
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-09-27 12:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages grub-btrfs
https://github.com/void-linux/void-packages/pull/33155

grub-btrfs: update to 4.10.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From f5b4789ac8bf2f6a6bb28303f37207b6c6166f6f Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 27 Sep 2021 18:07:10 +0700
Subject: [PATCH 1/2] grub-btrfs-runit: rename to runit-grub-btrfs

Make the name inlined with other runit packages in the repo
---
 srcpkgs/grub-btrfs/template | 8 +++++++-
 srcpkgs/runit-grub-btrfs    | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/runit-grub-btrfs

diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index 0e646c9c3f82..9b96c07b3701 100644
--- a/srcpkgs/grub-btrfs/template
+++ b/srcpkgs/grub-btrfs/template
@@ -15,7 +15,7 @@ post_install() {
 	rm -rf -- "${DESTDIR}"/usr/lib/systemd
 }
 
-grub-btrfs-runit_package() {
+runit-grub-btrfs_package() {
 	depends="wendy ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - runit service"
 
@@ -23,3 +23,9 @@ grub-btrfs-runit_package() {
 		vsv grub-btrfs
 	}
 }
+
+grub-btrfs-runit_package() {
+	depends="runit-grub-btrfs>=${version}_${revision}"
+	short_desc+=" - runit service (transitional dummy package)"
+	build_style=meta
+}
diff --git a/srcpkgs/runit-grub-btrfs b/srcpkgs/runit-grub-btrfs
new file mode 120000
index 000000000000..ad9b415a9d84
--- /dev/null
+++ b/srcpkgs/runit-grub-btrfs
@@ -0,0 +1 @@
+grub-btrfs
\ No newline at end of file

From 5247f56e94de8fe7b9c6af3d31c4245583335cb2 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 27 Sep 2021 18:02:57 +0700
Subject: [PATCH 2/2] grub-btrfs: update to 4.10.1

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

diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index 9b96c07b3701..582550bb1eda 100644
--- a/srcpkgs/grub-btrfs/template
+++ b/srcpkgs/grub-btrfs/template
@@ -1,6 +1,6 @@
 # Template file for 'grub-btrfs'
 pkgname=grub-btrfs
-version=4.9
+version=4.10.1
 revision=1
 build_style=gnu-makefile
 depends="grub bash"
@@ -9,7 +9,7 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Antynea/grub-btrfs"
 distfiles="https://github.com/Antynea/grub-btrfs/archive/v${version}.tar.gz"
-checksum=62461133c697643e98a608239773f500edee3e4055c5729fef6639d1cd610243
+checksum=3ef53f16a7bc0fdd5a5ac2216a41bf1b2f4fd2283717c5c240415d5d24d3734b
 
 post_install() {
 	rm -rf -- "${DESTDIR}"/usr/lib/systemd

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

* Re: grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-09-27 12:44 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-09-27 14:14 ` ericonr
  2021-09-27 15:39 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-09-27 14:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33155#issuecomment-927917137

Comment:
Please squash the commits.


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

* Re: [PR PATCH] [Updated] grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
                   ` (3 preceding siblings ...)
  2021-09-27 14:14 ` ericonr
@ 2021-09-27 15:39 ` FollieHiyuki
  2021-09-27 15:40 ` FollieHiyuki
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-09-27 15:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages grub-btrfs
https://github.com/void-linux/void-packages/pull/33155

grub-btrfs: update to 4.10.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 3672555da552c45efed980c0193e2f88f43a48ca Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 27 Sep 2021 18:07:10 +0700
Subject: [PATCH] grub-btrfs: update to 4.10.1

This commit also renames `grub-btrfs-runit` to `runit-grub-btrfs`.
This makes the name inline with other runit packages in the repo.
---
 srcpkgs/grub-btrfs/template | 12 +++++++++---
 srcpkgs/runit-grub-btrfs    |  1 +
 2 files changed, 10 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/runit-grub-btrfs

diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index 0e646c9c3f82..582550bb1eda 100644
--- a/srcpkgs/grub-btrfs/template
+++ b/srcpkgs/grub-btrfs/template
@@ -1,6 +1,6 @@
 # Template file for 'grub-btrfs'
 pkgname=grub-btrfs
-version=4.9
+version=4.10.1
 revision=1
 build_style=gnu-makefile
 depends="grub bash"
@@ -9,13 +9,13 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Antynea/grub-btrfs"
 distfiles="https://github.com/Antynea/grub-btrfs/archive/v${version}.tar.gz"
-checksum=62461133c697643e98a608239773f500edee3e4055c5729fef6639d1cd610243
+checksum=3ef53f16a7bc0fdd5a5ac2216a41bf1b2f4fd2283717c5c240415d5d24d3734b
 
 post_install() {
 	rm -rf -- "${DESTDIR}"/usr/lib/systemd
 }
 
-grub-btrfs-runit_package() {
+runit-grub-btrfs_package() {
 	depends="wendy ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - runit service"
 
@@ -23,3 +23,9 @@ grub-btrfs-runit_package() {
 		vsv grub-btrfs
 	}
 }
+
+grub-btrfs-runit_package() {
+	depends="runit-grub-btrfs>=${version}_${revision}"
+	short_desc+=" - runit service (transitional dummy package)"
+	build_style=meta
+}
diff --git a/srcpkgs/runit-grub-btrfs b/srcpkgs/runit-grub-btrfs
new file mode 120000
index 000000000000..ad9b415a9d84
--- /dev/null
+++ b/srcpkgs/runit-grub-btrfs
@@ -0,0 +1 @@
+grub-btrfs
\ No newline at end of file

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

* Re: grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
                   ` (4 preceding siblings ...)
  2021-09-27 15:39 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-09-27 15:40 ` FollieHiyuki
  2021-09-27 16:28 ` teldra
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-09-27 15:40 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/33155#issuecomment-927995377

Comment:
> Please squash the commits.

Done

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

* Re: grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
                   ` (5 preceding siblings ...)
  2021-09-27 15:40 ` FollieHiyuki
@ 2021-09-27 16:28 ` teldra
  2021-10-02 19:50 ` [PR REVIEW] " ericonr
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: teldra @ 2021-09-27 16:28 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/33155#issuecomment-928049670

Comment:
Since I am very short on time and ressources, I can't build it locally.
I wonder, why subpkg needs to be renamend, ```xs runit``` will show it.
But the template looks good to me.

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

* Re: [PR REVIEW] grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
                   ` (6 preceding siblings ...)
  2021-09-27 16:28 ` teldra
@ 2021-10-02 19:50 ` ericonr
  2021-10-03 13:48 ` FollieHiyuki
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-10-02 19:50 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33155#discussion_r720721391

Comment:
Unless you know someone who couldn't find the package because of the naming, I'd rather not add one more symlink to keep track of here.

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

* Re: [PR REVIEW] grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
                   ` (7 preceding siblings ...)
  2021-10-02 19:50 ` [PR REVIEW] " ericonr
@ 2021-10-03 13:48 ` FollieHiyuki
  2021-10-03 17:23 ` ericonr
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-10-03 13:48 UTC (permalink / raw)
  To: ml

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

New review comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/33155#discussion_r720831901

Comment:
So should I just replace the old package with the new one and add it to removed-package? Or keeping the package's name as it is right now?
I don't know anyone having problems with the naming. It is just for the sake of consistent naming scheme.

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

* Re: [PR REVIEW] grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
                   ` (8 preceding siblings ...)
  2021-10-03 13:48 ` FollieHiyuki
@ 2021-10-03 17:23 ` ericonr
  2021-10-04  9:33 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-10-03 17:23 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33155#discussion_r720860062

Comment:
Keeping as it is right now.

I appreciate trying to improve it, but i think in this case the lack of churn wins out :)

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

* Re: [PR PATCH] [Updated] grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
                   ` (9 preceding siblings ...)
  2021-10-03 17:23 ` ericonr
@ 2021-10-04  9:33 ` FollieHiyuki
  2021-10-04  9:34 ` FollieHiyuki
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-10-04  9:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages grub-btrfs
https://github.com/void-linux/void-packages/pull/33155

grub-btrfs: update to 4.10.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From cab87ceb58d39d9cc352ea64b3f97813a34e7e00 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 27 Sep 2021 18:07:10 +0700
Subject: [PATCH] grub-btrfs: update to 4.10.1

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

diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index 0e646c9c3f82..9579e0a51e0e 100644
--- a/srcpkgs/grub-btrfs/template
+++ b/srcpkgs/grub-btrfs/template
@@ -1,6 +1,6 @@
 # Template file for 'grub-btrfs'
 pkgname=grub-btrfs
-version=4.9
+version=4.10.1
 revision=1
 build_style=gnu-makefile
 depends="grub bash"
@@ -9,7 +9,7 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Antynea/grub-btrfs"
 distfiles="https://github.com/Antynea/grub-btrfs/archive/v${version}.tar.gz"
-checksum=62461133c697643e98a608239773f500edee3e4055c5729fef6639d1cd610243
+checksum=3ef53f16a7bc0fdd5a5ac2216a41bf1b2f4fd2283717c5c240415d5d24d3734b
 
 post_install() {
 	rm -rf -- "${DESTDIR}"/usr/lib/systemd

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

* Re: [PR PATCH] [Updated] grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
                   ` (10 preceding siblings ...)
  2021-10-04  9:33 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-10-04  9:34 ` FollieHiyuki
  2021-10-04  9:35 ` [PR REVIEW] " FollieHiyuki
  2021-10-04 13:18 ` [PR PATCH] [Merged]: " ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-10-04  9:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages grub-btrfs
https://github.com/void-linux/void-packages/pull/33155

grub-btrfs: update to 4.10.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 28fbd0afa0adf12f78bc850c4ce69627ee9288f1 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Mon, 27 Sep 2021 18:07:10 +0700
Subject: [PATCH] grub-btrfs: update to 4.10.1

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

diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index 0e646c9c3f82..9579e0a51e0e 100644
--- a/srcpkgs/grub-btrfs/template
+++ b/srcpkgs/grub-btrfs/template
@@ -1,6 +1,6 @@
 # Template file for 'grub-btrfs'
 pkgname=grub-btrfs
-version=4.9
+version=4.10.1
 revision=1
 build_style=gnu-makefile
 depends="grub bash"
@@ -9,7 +9,7 @@ maintainer="Anjandev Momi <anjan@momi.ca>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Antynea/grub-btrfs"
 distfiles="https://github.com/Antynea/grub-btrfs/archive/v${version}.tar.gz"
-checksum=62461133c697643e98a608239773f500edee3e4055c5729fef6639d1cd610243
+checksum=3ef53f16a7bc0fdd5a5ac2216a41bf1b2f4fd2283717c5c240415d5d24d3734b
 
 post_install() {
 	rm -rf -- "${DESTDIR}"/usr/lib/systemd

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

* Re: [PR REVIEW] grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
                   ` (11 preceding siblings ...)
  2021-10-04  9:34 ` FollieHiyuki
@ 2021-10-04  9:35 ` FollieHiyuki
  2021-10-04 13:18 ` [PR PATCH] [Merged]: " ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: FollieHiyuki @ 2021-10-04  9:35 UTC (permalink / raw)
  To: ml

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

New review comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/33155#discussion_r721198326

Comment:
I reverted it back

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

* Re: [PR PATCH] [Merged]: grub-btrfs: update to 4.10.1
  2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
                   ` (12 preceding siblings ...)
  2021-10-04  9:35 ` [PR REVIEW] " FollieHiyuki
@ 2021-10-04 13:18 ` ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-10-04 13:18 UTC (permalink / raw)
  To: ml

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

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

grub-btrfs: update to 4.10.1
https://github.com/void-linux/void-packages/pull/33155

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-04 13:18 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 11:09 [PR PATCH] grub-btrfs: update to 4.10.1 FollieHiyuki
2021-09-27 11:13 ` [PR PATCH] [Updated] " FollieHiyuki
2021-09-27 11:18 ` FollieHiyuki
2021-09-27 12:44 ` [PR PATCH] [Updated] " FollieHiyuki
2021-09-27 14:14 ` ericonr
2021-09-27 15:39 ` [PR PATCH] [Updated] " FollieHiyuki
2021-09-27 15:40 ` FollieHiyuki
2021-09-27 16:28 ` teldra
2021-10-02 19:50 ` [PR REVIEW] " ericonr
2021-10-03 13:48 ` FollieHiyuki
2021-10-03 17:23 ` ericonr
2021-10-04  9:33 ` [PR PATCH] [Updated] " FollieHiyuki
2021-10-04  9:34 ` FollieHiyuki
2021-10-04  9:35 ` [PR REVIEW] " FollieHiyuki
2021-10-04 13:18 ` [PR PATCH] [Merged]: " ericonr

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