xbps-{install,query}: added -i to ignore repos defined in xbps.d.
See the NEWS file for more information.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
*
|
||||
* This header documents the full API for the XBPS Library.
|
||||
*/
|
||||
#define XBPS_API_VERSION "20141121"
|
||||
#define XBPS_API_VERSION "20141121-1"
|
||||
|
||||
#ifndef XBPS_VERSION
|
||||
#define XBPS_VERSION "UNSET"
|
||||
@@ -176,6 +176,13 @@
|
||||
*/
|
||||
#define XBPS_FLAG_BESTMATCH 0x00000100
|
||||
|
||||
/**
|
||||
* @def XBPS_FLAG_IGNORE_CONF_REPOS
|
||||
* Ignore repos defined in configuration files.
|
||||
* Must be set through the xbps_handle::flags member.
|
||||
*/
|
||||
#define XBPS_FLAG_IGNORE_CONF_REPOS 0x00000200
|
||||
|
||||
/**
|
||||
* @def XBPS_FETCH_CACHECONN
|
||||
* Default (global) limit of cached connections used in libfetch.
|
||||
|
Reference in New Issue
Block a user