Fix #69 (No way to set globally a custom architecture)

The "architecture" configuration keyword is now available to override
the native machine architecture returned by (uname(2)).

The XBPS_ARCH environment variable still has preference.
This commit is contained in:
Juan RP
2014-11-19 11:36:09 +01:00
parent b2bc7af66e
commit 428a747fad
8 changed files with 72 additions and 3 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.42 (???):
* Implemented issue #69 (No way to set globally a custom architecture)
A new configuration keyword "architecture" has been added to override
the native machine architecture (uname -m).
* Fixed issue #68 "xbps_binpkg_arch() asserts if arch contains a dash"
https://github.com/voidlinux/xbps/issues/68