Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-07 | update field names in the man page of just-mr-repository-config | Alberto Sartori | |
2022-10-20 | share: Provide bash completion for just-mr | Oliver Reiche | |
2022-10-20 | man: Section-5 man page for just-mrrc | Oliver Reiche | |
2022-10-20 | man: Section-1 man page for just-mr | Paul Cristian Sarbu | |
Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> | |||
2022-10-20 | man: Update just-mr-repository-config man page | Oliver Reiche | |
2022-10-20 | man: Update just man page | Oliver Reiche | |
2022-10-04 | just: Fix version subcommand; Fix just section-1 man page | Paul Cristian Sarbu | |
The version subcommand now has no expected command line options, as expected. Also the version subcommand was missing from the man page synopsis. | |||
2022-08-31 | Also track the the dependencies on configured targets | Klaus Aehlig | |
... to be able to report the respective graph for later analysis by other tools. | |||
2022-07-27 | man: Update man page on options for describe subcommand | Oliver Reiche | |
2022-07-27 | install-cas now accepts --log-limit and --log-file | Alberto Sartori | |
2022-07-08 | In install-cas be more liberal in parsing artifact identifiers | Klaus Aehlig | |
2022-07-06 | When requesting action input, also provide action information | Klaus Aehlig | |
Extend the --request-action-input option to also provide command line, environment, etc, of the requested action. As this option is mainly for debugging, having that information available via the analyse subcommand is useful; for build/install that change does not make a difference anyway. | |||
2022-07-05 | Make remote endpoint specification part of analysis | Klaus Aehlig | |
The remote execution endpoint shards the target-level cache; still, for analysis, we want to specify a particular target-level cache, e.g., to analyse the inputs of a particular action that failed remotely. Note that the action identifier depends on the target-level cache in question, due to the extensional projection implicit in target-level caching. | |||
2022-07-05 | Remove option --persistent | Klaus Aehlig | |
... as the --request-action-input option provides a clean way of restoring the inputs to a specific action, without the need of interacting with the internal directory structure of the tool. In particular, the new option also works for remote builds. | |||
2022-07-05 | Implement staging of action inputs | Klaus Aehlig | |
Add an option to change the requested result to be (as artifacts) the input stage of a specified action. In this way, the inputs to individual actions can conveniently be inspected, e.g., for local debugging of why an action failed. | |||
2022-06-30 | Add section-5 man page for just-mr repository config file format | Paul Cristian Sarbu | |
2022-06-29 | Error reporting: also abbreviate the expression in the stack trace | Klaus Aehlig | |
... to the same limit as the values occuring in the stack. | |||
2022-06-28 | Support more verbose error reporting | Klaus Aehlig | |
2022-06-27 | Share: Add section 5 man page for repository config format | Oliver Reiche | |
2022-06-24 | Add a version subcommand | Klaus Aehlig | |
To also allow identifying snapshot versions in a meaningful way, we support embedding SOURCE_DATE_EPOCH which ought to be set to the commit time of the commit used. | |||
2022-06-24 | Add man page describing the action graph file format | Klaus Aehlig | |
2022-06-23 | update man 1 page | Alberto Sartori | |
add details for the --action-timeout and -f,--log-file command line options | |||
2022-06-13 | Logging: Extend logger by level for Performance | Oliver Reiche | |
2022-06-09 | Change wording of -D to emphasize that it is an overlay | Klaus Aehlig | |
While there, also document the option (in more detail) in the man page. | |||
2022-06-09 | add just 1 man page | Alberto Sartori | |
2022-04-29 | add simple bash completion for targets | Alberto Sartori | |
2022-04-28 | improve bash completion | Alberto Sartori | |
before this patch the completion from just install to install-cas did not work. this patch adds autocompletion to directories and files as well. | |||
2022-04-22 | simple bash completion | Alberto Sartori | |