Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
0a141b24
Commit
0a141b24
authored
Jun 17, 2014
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release process++.
parent
e2389630
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
wiki/src/contribute/release_process.mdwn
wiki/src/contribute/release_process.mdwn
+17
-0
No files found.
wiki/src/contribute/release_process.mdwn
View file @
0a141b24
...
...
@@ -240,6 +240,23 @@ If at freeze time:
as detailed on the [[documentation for
translators|contribute/how/translate]].
Import the signing key
======================
You should never import the Tails signing key into your own keyring,
and a good practice is to import it to a tmpfs so no key material is
written to disk:
export GNUPGHOME=$(mktemp -d)
sudo mount -t tmpfs tmpfs "$GNUPGHOME"
gpg --homedir $HOME/.gnupg --export $TAILS_SIGNATURE_KEY | gpg --import
gpg --import path/to/private-key
Let's also ensure that strong digest algorithms are used for our
signatures, like the defaults we set in Tails:
cp config/chroot_local-includes/etc/skel/.gnupg/gpg.conf "$GNUPGHOME"
Tag the release in Git
======================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment