Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] xbps-src: let -I imply -N
Date: Tue, 18 May 2021 23:22:46 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30974@inbox.vuxu.org> (raw)

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

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

https://github.com/paper42/void-packages xbps-src-I-implies-C
https://github.com/void-linux/void-packages/pull/30974

xbps-src: let -I imply -N
don't synchronize repositories when not installing any packages

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xbps-src-I-implies-C-30974.patch --]
[-- Type: text/x-diff, Size: 982 bytes --]

From e568e5a88bc569ee608049bd0d8820153c2a60c5 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Mon, 17 May 2021 21:15:11 +0200
Subject: [PATCH] xbps-src: let -I imply -N

don't synchronize repositories when not installing any packages
---
 xbps-src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xbps-src b/xbps-src
index c3cd7e5db10b..056e01ee1bdf 100755
--- a/xbps-src
+++ b/xbps-src
@@ -375,7 +375,7 @@ while getopts "$XBPS_OPTSTRING" opt; do
         H) XBPS_ARG_HOSTDIR="$OPTARG"; XBPS_OPTIONS+=" -H $OPTARG";;
         h) usage && exit 0;;
         i) XBPS_ARG_INFORMATIVE_RUN=1; XBPS_OPTIONS+=" -i";;
-        I) XBPS_ARG_SKIP_DEPS=1; XBPS_OPTIONS+=" -I";;
+        I) XBPS_ARG_SKIP_DEPS=1 XBPS_SKIP_REMOTEREPOS=1; XBPS_OPTIONS+=" -I -N";;
         j) XBPS_ARG_MAKEJOBS="$OPTARG"; XBPS_OPTIONS+=" -j $OPTARG";;
         L) export NOCOLORS=1; XBPS_OPTIONS+=" -L";;
         m) XBPS_ARG_MASTERDIR="$OPTARG"; XBPS_OPTIONS+=" -m $OPTARG";;

             reply	other threads:[~2021-05-18 21:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-18 21:22 paper42 [this message]
2021-05-31 18:40 ` [PR REVIEW] " ericonr
2021-07-02 22:49 ` [PR PATCH] [Updated] " paper42
2021-07-02 22:50 ` [PR REVIEW] " paper42
2021-07-03  1:02 ` [PR PATCH] [Merged]: " ericonr

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-30974@inbox.vuxu.org \
    --to=paper42@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).