@@ -23,13 +23,6 @@ To create a signed binary package, you need:
2323 [ msysgit] ( https://msysgit.github.io ) on Windows)
2424- ` [email protected] ` secret key in GPG keyring.
2525
26- To create signed Windows executables, you also need:
27-
28- - ` signtool.exe ` , which is installed with the
29- [ Windows SDK] ( http://microsoft.com/en-us/download/confirmation.aspx?id=8279 ) .
30- - "FP Complete, Corporation" code signing key installed. See
31- [ instructions for creating one with StartSSL] ( https://forum.startcom.org/viewtopic.php?p=5480&sid=143a360f30427e979f6c5b05c2df82cc#p5480 ) .
32-
3326To upload a binary to a Github release, you also need:
3427
3528- A [ Github authorization token] ( https://github.com/settings/tokens ) with
@@ -39,24 +32,6 @@ To upload a binary to a Github release, you also need:
3932 (probably as a draft) with a tag for the stack package's version (e.g.
4033 ` vX.Y.Z ` ).
4134
42- To create and upload Debian/Ubuntu packages, you need:
43-
44- - deb-s3 installed (` sudo gem install deb-s3 ` ).
45- - ` [email protected] ` secret key in GPG keyring.
46- - Set ` AWS_SECRET_ACCESS_KEY ` and ` AWS_ACCESS_KEY_ID ` environment variables with
47- credentials that allow uploading to download.fpcomplete.com S3 bucket.
48-
49- To create and upload Red Hat/CentOS packages, you need:
50-
51- - [ rpm-s3 installed] ( https://github.com/crohr/rpm-s3 ) .
52- - ` [email protected] ` secret key in GPG keyring.
53- - Set ` AWS_SECRET_ACCESS_KEY ` and ` AWS_ACCESS_KEY_ID ` environment variables with
54- credentials that allow uploading to download.fpcomplete.com S3 bucket.
55-
56- To create and upload Arch packages, you need:
57-
58- - [ AWS CLI installed] ( http://docs.aws.amazon.com/cli/latest/userguide/installing.html ) .
59-
6035Invocation
6136----------
6237
0 commit comments