Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dr update should end with a digest of what happened #16

Open
pazdera opened this issue Mar 11, 2014 · 0 comments
Open

dr update should end with a digest of what happened #16

pazdera opened this issue Mar 11, 2014 · 0 comments

Comments

@pazdera
Copy link
Contributor

pazdera commented Mar 11, 2014

Add a pretty digest of which packages were rebuilt during a dr update, from which revision to which and whether the build was passed or failed.

Nobody really reads the whole log anyway, so this feature could be really useful.

Example format

$ dr build
... doing stuff ...
dr build    make-pong      1a7ccde -> 87a7aa7  PASSED
dr build    make-music     no changes          SKIPPED
dr build    make-minecraft ed1cdec -> c4a4ac7  FAILED
dr build    Summary: 1 rebuilt, 1 failed, 1 skipped.

### What needs to be done

1. Modify the `dr update` [subcommand](https://github.com/KanoComputing/kano-repository-manager/blob/master/bin/dr#L456) to keep track of errors and build revisions, so they can be printed at the end of the build.
@pazdera pazdera added this to the dr 0.2 milestone Aug 21, 2014
@pazdera pazdera removed this from the dr 0.2 milestone Aug 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant