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
5. Gitian signatures (in gitian.sigs/${VERSION}-<linux|win|osx-unsigned>/(your gitian key)/
81
85
@@ -91,9 +95,9 @@ Commit your signature to gitian.sigs:
91
95
git push # Assuming you can push to the gitian.sigs tree
92
96
popd
93
97
94
-
Wait for OSX detached signature:
95
-
Once the OSX build has 3 matching signatures, it will be signed with the Apple App-Store key.
96
-
A detached signature will then be committed to the bitcoin-detached-sigs repository, which can be combined with the unsigned app to create a signed binary.
98
+
Wait for Windows/OSX detached signatures:
99
+
Once the Windows/OSX builds each have 3 matching signatures, they will be signed with their respective release keys.
100
+
Detached signatures will then be committed to the bitcoin-detached-sigs repository, which can be combined with the unsigned apps to create signed binaries.
97
101
98
102
Create the signed OSX binary:
99
103
@@ -103,10 +107,20 @@ Commit your signature to gitian.sigs:
0 commit comments