-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #595 from freedomofpress/2.10.0
Add upgrade guide for 2.10.0
- Loading branch information
Showing
9 changed files
with
150 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,7 @@ signed with the release signing key: | |
cd ~/Persistent/securedrop/ | ||
git fetch --tags | ||
git tag -v 2.9.0 | ||
git tag -v 2.10.0 | ||
The output should include the following two lines: | ||
|
||
|
@@ -160,9 +160,9 @@ screen of your workstation. If it does, you can check out the new release: | |
|
||
.. code:: sh | ||
git checkout 2.9.0 | ||
git checkout 2.10.0 | ||
.. important:: If you see the warning ``refname '2.9.0' is ambiguous`` in the | ||
.. important:: If you see the warning ``refname '2.10.0' is ambiguous`` in the | ||
output, we recommend that you contact us immediately at | ||
[email protected] (`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,7 +229,7 @@ Migrating Using a V2+V3 or V3-Only Backup | |
cd ~/Persistent/securedrop/ | ||
git fetch --tags | ||
git tag -v 2.9.0 | ||
git tag -v 2.10.0 | ||
The output should include the following two lines: | ||
|
||
|
@@ -250,10 +250,10 @@ Migrating Using a V2+V3 or V3-Only Backup | |
|
||
.. code:: sh | ||
git checkout 2.9.0 | ||
git checkout 2.10.0 | ||
.. important:: | ||
If you see the warning ``refname '2.9.0' is ambiguous`` in the | ||
If you see the warning ``refname '2.10.0' is ambiguous`` in the | ||
output, we recommend that you contact us immediately at | ||
[email protected] | ||
(`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__). | ||
|
@@ -472,7 +472,7 @@ source accounts, and journalist accounts. To do so, follow the steps below: | |
cd ~/Persistent/securedrop/ | ||
git fetch --tags | ||
git tag -v 2.9.0 | ||
git tag -v 2.10.0 | ||
The output should include the following two lines: | ||
|
||
|
@@ -491,11 +491,11 @@ source accounts, and journalist accounts. To do so, follow the steps below: | |
|
||
.. code:: sh | ||
git checkout 2.9.0 | ||
git checkout 2.10.0 | ||
.. important:: | ||
If you see the warning ``refname '2.9.0' is ambiguous`` in the | ||
If you see the warning ``refname '2.10.0' is ambiguous`` in the | ||
output, we recommend that you contact us immediately at | ||
[email protected] (`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ update by running the following commands: :: | |
git fetch --tags | ||
gpg --keyserver hkps://keys.openpgp.org --recv-key \ | ||
"2359 E653 8C06 13E6 5295 5E6C 188E DD3B 7B22 E6A3" | ||
git tag -v 2.9.0 | ||
git tag -v 2.10.0 | ||
|
||
The output should include the following two lines: :: | ||
|
||
|
@@ -37,9 +37,9 @@ on the screen of your workstation. A warning that the key is not certified | |
is normal and expected. If the output includes the lines above, you can check | ||
out the new release: :: | ||
|
||
git checkout 2.9.0 | ||
git checkout 2.10.0 | ||
|
||
.. important:: If you do see the warning "refname '2.9.0' is ambiguous" in the | ||
.. important:: If you do see the warning "refname '2.10.0' is ambiguous" in the | ||
output, we recommend that you contact us immediately at [email protected] | ||
(`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
.. _latest_upgrade_guide: | ||
|
||
Upgrade from 2.8.0 to 2.9.0 | ||
=========================== | ||
|
||
|
Oops, something went wrong.