Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] xbps-src: XBPS_MAKEJOBS does not take value when set in CLI
Date: Fri, 04 Feb 2022 18:22:21 +0100	[thread overview]
Message-ID: <20220204172221.U809_pauR3iiy7nqvyDWo-4H0jgTt7ZGhcE_8IXhE9Y@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35223@inbox.vuxu.org>

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

Closed issue by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/35223

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname: Void 5.15.14_1 x86_64 AuthenticAMD notuptodate rrFFFFFFFFFFFFFFF

### Expected behavior

```
$ XBPS_MAKEJOBS=12345 ./xbps-src show-var XBPS_MAKEJOBS
12345
```
or
```
$ export XBPS_MAKEJOBS=12345
$ ./xbps-src show-var XBPS_MAKEJOBS
12345
```

### Actual behavior

```
$ XBPS_MAKEJOBS=12345 ./xbps-src show-var XBPS_MAKEJOBS
# takes value from etc/conf
12
```
or
```
$ export XBPS_MAKEJOBS=12345
$ ./xbps-src show-var XBPS_MAKEJOBS
# takes value from etc/conf
12
```
If no value was set in `etc/conf`:
```
$ XBPS_MAKEJOBS=12345 ./xbps-src show-var XBPS_MAKEJOBS
# empty
```

### Steps to reproduce the behavior

see above.


  parent reply	other threads:[~2022-02-04 17:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24 21:38 [ISSUE] " classabbyamp
2022-01-26 19:03 ` Chocimier
2022-01-26 21:01 ` classabbyamp
2022-01-27 19:43 ` Chocimier
2022-02-04 15:01 ` abenson
2022-02-04 17:22 ` classabbyamp [this message]
2022-02-04 17:22 ` 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=20220204172221.U809_pauR3iiy7nqvyDWo-4H0jgTt7ZGhcE_8IXhE9Y@z \
    --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).