You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/contribute-to-core-lightning/release-checklist.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Here's a checklist for the release process.
117
117
8. Push the tag to the remote repository `git push --tags`.
118
118
9. Create a new release draft for `v<VERSION>.<POINT_VERSION>` on GitHub, ensuring to check the `Set as a pre-release` option.
119
119
10. Execute the script contrib/cl-repro.sh for the [Builder image setup](https://docs.corelightning.org/docs/repro#builder-image-setup). This will generate the builder images `cl-repro-<codename>` needed for the next step.
120
-
11. Run the following script to prepare the required builds `tools/build-release.sh bin-Fedora-28-amd64 bin-Ubuntu sign`.
120
+
11. Run the following script to prepare the required builds `tools/build-release.sh bin-Fedora bin-Ubuntu sign`.
121
121
12. Upload the reproducible builds along with `SHA256SUMS` and `SHA256SUMS.asc` files from the release folder to the newly drafted release.
122
122
13. Share the `SHA256SUMS` and `SHA256SUMS.asc` files with the team for verification and signing.
123
123
14. Append the signatures received from the team to the `SHA256SUMS.asc` file. Verify the file using `gpg --verify SHA256SUMS.asc`. Then re-upload the file.
Copy file name to clipboardExpand all lines: doc/getting-started/advanced-setup/repro.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ The release captain is in charge of creating the manifest, whereas contributors
124
124
## Script build-release
125
125
1: Pull latest code from master
126
126
127
-
2: Run the `tools/build-release.sh bin-Fedora-28-amd64 bin-Ubuntu sign` script. This will create a release directory, build binaries for Fedora, and build binaries for Ubuntu (Focal, Jammy, and Noble). Finally, it will sign the ZIP, Fedora, and Ubuntu builds.
127
+
2: Run the `tools/build-release.sh bin-Fedora bin-Ubuntu sign` script. This will create a release directory, build binaries for Fedora, and build binaries for Ubuntu (Focal, Jammy, and Noble). Finally, it will sign the ZIP, Fedora, and Ubuntu builds.
128
128
129
129
## Manual
130
130
The release captain creates the manifest as follows:
@@ -199,10 +199,12 @@ sha256sum -c SHA256SUMS
199
199
Producing output similar to the following:
200
200
201
201
```shell
202
-
sha256sum: clightning-v0.9.0-Fedora-28-amd64.tar.gz: No such file or directory
203
-
clightning-v0.9.0-Fedora-28-amd64.tar.gz: FAILED open or read
204
-
clightning-v0.9.0-Ubuntu-18.04.tar.xz: OK
205
-
clightning-v0.9.0.zip: OK
202
+
sha256sum: clightning-v24.11-Fedora-35-amd64.tar.gz: No such file or directory
203
+
clightning-v24.11-Fedora-35-amd64.tar.gz: FAILED open or read
204
+
clightning-v24.11-Ubuntu-20.04.tar.xz: OK
205
+
clightning-v24.11-Ubuntu-22.04.tar.xz: OK
206
+
clightning-v24.11-Ubuntu-24.04.tar.xz: OK
207
+
clightning-v24.11.zip: OK
206
208
sha256sum: WARNING: 1 listed file could not be read
0 commit comments