Introduces orc binary-archives command, with the following subcommands:
orc binary-archives clean: deletes old binary archives
orc binary-archives fix-symlinks: alias for orc fix-binary-archives-symlinks
orc binary-archives ls: alias for orc ls --binary-archives
The binary-archives clean command uses the same logic used by the former orchestra; it removes archives which are not the target of any symlink.
For consistency I added the cwd parameter to all the subprocess helper functions instead of adding it only to try_run_internal_script and get_script_output.
Introduces
orc binary-archives
command, with the following subcommands:orc binary-archives clean
: deletes old binary archivesorc binary-archives fix-symlinks
: alias fororc fix-binary-archives-symlinks
orc binary-archives ls
: alias fororc ls --binary-archives
The
binary-archives clean
command uses the same logic used by the former orchestra; it removes archives which are not the target of any symlink.For consistency I added the
cwd
parameter to all the subprocess helper functions instead of adding it only totry_run_internal_script
andget_script_output
.