revng / revng-orchestra

rev.ng's package manager
4 stars 6 forks source link

orc binary-archives command (including clean support) #22

Closed fcremo closed 3 years ago

fcremo commented 3 years ago

Introduces orc binary-archives command, with the following subcommands:

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.

aleclearmind commented 3 years ago

Merged, thanks!