Update refs to pkg-index, which aren't true anymore.
This commit is contained in:
@@ -78,7 +78,7 @@ transaction_cb(struct xbps_transaction_cb_data *xtcd)
|
||||
xtcd->pkgver, xtcd->binpkg_fname);
|
||||
break;
|
||||
case XBPS_TRANS_STATE_REPOSYNC:
|
||||
printf("Synchronizing pkg-index for `%s' ...\n",
|
||||
printf("Synchronizing index for `%s' ...\n",
|
||||
xtcd->repourl);
|
||||
break;
|
||||
default:
|
||||
@@ -120,7 +120,7 @@ transaction_err_cb(struct xbps_transaction_cb_data *xtcd)
|
||||
state_descr = "failed to register package";
|
||||
break;
|
||||
case XBPS_TRANS_STATE_REPOSYNC:
|
||||
xbps_error_printf("Failed to sync pkg-index: %s\n",
|
||||
xbps_error_printf("Failed to sync index: %s\n",
|
||||
res ? res : strerror(xtcd->err));
|
||||
return;
|
||||
default:
|
||||
|
@@ -37,7 +37,7 @@
|
||||
#include "defs.h"
|
||||
|
||||
/*
|
||||
* Removes stalled pkg entries in repository's pkg-index.plist file, if any
|
||||
* Removes stalled pkg entries in repository's index.plist file, if any
|
||||
* binary package cannot be read (unavailable, not enough perms, etc).
|
||||
*/
|
||||
static int
|
||||
@@ -113,7 +113,7 @@ repoidx_getdict(const char *pkgdir)
|
||||
int rv;
|
||||
|
||||
/*
|
||||
* Remove entries in repositories pkg-index for unexistent
|
||||
* Remove entries in repositories index for unexistent
|
||||
* packages, i.e dangling entries.
|
||||
*/
|
||||
if ((rv = remove_missing_binpkg_entries(pkgdir)) != 0)
|
||||
|
Reference in New Issue
Block a user