Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xbps-src: respect $XBPS_CHECK_PKGS
@ 2021-03-21 13:34 paper42
  2021-03-21 18:03 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paper42 @ 2021-03-21 13:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages 0001-xbps-src-respect-XBPS_CHECK_PKGS.patch
https://github.com/void-linux/void-packages/pull/29661

xbps-src: respect $XBPS_CHECK_PKGS


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-xbps-src-respect-XBPS_CHECK_PKGS.patch-29661.patch --]
[-- Type: text/x-diff, Size: 792 bytes --]

From 2f00faf00685c57e11c7f36cf91765a401d955dd Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sun, 21 Mar 2021 14:32:09 +0100
Subject: [PATCH] xbps-src: respect $XBPS_CHECK_PKGS

---
 xbps-src | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xbps-src b/xbps-src
index e2ecbf36e4f9..dc6ceafd3f20 100755
--- a/xbps-src
+++ b/xbps-src
@@ -781,8 +781,8 @@ case "$XBPS_TARGET" in
         fi
         ;;
     fetch|extract|patch|configure|build|check|install|pkg)
-        if [ "$XBPS_TARGET" = "check" ]; then
-            export XBPS_CHECK_PKGS=1
+        if [ "$XBPS_TARGET" = "check" ] && [ -z "$XBPS_CHECK_PKGS" ]; then
+            export XBPS_CHECK_PKGS=yes
         fi
         read_pkg
         if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then

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

* Re: xbps-src: respect $XBPS_CHECK_PKGS
  2021-03-21 13:34 [PR PATCH] xbps-src: respect $XBPS_CHECK_PKGS paper42
@ 2021-03-21 18:03 ` ericonr
  2021-03-21 20:20 ` [PR PATCH] [Updated] " paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-03-21 18:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29661#issuecomment-803633289

Comment:
Hm, maybe this one could use `full`, what do you think?

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

* Re: [PR PATCH] [Updated] xbps-src: respect $XBPS_CHECK_PKGS
  2021-03-21 13:34 [PR PATCH] xbps-src: respect $XBPS_CHECK_PKGS paper42
  2021-03-21 18:03 ` ericonr
@ 2021-03-21 20:20 ` paper42
  2021-03-21 20:21 ` paper42
  2021-03-21 20:56 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-03-21 20:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages 0001-xbps-src-respect-XBPS_CHECK_PKGS.patch
https://github.com/void-linux/void-packages/pull/29661

xbps-src: respect $XBPS_CHECK_PKGS


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-xbps-src-respect-XBPS_CHECK_PKGS.patch-29661.patch --]
[-- Type: text/x-diff, Size: 793 bytes --]

From 1b5d482ac0e36eb8e9c08f914b928702954bce07 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sun, 21 Mar 2021 14:32:09 +0100
Subject: [PATCH] xbps-src: respect $XBPS_CHECK_PKGS

---
 xbps-src | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xbps-src b/xbps-src
index e2ecbf36e4f9..9d88873ab2c5 100755
--- a/xbps-src
+++ b/xbps-src
@@ -781,8 +781,8 @@ case "$XBPS_TARGET" in
         fi
         ;;
     fetch|extract|patch|configure|build|check|install|pkg)
-        if [ "$XBPS_TARGET" = "check" ]; then
-            export XBPS_CHECK_PKGS=1
+        if [ "$XBPS_TARGET" = "check" ] && [ -z "$XBPS_CHECK_PKGS" ]; then
+            export XBPS_CHECK_PKGS=full
         fi
         read_pkg
         if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then

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

* Re: xbps-src: respect $XBPS_CHECK_PKGS
  2021-03-21 13:34 [PR PATCH] xbps-src: respect $XBPS_CHECK_PKGS paper42
  2021-03-21 18:03 ` ericonr
  2021-03-21 20:20 ` [PR PATCH] [Updated] " paper42
@ 2021-03-21 20:21 ` paper42
  2021-03-21 20:56 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-03-21 20:21 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/29661#issuecomment-803653490

Comment:
that makes sense, fixed

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

* Re: [PR PATCH] [Merged]: xbps-src: respect $XBPS_CHECK_PKGS
  2021-03-21 13:34 [PR PATCH] xbps-src: respect $XBPS_CHECK_PKGS paper42
                   ` (2 preceding siblings ...)
  2021-03-21 20:21 ` paper42
@ 2021-03-21 20:56 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-03-21 20:56 UTC (permalink / raw)
  To: ml

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

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

xbps-src: respect $XBPS_CHECK_PKGS
https://github.com/void-linux/void-packages/pull/29661

Description:


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

end of thread, other threads:[~2021-03-21 20:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21 13:34 [PR PATCH] xbps-src: respect $XBPS_CHECK_PKGS paper42
2021-03-21 18:03 ` ericonr
2021-03-21 20:20 ` [PR PATCH] [Updated] " paper42
2021-03-21 20:21 ` paper42
2021-03-21 20:56 ` [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).