xbps-install(1): added -U --unpack-only to only unpack pkgs, skips configuration.
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
*
|
||||
* This header documents the full API for the XBPS Library.
|
||||
*/
|
||||
#define XBPS_API_VERSION "20150528"
|
||||
#define XBPS_API_VERSION "20150603"
|
||||
|
||||
#ifndef XBPS_VERSION
|
||||
#define XBPS_VERSION "UNSET"
|
||||
@ -200,6 +200,13 @@
|
||||
*/
|
||||
#define XBPS_FLAG_FORCE_REMOVE_REVDEPS 0x00000800
|
||||
|
||||
/**
|
||||
* @def XBPS_FLAG_UNPACK_ONLY
|
||||
* Do not configure packages in the transaction, just unpack them.
|
||||
* Must be set through the xbps_handle::flags member.
|
||||
*/
|
||||
#define XBPS_FLAG_UNPACK_ONLY 0x00001000
|
||||
|
||||
/**
|
||||
* @def XBPS_FETCH_CACHECONN
|
||||
* Default (global) limit of cached connections used in libfetch.
|
||||
|
Reference in New Issue
Block a user