Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grub-btrfs: update to 4.8
@ 2021-01-26 14:40 FollieHiyuki
  2021-01-26 14:42 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: FollieHiyuki @ 2021-01-26 14:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1600 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/28238

grub-btrfs: update to 4.8
<!-- 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
- [ ] 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/28238.patch is attached

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

From db7d9c4a11a34d30b2c77aa121e2d2cad209fe45 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Tue, 26 Jan 2021 17:34:18 +0300
Subject: [PATCH] grub-btrfs:update to 4.8

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

diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index acc3597a815..e3f531db3f1 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.6
+version=4.8
 revision=1
 build_style=gnu-makefile
 depends="grub bash"
@@ -9,4 +9,8 @@ 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=6c32be223344a77807e70dfd47846f1986da618b0050c494725222b287240f71
+checksum=78ba3c0e5c998317785d07409c6aaebb269fad1fe97794c95a0842f012676794
+
+post_install() {
+  rm -rf -- "${DESTDIR}"/usr/lib/systemd
+}

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

* Re: [PR PATCH] [Updated] grub-btrfs: update to 4.8
  2021-01-26 14:40 [PR PATCH] grub-btrfs: update to 4.8 FollieHiyuki
@ 2021-01-26 14:42 ` FollieHiyuki
  2021-01-26 14:43 ` FollieHiyuki
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: FollieHiyuki @ 2021-01-26 14:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1605 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/28238

grub-btrfs: update to 4.8
<!-- 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
- [ ] 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/28238.patch is attached

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

From f4b3ee5e3ae80f7efb079d6fa0271765c2b9b54c Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Tue, 26 Jan 2021 17:34:18 +0300
Subject: [PATCH] grub-btrfs: update to 4.8

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

diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index acc3597a815..e3f531db3f1 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.6
+version=4.8
 revision=1
 build_style=gnu-makefile
 depends="grub bash"
@@ -9,4 +9,8 @@ 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=6c32be223344a77807e70dfd47846f1986da618b0050c494725222b287240f71
+checksum=78ba3c0e5c998317785d07409c6aaebb269fad1fe97794c95a0842f012676794
+
+post_install() {
+  rm -rf -- "${DESTDIR}"/usr/lib/systemd
+}

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

* Re: [PR PATCH] [Updated] grub-btrfs: update to 4.8
  2021-01-26 14:40 [PR PATCH] grub-btrfs: update to 4.8 FollieHiyuki
  2021-01-26 14:42 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2021-01-26 14:43 ` FollieHiyuki
  2021-01-26 14:45 ` FollieHiyuki
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: FollieHiyuki @ 2021-01-26 14:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1605 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/28238

grub-btrfs: update to 4.8
<!-- 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
- [ ] 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/28238.patch is attached

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

From 640a3d7396286fb97fc0b3da95fbf3c3bb062185 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Tue, 26 Jan 2021 17:34:18 +0300
Subject: [PATCH] grub-btrfs: update to 4.8

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

diff --git a/srcpkgs/grub-btrfs/template b/srcpkgs/grub-btrfs/template
index acc3597a815..fd8efe3b657 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.6
+version=4.8
 revision=1
 build_style=gnu-makefile
 depends="grub bash"
@@ -9,4 +9,8 @@ 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=6c32be223344a77807e70dfd47846f1986da618b0050c494725222b287240f71
+checksum=78ba3c0e5c998317785d07409c6aaebb269fad1fe97794c95a0842f012676794
+
+post_install() {
+	rm -rf -- "${DESTDIR}"/usr/lib/systemd
+}

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

* Re: grub-btrfs: update to 4.8
  2021-01-26 14:40 [PR PATCH] grub-btrfs: update to 4.8 FollieHiyuki
  2021-01-26 14:42 ` [PR PATCH] [Updated] " FollieHiyuki
  2021-01-26 14:43 ` FollieHiyuki
@ 2021-01-26 14:45 ` FollieHiyuki
  2021-01-26 16:01 ` circhioz
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: FollieHiyuki @ 2021-01-26 14:45 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28238#issuecomment-767591645

Comment:
Upstream has a `systemd.path` service to monitor /.snapshots directory for changes to update grub.
I can't think of a way to replicate this for runit. Maybe using `inotify-tools`?

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

