[Slackbuilds-users] best way to mass-rebuild? (w/dependencies?)
David O'Shaughnessy
lists at osh.id.au
Fri Feb 11 08:02:43 UTC 2022
On Fri, 11 Feb 2022, at 3:44 PM, David Chmelik wrote:
> If I want to mass-rebuild all my installed packages in one go ('at
> once') including w/queues, what's the best way? I thought it was
> sbotools, but depending what I used for end of package name (_SBo or
> ponce,) sbotools seemed to replace some newer versions (I upgraded and
> some perhaps reverted in SBo-git, unsure) with old ones.
One quick way:
sboupgrade -fz $(ls /var/log/packages/*_SBo | cut -d'/' -f5 | rev | cut -d- -f4- | rev)
But as you said, at present sbotools doesn't do any smart version checking, so it will offer version downgrades for things you've manually updated. That would be a nice patch for sbotools actually (no downgrades by default).
I'm not sure what the full solution could be if you have a mix of custom build stuff.
--
Dave
More information about the SlackBuilds-users
mailing list