Don't initialize repository pool via xbps_init, instead in repository_pool public funcs.

That way we can avoid having to sync all remote repositories for any code
using xbps_init()!
This commit is contained in:
Juan RP
2011-06-22 11:55:02 +02:00
parent 12d488ec47
commit 74ce033d45
3 changed files with 29 additions and 19 deletions

View File

@ -259,7 +259,6 @@ struct xbps_handle {
* - Initialize the debug printfs.
* - Internalize the proplib dictionary in config file.
* - Internalize the regpkgdb dictionary (if available).
* - Initialize the repository pool interface (if available).
*
* @param[in] xh Pointer to an xbps_handle structure. It's
* assumed that this pointer is not NULL.