Skip to content

Commit d35d28f

Browse files
authored
Merge pull request #133 from histrio/new-feature-delete-release
A new feature: removing patchsets from eportal
2 parents 72e1a71 + d824c16 commit d35d28f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/eportal/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,21 @@ configuration.
589589

590590
![libcare feed](/images/eportal-libcare-feed.png)
591591

592+
### Disable arbitrary patchset
593+
594+
To disable a patchset, run the following command:
595+
596+
```
597+
kc.eportal kcare unroll K20210129_02
598+
```
599+
600+
If you want to remove a patches instead of disabling them, you can use the
601+
`--delete` option:
602+
603+
```
604+
kc.eportal kcare unroll K20210129_02 --delete
605+
```
606+
592607
### CLI to install the latest patchsets
593608

594609
To update the default feed, run the following command:

0 commit comments

Comments
 (0)