Towards the end of doing a
If it is supposed to, then I think there's something wrong with it. I've been using synth for months and months at least, maybe a year or even more. Every time it asks me if I want to rebuild the repository, I answer yes. But then after the
On the other hand, if it's not supposed to, then what is it supposed to do? How is it supposed to differ than
synth build
, synth asks you something like "Would you like to rebuild the repository?" Is saying yes to this supposed to accomplish the same thing as the separate synth rebuild-repository
command would do?If it is supposed to, then I think there's something wrong with it. I've been using synth for months and months at least, maybe a year or even more. Every time it asks me if I want to rebuild the repository, I answer yes. But then after the
synth build
completes, I've occasionally run into problems where pkg upgrade -r Synth
doesn't upgrade some of the packages that it seemingly should. Eventually I figured out that doing a synth rebuild-repository
after the synth build
but before the pkg upgrade -r Synth
causes synth to remove a bunch of old packages (despite the fact that I had already answered yes when asked if I wanted to rebuild the repository), and then the pkg upgrade -r Synth
works as expected. I have never once had the issue after figuring this out (which was many, many synth build
s ago).On the other hand, if it's not supposed to, then what is it supposed to do? How is it supposed to differ than
synth rebuild-repository
, and what is its intended purpose?