Skip to content

Commit

Permalink
pages: signing_builds: Add signature reset patch for all LineageOS ve…
Browse files Browse the repository at this point in the history
…rsions

Change-Id: I622308b02c54b6334baa153931e6279fa1062742
  • Loading branch information
npjohnson committed Aug 7, 2024
1 parent fabdb42 commit f866d38
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/signing_builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,16 @@ on all packages at every boot. Install them for as little time as possible." %}

You can set up your own migration builds by running:

LineageOS 21.0:
```
repopick -f 399285
```

LineageOS 20.0:
```
repopick -f 380125
```

LineageOS 19.1:
```
repopick -f 327460
Expand Down Expand Up @@ -235,6 +245,11 @@ LineageOS 14.1:
repopick -f 156047 162144
```

LineageOS 13.0:
```
repopick -f 160272
```

Then, follow the [instructions to generate an install package](#generating-an-install-package).

#### Going back
Expand Down

0 comments on commit f866d38

Please sign in to comment.