* Re: grub-btrfs: update to 4.8
  2021-01-26 14:40 [PR PATCH] grub-btrfs: update to 4.8 FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-01-26 14:45 ` FollieHiyuki
@ 2021-01-26 16:01 ` circhioz
  2021-01-26 16:06 ` FollieHiyuki
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: circhioz @ 2021-01-26 16:01 UTC (permalink / raw)
  To: ml

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

New comment by circhioz on void-packages repository

https://github.com/void-linux/void-packages/pull/28238#issuecomment-767643652

Comment:
Here's my run script :)
```
#!/bin/sh
[ -r conf ] && . ./conf
exec wendy -m 768 -w $SNAPSHOTS_PATH bash -c 'if [ -s "/boot/grub/grub-btrfs.cfg" ]; then /etc/grub.d/41_snapshots-btrfs; else update-grub; fi' 2>&1
```
and conf file
```
SNAPSHOTS_PATH=/.snapshots
```

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

* Re: grub-btrfs: update to 4.8
  2021-01-26 14:40 [PR PATCH] grub-btrfs: update to 4.8 FollieHiyuki
                   ` (3 preceding siblings ...)
  2021-01-26 16:01 ` circhioz
@ 2021-01-26 16:06 ` FollieHiyuki
  2021-01-26 16:54 ` circhioz
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: FollieHiyuki @ 2021-01-26 16:06 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28238#issuecomment-767647750

Comment:
Yes but it introduces new dependencies, which I want to avoid

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

* Re: grub-btrfs: update to 4.8
  2021-01-26 14:40 [PR PATCH] grub-btrfs: update to 4.8 FollieHiyuki
                   ` (4 preceding siblings ...)
  2021-01-26 16:06 ` FollieHiyuki
@ 2021-01-26 16:54 ` circhioz
  2021-01-26 17:07 ` FollieHiyuki
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: circhioz @ 2021-01-26 16:54 UTC (permalink / raw)
  To: ml

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

New comment by circhioz on void-packages repository

https://github.com/void-linux/void-packages/pull/28238#issuecomment-767679236

Comment:
`inotify-tools` would add a dependency, too

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

* Re: grub-btrfs: update to 4.8
  2021-01-26 14:40 [PR PATCH] grub-btrfs: update to 4.8 FollieHiyuki
                   ` (5 preceding siblings ...)
  2021-01-26 16:54 ` circhioz
@ 2021-01-26 17:07 ` FollieHiyuki
  2021-01-26 17:09 ` FollieHiyuki
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: FollieHiyuki @ 2021-01-26 17:07 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28238#issuecomment-767687928

Comment:
Yes that's why there is a question mark xD

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

* Re: grub-btrfs: update to 4.8
  2021-01-26 14:40 [PR PATCH] grub-btrfs: update to 4.8 FollieHiyuki
                   ` (6 preceding siblings ...)
  2021-01-26 17:07 ` FollieHiyuki
@ 2021-01-26 17:09 ` FollieHiyuki
  2021-01-26 17:16 ` circhioz
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: FollieHiyuki @ 2021-01-26 17:09 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28238#issuecomment-767687928

Comment:
Yes that's why there is a question mark xD But generally this is not much of an issue since like your example above, the users can manage to get this functionality easily

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

* Re: grub-btrfs: update to 4.8
  2021-01-26 14:40 [PR PATCH] grub-btrfs: update to 4.8 FollieHiyuki
                   ` (7 preceding siblings ...)
  2021-01-26 17:09 ` FollieHiyuki
@ 2021-01-26 17:16 ` circhioz
  2021-01-28  4:33 ` ericonr
  2021-01-28  4:33 ` [PR PATCH] [Merged]: " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: circhioz @ 2021-01-26 17:16 UTC (permalink / raw)
  To: ml

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

New comment by circhioz on void-packages repository

https://github.com/void-linux/void-packages/pull/28238#issuecomment-767693931

Comment:
Oh well, there's no "runit way" to replicate systemd's path units. I misinterpreted your question mark xD

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

* Re: grub-btrfs: update to 4.8
  2021-01-26 14:40 [PR PATCH] grub-btrfs: update to 4.8 FollieHiyuki
                   ` (8 preceding siblings ...)
  2021-01-26 17:16 ` circhioz
@ 2021-01-28  4:33 ` ericonr
  2021-01-28  4:33 ` [PR PATCH] [Merged]: " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-01-28  4:33 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28238#issuecomment-768792868

Comment:
We could look into adding a service, perhaps as a subpackage?

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

* Re: [PR PATCH] [Merged]: grub-btrfs: update to 4.8
  2021-01-26 14:40 [PR PATCH] grub-btrfs: update to 4.8 FollieHiyuki
                   ` (9 preceding siblings ...)
  2021-01-28  4:33 ` ericonr
@ 2021-01-28  4:33 ` ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-01-28  4:33 UTC (permalink / raw)
  To: ml

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

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

grub-btrfs: update to 4.8
https://github.com/void-linux/void-packages/pull/28238

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
- [ ] 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] 12+ messages in thread

end of thread, other threads:[~2021-01-28  4:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 14:40 [PR PATCH] grub-btrfs: update to 4.8 FollieHiyuki
2021-01-26 14:42 ` [PR PATCH] [Updated] " FollieHiyuki
2021-01-26 14:43 ` FollieHiyuki
2021-01-26 14:45 ` FollieHiyuki
2021-01-26 16:01 ` circhioz
2021-01-26 16:06 ` FollieHiyuki
2021-01-26 16:54 ` circhioz
2021-01-26 17:07 ` FollieHiyuki
2021-01-26 17:09 ` FollieHiyuki
2021-01-26 17:16 ` circhioz
2021-01-28  4:33 ` ericonr
2021-01-28  4:33 ` [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).