-
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.
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 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 |
---|---|---|
|
@@ -218,7 +218,7 @@ Migrating Using a V2+V3 or V3-Only Backup | |
cd ~/Persistent/securedrop/ | ||
git fetch --tags | ||
git tag -v 1.7.1 | ||
git tag -v 1.8.0 | ||
The output should include the following two lines: | ||
|
||
|
@@ -239,10 +239,10 @@ Migrating Using a V2+V3 or V3-Only Backup | |
|
||
.. code:: sh | ||
git checkout 1.7.1 | ||
git checkout 1.8.0 | ||
.. important:: | ||
If you see the warning ``refname '1.7.1' is ambiguous`` in the | ||
If you see the warning ``refname '1.8.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>`__). | ||
|
@@ -385,7 +385,7 @@ source accounts, and journalist accounts. To do so, follow the steps below: | |
cd ~/Persistent/securedrop/ | ||
git fetch --tags | ||
git tag -v 1.7.1 | ||
git tag -v 1.8.0 | ||
The output should include the following two lines: | ||
|
||
|
@@ -405,11 +405,11 @@ source accounts, and journalist accounts. To do so, follow the steps below: | |
|
||
.. code:: sh | ||
git checkout 1.7.1 | ||
git checkout 1.8.0 | ||
.. important:: | ||
If you see the warning ``refname '1.7.1' is ambiguous`` in the | ||
If you see the warning ``refname '1.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,7 +137,7 @@ signed with the release signing key: | |
cd ~/Persistent/securedrop/ | ||
git fetch --tags | ||
git tag -v 1.7.1 | ||
git tag -v 1.8.0 | ||
The output should include the following two lines: | ||
|
||
|
@@ -158,9 +158,9 @@ screen of your workstation. If it does, you can check out the new release: | |
|
||
.. code:: sh | ||
git checkout 1.7.1 | ||
git checkout 1.8.0 | ||
.. important:: If you see the warning ``refname '1.7.1' is ambiguous`` in the | ||
.. important:: If you see the warning ``refname '1.8.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>`__). | ||
|
||
|