You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be handy to cache the output of dose-ceve (see the TODO "Cache this output ..." at line 148).
Also, getting the ratt run results in JSON format opens the way for a few interesting use cases, including ratt-as-a-service.
The output JSON format would be such that with some basic filtering it can be used to feed ratt with the list of packages to build.
For example when passed the -jsonout ratt.json option, ratt would output the following JSON file:
This format would be suitable for input, i.e. when ratt is started with -jsonin ratt1.json passing the above file, it would skip invoking dose-ceve and start rebuilding the libltcsmpte and libtheora packages straightaway.
The text was updated successfully, but these errors were encountered:
It would be handy to cache the output of
dose-ceve
(see the TODO "Cache this output ..." at line 148).Also, getting the ratt run results in JSON format opens the way for a few interesting use cases, including ratt-as-a-service.
The output JSON format would be such that with some basic filtering it can be used to feed ratt with the list of packages to build.
For example when passed the
-jsonout ratt.json
option, ratt would output the following JSON file:This file can be easily filtered with jq, as in:
obtaining for example:
This format would be suitable for input, i.e. when ratt is started with
-jsonin ratt1.json
passing the above file, it would skip invokingdose-ceve
and start rebuilding thelibltcsmpte
andlibtheora
packages straightaway.The text was updated successfully, but these errors were encountered: