Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] common/xbps-src/shutils/update_check.sh: ignore pkgs without distfiles
Date: Mon, 29 Aug 2022 20:41:32 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38971@inbox.vuxu.org> (raw)

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

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

https://github.com/classabbyamp/void-packages update-check-fixes
https://github.com/void-linux/void-packages/pull/38971

common/xbps-src/shutils/update_check.sh: ignore pkgs without distfiles
...unless they use the update override file

<!-- 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/38971.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-check-fixes-38971.patch --]
[-- Type: text/x-diff, Size: 999 bytes --]

From 038f92114d5a056e966b530c68f38a7676a7abbf Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 29 Aug 2022 14:37:27 -0400
Subject: [PATCH] common/xbps-src/shutils/update_check.sh: ignore pkgs without
 distfiles

unless they use the update override file
---
 common/xbps-src/shutils/update_check.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh
index ec53ed9f38e6..dfac386347ba 100644
--- a/common/xbps-src/shutils/update_check.sh
+++ b/common/xbps-src/shutils/update_check.sh
@@ -13,6 +13,11 @@ update_check() {
         if [ "$XBPS_UPDATE_CHECK_VERBOSE" ]; then
             echo "using $XBPS_TARGET_PKG/update overrides" 1>&2
         fi
+    elif [ -z "$distfiles" ]; then
+        if [ "$XBPS_UPDATE_CHECK_VERBOSE" ]; then
+            echo "NO DISTFILES found for $original_pkgname" 1>&2
+        fi
+        return 0
     fi
 
     if ! type curl >/dev/null 2>&1; then

             reply	other threads:[~2022-08-29 18:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-29 18:41 classabbyamp [this message]
2022-11-28  2:04 ` github-actions
2022-11-28  2:22 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38971@inbox.vuxu.org \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).