You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2022/02/20 03:55:07 UTC

[GitHub] [buildstream] gtristan commented on issue #442: RFE: Report of code changes between 2 different SHA

gtristan commented on issue #442:
URL: https://github.com/apache/buildstream/issues/442#issuecomment-1046157378


   This is something I frankly don't see happening *in buildstream* itself, although could be fairly simple to implement with a script *outside* of buildstream.
   
   e.g.:
   ```sh
   #!/bin/bash
   #
   # A script which knows about how the BuildStream project is stored, perhaps in git, and then performs an overall diff
   #
   git checkout <rev_a>
   bst source checkout --deps all --directory CHECKOUT_A <target.bst>
   git checkout <rev_b>
   bst source checkout --deps all --directory CHECKOUT_B <target.bst>
   
   difftool CHECKOUT_A CHECKOUT_B
   ```
   
   I'm going to close this as wontfix as I believe it to be out of scope for the core tooling.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org