xbps-rindex: do not add "packaged-with" obj to the index.
With our current xbps-src it's unnecessary because the current git revision is already recorded in "source-revisions".
This commit is contained in:
parent
b4ce0f1d0f
commit
925ec15c3d
@ -185,6 +185,7 @@ index_add(struct xbps_handle *xhp, int args, int argmax, char **argv, bool force
|
|||||||
/* Remove unneeded objects */
|
/* Remove unneeded objects */
|
||||||
xbps_dictionary_remove(binpkgd, "pkgname");
|
xbps_dictionary_remove(binpkgd, "pkgname");
|
||||||
xbps_dictionary_remove(binpkgd, "version");
|
xbps_dictionary_remove(binpkgd, "version");
|
||||||
|
xbps_dictionary_remove(binpkgd, "packaged-with");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Add new pkg dictionary into the index.
|
* Add new pkg dictionary into the index.
|
||||||
|
Loading…
Reference in New Issue
Block a user