Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE
@ 2022-08-02  1:37 classabbyamp
  2022-08-02 17:27 ` Chocimier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-02  1:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages xbps-src/update-check-verbose
https://github.com/void-linux/void-packages/pull/38418

etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE
closes #38076

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xbps-src/update-check-verbose-38418.patch --]
[-- Type: text/x-diff, Size: 707 bytes --]

From 3379afe5dc2adc395a6c7a94ee288b45782ab904 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 1 Aug 2022 21:34:27 -0400
Subject: [PATCH] etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE

closes #38076
---
 etc/defaults.conf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/etc/defaults.conf b/etc/defaults.conf
index e3876cdc7d28..08e0a4d4dd67 100644
--- a/etc/defaults.conf
+++ b/etc/defaults.conf
@@ -158,3 +158,8 @@ XBPS_SUCMD="sudo /bin/sh -c"
 # When unset, newly build package overwrites the older one.
 #
 #XBPS_PRESERVE_PKGS=yes
+
+# [OPTIONAL]
+# Show more detailed output in ./xbps-src update-check. Useful for debugging.
+#
+#XBPS_UPDATE_CHECK_VERBOSE=yes

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

* Re: etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE
  2022-08-02  1:37 [PR PATCH] etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE classabbyamp
@ 2022-08-02 17:27 ` Chocimier
  2022-08-02 17:31 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2022-08-02 17:27 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/38418#issuecomment-1203016270

Comment:
It's worth to note that this can be exported as regular env variable, unlike other settings here.

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

* Re: [PR PATCH] [Updated] etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE
  2022-08-02  1:37 [PR PATCH] etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE classabbyamp
  2022-08-02 17:27 ` Chocimier
@ 2022-08-02 17:31 ` classabbyamp
  2022-08-02 17:31 ` classabbyamp
  2022-08-02 17:50 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-02 17:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages xbps-src/update-check-verbose
https://github.com/void-linux/void-packages/pull/38418

etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE
closes #38076

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xbps-src/update-check-verbose-38418.patch --]
[-- Type: text/x-diff, Size: 779 bytes --]

From e9944d40c30301bf14391e51711a8251dc337a2a Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 1 Aug 2022 21:34:27 -0400
Subject: [PATCH] etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE

closes #38076
---
 etc/defaults.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/etc/defaults.conf b/etc/defaults.conf
index e3876cdc7d28..d69b4a454087 100644
--- a/etc/defaults.conf
+++ b/etc/defaults.conf
@@ -158,3 +158,9 @@ XBPS_SUCMD="sudo /bin/sh -c"
 # When unset, newly build package overwrites the older one.
 #
 #XBPS_PRESERVE_PKGS=yes
+
+# [OPTIONAL]
+# Show more detailed output in ./xbps-src update-check. Useful for debugging.
+# This can also be set or exported as a regular environment variable.
+#
+#XBPS_UPDATE_CHECK_VERBOSE=yes

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

* Re: etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE
  2022-08-02  1:37 [PR PATCH] etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE classabbyamp
  2022-08-02 17:27 ` Chocimier
  2022-08-02 17:31 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-08-02 17:31 ` classabbyamp
  2022-08-02 17:50 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-02 17:31 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38418#issuecomment-1203019938

Comment:
> It's worth to note that this can be exported as regular env variable, unlike other settings here.

added

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

* Re: [PR PATCH] [Merged]: etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE
  2022-08-02  1:37 [PR PATCH] etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE classabbyamp
                   ` (2 preceding siblings ...)
  2022-08-02 17:31 ` classabbyamp
@ 2022-08-02 17:50 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2022-08-02 17:50 UTC (permalink / raw)
  To: ml

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

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

etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE
https://github.com/void-linux/void-packages/pull/38418

Description:
closes #38076

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



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

end of thread, other threads:[~2022-08-02 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02  1:37 [PR PATCH] etc/defaults.conf: add XBPS_UPDATE_CHECK_VERBOSE classabbyamp
2022-08-02 17:27 ` Chocimier
2022-08-02 17:31 ` [PR PATCH] [Updated] " classabbyamp
2022-08-02 17:31 ` classabbyamp
2022-08-02 17:50 ` [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).