Stray Dog Strut
Some minor improvements:
- The command
tomato refresh
doesn't fail no more on the first package build failure; - The command
tomato refresh <packages>
refreshes the<packages>
instead of adding them; - The old packages built for the tomato repository are cleaned up;
- The command
tomato version
shows only the tomato's version; - Add a new command option
tomato version all
with the previous behavior; - Add a new command option
tomato list split
which shows up:- The split packages which produce more than one package, with different names,
- The packages which should be available from the tomato database but which are not;
- Fix the tomato image build if the archlinux-keyring package needs to be updated first;
- The docker tomato.sh script uses the same output colors than the host script.