summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
7 daystomato v0.8.3aji
2024-04-110.8.2aji
2024-04-09fix invalid release.aji
2024-04-08tomato: 0.8.1aji
> Come on, can't you show a little mercy and compassion? * Fix pikaur build due to a base-devel missing; * Fix repose unable to import some packages.
2024-01-01fix PKBGUILDaji
2024-01-01fix PKGBUILDaji
2023-11-02tomato 0.8.0aji
> Waltz for Venus * Fix [`fakeroot`](https://man.archlinux.org/man/fakeroot.1.en) hanging when called within the docker image; * Fix some noises produced by the pikaur's `--print-commands` option; * Add a new `TOMATO_ULIMIT=` configuration key to tweak the parameter passed to the `--ulimit` option for docker (the default one is `nofile=1024:524288`); * Add a new `--remote-update` option, in case where tomato is broken, which will download the tomato package from GitHub and will install it on the system.
2023-08-23tomato v0.7.3aji
2023-01-07tomato v0.7.2aji
2022-11-12tomato 0.7.1aji
> But I did tell you. I told you just now!
2022-05-25v0.7.0aji
2022-04-23v0.6.2aji
> Come on! There's nothing to be afraid of. Come here, let's talk. * Add auto remove the previous leftover docker image on successful build. * Fix leftover pacman cache on docker build for the final image.
2022-01-01tomato v0.6.1aji
2021-09-27v0.6.0aji
* Add `tomato status` command alias to `tomato list status` (not documented); * Add `tomato` with no verb to attach the running tomato image, if any, to the current console (not documented); * Fix some completions; * Fix `tomato list status` error if no database exists.
2020-12-03tomato v0.5.1-1aji
2020-11-07v0.5.0-1aji
2020-07-23v0.4.1aji
2020-05-09tomato v0.4.0aji
2020-04-05v0.3.1aji
2020-02-09Missing .SRCINFOaji
2020-02-09Merge branch 'master' of ssh://aur.archlinux.org/tomatoaji
2020-02-09v0.3.0aji
2019-05-13v0.2.2-1aji
Quick fix issue: tomato tried to be too smart while updating the packages, and forgot the previous packages. This feature is now disabled, the tomato refresh command will rebuild the whole repository for now. To re-register the previous packages run the following command: ```sh for package in `sudo tomato list | sed -E 's:\r\n:\n'`; do echo "Re-register $package" tomato add "$package" done ```
2019-04-20version 0.2.1aji
Fix some issuer: * pikaur not callable; * mirrormist not shared with the host.
2019-01-26First AUR package for tomato (v0.2.0)aji