How to update Packages.gz in a build

After a successful build, if I make changes to one package, do a make package/package/clean,compile,update, I see the new package in bin/packages/target. But the bin/packages/target/packages/Packages.gz,.sig,etc is not updated. Is there a way to regenerate those without doing an entire make world?

You may read through Build a single package.

I assume make package/index would be the part that generates it, not 100% sure.

1 Like

Indeed was! Thank-you for the documentation link.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.