libxbps: add xbps_repository_pool_sync, to sync repoidx from all remotes.

This commit is contained in:
Juan RP
2011-11-10 23:14:50 +01:00
parent de4504c248
commit c2eed68471
6 changed files with 61 additions and 77 deletions

View File

@ -266,7 +266,7 @@ main(int argc, char **argv)
if (argc != 1)
usage(xhp);
rv = repository_sync();
rv = xbps_repository_pool_sync();
if (rv == ENOTSUP) {
xbps_error_printf("xbps-repo: no repositories "
"currently registered!\n");