Merge ~ruinedyourlife/lp-archive:feat-copy-docs-and-changes into lp-archive:main

Proposed by Quentin Debhi
Status: Merged
Approved by: Quentin Debhi
Approved revision: 43723e6103bced662ae928fe137792c697613ca7
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~ruinedyourlife/lp-archive:feat-copy-docs-and-changes
Merge into: lp-archive:main
Diff against target: 13 lines (+1/-1)
1 file modified
lp_archive/templates/index.html (+1/-1)
Reviewer Review Type Date Requested Status
Ines Almeida Approve
Review via email: mp+465132@code.launchpad.net

Commit message

Fix live documentation typos

To post a comment you must log in.
Revision history for this message
Ines Almeida (ines-almeida) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lp_archive/templates/index.html b/lp_archive/templates/index.html
2index 1eb5914..81924c3 100644
3--- a/lp_archive/templates/index.html
4+++ b/lp_archive/templates/index.html
5@@ -87,7 +87,7 @@ deb [snapshot=20230302T030400Z] http://archive.ubuntu.com/ubuntu/ jammy-updates
6 deb [snapshot=20230302T030400Z] http://security.ubuntu.com/ubuntu jammy-security main restricted</code></pre>
7
8 <h4>Using a specific snapshot for all repositories that support snapshots</h4>
9- <p>Alternatively, across all supported Ubuntu releases, a snapshot can be set for all repositories that have snapshots enabled on a system using an <code>pt.conf</code>a variable. First, ensure the <a href="#enable-snapshot-service">relevant repositories are enabled</a>, and then set <code>APT::Snapshot</code> to the relevant snapshot ID, for example:</p>
10+ <p>Alternatively, across all supported Ubuntu releases, a snapshot can be set for all repositories that have snapshots enabled on a system using an <code>apt.conf</code>a variable. First, ensure the <a href="#enable-snapshot-service">relevant repositories are enabled</a>, and then set <code>APT::Snapshot</code> to the relevant snapshot ID, for example:</p>
11 <pre><code>echo 'APT::Snapshot "20240301T030400Z";' | sudo tee
12 /etc/apt/apt.conf.d/50snapshot</code></pre>
13 <p>As above, this snapshot will then be used for all <code>apt</code> commands, including <code>unattended-upgrades</code>. The system can then be updated to use a different snapshot by simply running the above command again with a different snapshot ID.</p>

Subscribers

People subscribed via source and target branches