Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] don't error out when listing package files in CI
@ 2020-12-14 20:37 ericonr
  2020-12-14 20:56 ` [PR PATCH] [Updated] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ericonr @ 2020-12-14 20:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages ci
https://github.com/void-linux/void-packages/pull/27157

don't error out when listing package files in CI


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

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

From 951e2b28c203ac64a1e052b44f467214be6c1668 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Mon, 14 Dec 2020 17:35:53 -0300
Subject: [PATCH 1/2] common/travis/show_files: don't error out when subpkg
 doesn't exist.

---
 common/travis/show_files.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/common/travis/show_files.sh b/common/travis/show_files.sh
index f0715e4446d..8799ed52e1e 100755
--- a/common/travis/show_files.sh
+++ b/common/travis/show_files.sh
@@ -9,6 +9,7 @@ while read -r pkg; do
 		/bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m"
 		xbps-query --repository=$HOME/hostdir/binpkgs \
 				   --repository=$HOME/hostdir/binpkgs/nonfree \
-				   -i -f "$subpkg"
+				   -i -f "$subpkg" ||
+					/bin/echo -e "\x1b[33m    $subpkg wasn't found\x1b[0m"
 	done
 done < /tmp/templates

From 3142ef9e0848964179654baa7f828b79793140c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Mon, 14 Dec 2020 17:36:42 -0300
Subject: [PATCH 2/2] [nomerge] povray test

---
 srcpkgs/povray/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/povray/template b/srcpkgs/povray/template
index 30a2baab203..c2023bb0058 100644
--- a/srcpkgs/povray/template
+++ b/srcpkgs/povray/template
@@ -1,7 +1,7 @@
 # Template file for 'povray'
 pkgname=povray
 version=3.7.0.8
-revision=5
+revision=6
 build_style=gnu-configure
 _v=${version%.*.*}
 configure_args="COMPILED_BY=Void --disable-optimiz-arch"
@@ -28,6 +28,10 @@ pre_configure() {
 	./bootstrap
 }
 
+do_check() {
+	:
+}
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] don't error out when listing package files in CI
  2020-12-14 20:37 [PR PATCH] don't error out when listing package files in CI ericonr
@ 2020-12-14 20:56 ` ericonr
  2020-12-14 20:57 ` ericonr
  2020-12-14 21:54 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-14 20:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages ci
https://github.com/void-linux/void-packages/pull/27157

don't error out when listing package files in CI


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

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

From 951e2b28c203ac64a1e052b44f467214be6c1668 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Mon, 14 Dec 2020 17:35:53 -0300
Subject: [PATCH] common/travis/show_files: don't error out when subpkg doesn't
 exist.

---
 common/travis/show_files.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/common/travis/show_files.sh b/common/travis/show_files.sh
index f0715e4446d..8799ed52e1e 100755
--- a/common/travis/show_files.sh
+++ b/common/travis/show_files.sh
@@ -9,6 +9,7 @@ while read -r pkg; do
 		/bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m"
 		xbps-query --repository=$HOME/hostdir/binpkgs \
 				   --repository=$HOME/hostdir/binpkgs/nonfree \
-				   -i -f "$subpkg"
+				   -i -f "$subpkg" ||
+					/bin/echo -e "\x1b[33m    $subpkg wasn't found\x1b[0m"
 	done
 done < /tmp/templates

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

* Re: don't error out when listing package files in CI
  2020-12-14 20:37 [PR PATCH] don't error out when listing package files in CI ericonr
  2020-12-14 20:56 ` [PR PATCH] [Updated] " ericonr
@ 2020-12-14 20:57 ` ericonr
  2020-12-14 21:54 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-14 20:57 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27157#issuecomment-744705774

Comment:
It works. I'd like approval from someone else before merging, though.

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

* Re: [PR PATCH] [Merged]: don't error out when listing package files in CI
  2020-12-14 20:37 [PR PATCH] don't error out when listing package files in CI ericonr
  2020-12-14 20:56 ` [PR PATCH] [Updated] " ericonr
  2020-12-14 20:57 ` ericonr
@ 2020-12-14 21:54 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-14 21:54 UTC (permalink / raw)
  To: ml

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

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

don't error out when listing package files in CI
https://github.com/void-linux/void-packages/pull/27157

Description:


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

end of thread, other threads:[~2020-12-14 21:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 20:37 [PR PATCH] don't error out when listing package files in CI ericonr
2020-12-14 20:56 ` [PR PATCH] [Updated] " ericonr
2020-12-14 20:57 ` ericonr
2020-12-14 21:54 ` [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).