Skip to content

Honky Tonk Women

Compare
Choose a tag to compare
@aji-prod aji-prod released this 09 May 14:41
· 100 commits to master since this release
  • Add --edit flag support;
  • Add --confirm flag support, not documented;
  • Add a TOMATO_EDITOR= configuration key;
  • Fix the TOMATO_FOO= with no value to disable a feature, as documented.

Tomato can now edit the PKGBUILDs during a build, with tomato refresh and tomato add commands, by passing the --edit flag.

A new TOMATO_EDITOR= configuration key is introduced to tune the editor used within the Docker image.

By default, on the --rebuild-image phase, tomato peeks up the current $EDITOR environment variable and tries to install it during the Docker image build for further use.
If the $EDITOR is not trivial, the editor installation may fail, in such case override the TOMATO_EDITOR= configuration entry. If no TOMATO_EDITOR= is overridden, nor an $EDITOR is set, the vim command from the package extra/vim is used.