Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] xbps-src: XBPS_MAKEJOBS does not take value when set in CLI
@ 2022-01-24 21:38 classabbyamp
  2022-01-26 19:03 ` Chocimier
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: classabbyamp @ 2022-01-24 21:38 UTC (permalink / raw)
  To: ml

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

New 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
```

### Steps to reproduce the behavior

see above.


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24 21:38 [ISSUE] xbps-src: XBPS_MAKEJOBS does not take value when set in CLI 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 ` [ISSUE] [CLOSED] " classabbyamp
2022-02-04 17:22 ` classabbyamp

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).