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

documentation update: add patchwork screenshot and link to CI script commit #80

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added documentation/img/patchwork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions documentation/pasta-patchwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ The commands executed by the script at each stage can be outlined as follows:
$ ./manage.py replacerelations <path-to-patch-groups-file-from-previous-step>
```

<div class="center-image">
![pasta-patchwork](./img/patchwork.png)
</div>

### Code implementing this functionality
- [script demonstrating end to end
flow](https://github.com/lfd/PaStA/commit/5d0ea62609dcf2a0d89000655ae49ec2a49b330b)

## Future Work
- Along with forming relations between patches PaStA can also associate a
relation with the upstream commits in the repo for that relation. We can
Expand Down