Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xen-hypervisor: fix install into /boot/boot
@ 2020-08-08 11:43 ashpooljh
  2020-08-08 11:54 ` [PR PATCH] [Updated] " ashpooljh
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ashpooljh @ 2020-08-08 11:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ashpooljh/void-packages xen-hypervisor-fix-install
https://github.com/void-linux/void-packages/pull/24139

xen-hypervisor: fix install into /boot/boot
fix #18676
`[ci skip]` due to [exceeding](https://travis-ci.org/github/ashpooljh/void-packages/jobs/716090891#L29182) the maximum log length allowed by Travis.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xen-hypervisor-fix-install-24139.patch --]
[-- Type: text/x-diff, Size: 656 bytes --]

From e717c21bddca65dbfab11bfcc8f5d537d6128f5b Mon Sep 17 00:00:00 2001
From: Artem Zhurikhin <ashpool@xecut.net>
Date: Sat, 8 Aug 2020 13:53:52 +0300
Subject: [PATCH] xen-hypervisor: fix install into /boot/boot

fix #18676
[ci skip]
---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index ae8f5e246fc..35e84259167 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -201,7 +201,7 @@ xen-hypervisor_package() {
 	short_desc="Xen Hypervisor"
 	nostrip_files="xen-syms-${version}"
 	pkg_install() {
-		vmove boot
+		vmove "boot/*"
 		vmove usr/lib/efi
 	}
 }

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

* Re: [PR PATCH] [Updated] xen-hypervisor: fix install into /boot/boot
  2020-08-08 11:43 [PR PATCH] xen-hypervisor: fix install into /boot/boot ashpooljh
@ 2020-08-08 11:54 ` ashpooljh
  2020-08-08 14:33 ` ericonr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ashpooljh @ 2020-08-08 11:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ashpooljh/void-packages xen-hypervisor-fix-install
https://github.com/void-linux/void-packages/pull/24139

xen-hypervisor: fix install into /boot/boot
fix #18676
`[ci skip]` due to [exceeding](https://travis-ci.org/github/ashpooljh/void-packages/jobs/716090891#L29182) the maximum log length allowed by Travis.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xen-hypervisor-fix-install-24139.patch --]
[-- Type: text/x-diff, Size: 656 bytes --]

From 8f62b9f1d690dae08ab36e3a7f4514c925ed4375 Mon Sep 17 00:00:00 2001
From: Artem Zhurikhin <ashpool@xecut.net>
Date: Sat, 8 Aug 2020 13:53:52 +0300
Subject: [PATCH] xen-hypervisor: fix install into /boot/boot

fix #17612
[ci skip]
---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index ae8f5e246fc..35e84259167 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -201,7 +201,7 @@ xen-hypervisor_package() {
 	short_desc="Xen Hypervisor"
 	nostrip_files="xen-syms-${version}"
 	pkg_install() {
-		vmove boot
+		vmove "boot/*"
 		vmove usr/lib/efi
 	}
 }

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

* Re: xen-hypervisor: fix install into /boot/boot
  2020-08-08 11:43 [PR PATCH] xen-hypervisor: fix install into /boot/boot ashpooljh
  2020-08-08 11:54 ` [PR PATCH] [Updated] " ashpooljh
@ 2020-08-08 14:33 ` ericonr
  2020-08-08 14:33 ` ericonr
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-08-08 14:33 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24139#issuecomment-670935952

Comment:
If you're fixing a build, you should also revbump the package.

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

* Re: xen-hypervisor: fix install into /boot/boot
  2020-08-08 11:43 [PR PATCH] xen-hypervisor: fix install into /boot/boot ashpooljh
  2020-08-08 11:54 ` [PR PATCH] [Updated] " ashpooljh
  2020-08-08 14:33 ` ericonr
@ 2020-08-08 14:33 ` ericonr
  2020-08-08 16:27 ` [PR PATCH] [Updated] " ashpooljh
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-08-08 14:33 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24139#issuecomment-670935952

Comment:
If you're fixing a build, you should also revbump the package, so it gets rebuilt.

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

* Re: [PR PATCH] [Updated] xen-hypervisor: fix install into /boot/boot
  2020-08-08 11:43 [PR PATCH] xen-hypervisor: fix install into /boot/boot ashpooljh
                   ` (2 preceding siblings ...)
  2020-08-08 14:33 ` ericonr
@ 2020-08-08 16:27 ` ashpooljh
  2020-08-08 16:28 ` ashpooljh
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ashpooljh @ 2020-08-08 16:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ashpooljh/void-packages xen-hypervisor-fix-install
https://github.com/void-linux/void-packages/pull/24139

