Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] travis/show_files.sh: do not show files if build failed
@ 2020-08-27 18:31 Chocimier
  2020-08-31  7:11 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: Chocimier @ 2020-08-27 18:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org show_files
https://github.com/void-linux/void-packages/pull/24515

travis/show_files.sh: do not show files if build failed
Otherwise shows files of previous version.

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

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

From c83868d1610fc964b2294160c4ab541c58bf9f85 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Thu, 27 Aug 2020 19:58:29 +0200
Subject: [PATCH] travis/show_files.sh: do not show files if build failed

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

diff --git a/common/travis/show_files.sh b/common/travis/show_files.sh
index 16d158f4c5b..f0715e4446d 100755
--- a/common/travis/show_files.sh
+++ b/common/travis/show_files.sh
@@ -9,6 +9,6 @@ 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 \
-				   -f "$subpkg"
+				   -i -f "$subpkg"
 	done
 done < /tmp/templates

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

* Re: [PR PATCH] [Merged]: travis/show_files.sh: do not show files if build failed
  2020-08-27 18:31 [PR PATCH] travis/show_files.sh: do not show files if build failed Chocimier
@ 2020-08-31  7:11 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2020-08-31  7:11 UTC (permalink / raw)
  To: ml

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

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

travis/show_files.sh: do not show files if build failed
https://github.com/void-linux/void-packages/pull/24515

Description:
Otherwise shows files of previous version.

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 18:31 [PR PATCH] travis/show_files.sh: do not show files if build failed Chocimier
2020-08-31  7:11 ` [PR PATCH] [Merged]: " Chocimier

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