xen-hypervisor: fix install into /boot/boot
fix #17612
`[ci skip]` due to [exceeding](https://travis-ci.org/github/ashpooljh/void-packages/jobs/716090891#L29182) the maximum log length allowed by Travis.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xen-hypervisor-fix-install-24139.patch --]
[-- Type: text/x-diff, Size: 656 bytes --]

From e8b39da61b0fe061091f53f4d21b376036e4cb5f Mon Sep 17 00:00:00 2001
From: Artem Zhurikhin <ashpool@xecut.net>
Date: Sat, 8 Aug 2020 13:53:52 +0300
Subject: [PATCH] xen-hypervisor: fix install into /boot/boot

fix #17612
[ci skip]
---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index ae8f5e246fc..35e84259167 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -201,7 +201,7 @@ xen-hypervisor_package() {
 	short_desc="Xen Hypervisor"
 	nostrip_files="xen-syms-${version}"
 	pkg_install() {
-		vmove boot
+		vmove "boot/*"
 		vmove usr/lib/efi
 	}
 }

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

* Re: [PR PATCH] [Updated] xen-hypervisor: fix install into /boot/boot
  2020-08-08 11:43 [PR PATCH] xen-hypervisor: fix install into /boot/boot ashpooljh
                   ` (3 preceding siblings ...)
  2020-08-08 16:27 ` [PR PATCH] [Updated] " ashpooljh
@ 2020-08-08 16:28 ` ashpooljh
  2020-08-08 21:11 ` jnbr
  2020-08-08 21:11 ` [PR PATCH] [Merged]: " jnbr
  6 siblings, 0 replies; 8+ messages in thread
From: ashpooljh @ 2020-08-08 16:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ashpooljh/void-packages xen-hypervisor-fix-install
https://github.com/void-linux/void-packages/pull/24139

xen-hypervisor: fix install into /boot/boot
fix #17612
`[ci skip]` due to [exceeding](https://travis-ci.org/github/ashpooljh/void-packages/jobs/716090891#L29182) the maximum log length allowed by Travis.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xen-hypervisor-fix-install-24139.patch --]
[-- Type: text/x-diff, Size: 888 bytes --]

From 84ef40a401938f7f9dfb04d40fda70878e74d3ef Mon Sep 17 00:00:00 2001
From: Artem Zhurikhin <ashpool@xecut.net>
Date: Sat, 8 Aug 2020 13:53:52 +0300
Subject: [PATCH] xen-hypervisor: fix install into /boot/boot

fix #17612
[ci skip]
---
 srcpkgs/xen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index ae8f5e246fc..9ba85981992 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.10.4
-revision=3
+revision=4
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=356f6c1b64d7a97746d1816cef8ca22bdd8d0b5d
 archs="x86_64*"
@@ -201,7 +201,7 @@ xen-hypervisor_package() {
 	short_desc="Xen Hypervisor"
 	nostrip_files="xen-syms-${version}"
 	pkg_install() {
-		vmove boot
+		vmove "boot/*"
 		vmove usr/lib/efi
 	}
 }

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

* Re: xen-hypervisor: fix install into /boot/boot
  2020-08-08 11:43 [PR PATCH] xen-hypervisor: fix install into /boot/boot ashpooljh
                   ` (4 preceding siblings ...)
  2020-08-08 16:28 ` ashpooljh
@ 2020-08-08 21:11 ` jnbr
  2020-08-08 21:11 ` [PR PATCH] [Merged]: " jnbr
  6 siblings, 0 replies; 8+ messages in thread
From: jnbr @ 2020-08-08 21:11 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/24139#issuecomment-670974261

Comment:
Thank you

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

* Re: [PR PATCH] [Merged]: xen-hypervisor: fix install into /boot/boot
  2020-08-08 11:43 [PR PATCH] xen-hypervisor: fix install into /boot/boot ashpooljh
                   ` (5 preceding siblings ...)
  2020-08-08 21:11 ` jnbr
@ 2020-08-08 21:11 ` jnbr
  6 siblings, 0 replies; 8+ messages in thread
From: jnbr @ 2020-08-08 21:11 UTC (permalink / raw)
  To: ml

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

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

xen-hypervisor: fix install into /boot/boot
https://github.com/void-linux/void-packages/pull/24139

Description:
fix #17612
`[ci skip]` due to [exceeding](https://travis-ci.org/github/ashpooljh/void-packages/jobs/716090891#L29182) the maximum log length allowed by Travis.

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

end of thread, other threads:[~2020-08-08 21:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-08 11:43 [PR PATCH] xen-hypervisor: fix install into /boot/boot ashpooljh
2020-08-08 11:54 ` [PR PATCH] [Updated] " ashpooljh
2020-08-08 14:33 ` ericonr
2020-08-08 14:33 ` ericonr
2020-08-08 16:27 ` [PR PATCH] [Updated] " ashpooljh
2020-08-08 16:28 ` ashpooljh
2020-08-08 21:11 ` jnbr
2020-08-08 21:11 ` [PR PATCH] [Merged]: " jnbr

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