launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #31086
[Merge] ~ruinedyourlife/lp-archive:feat-copy-docs-and-changes into lp-archive:main
Quentin Debhi has proposed merging ~ruinedyourlife/lp-archive:feat-copy-docs-and-changes into lp-archive:main.
Commit message:
Fix live documentation typos
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~ruinedyourlife/lp-archive/+git/lp-archive/+merge/465132
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~ruinedyourlife/lp-archive:feat-copy-docs-and-changes into lp-archive:main.
diff --git a/lp_archive/templates/index.html b/lp_archive/templates/index.html
index 1eb5914..81924c3 100644
--- a/lp_archive/templates/index.html
+++ b/lp_archive/templates/index.html
@@ -87,7 +87,7 @@ deb [snapshot=20230302T030400Z] http://archive.ubuntu.com/ubuntu/ jammy-updates
deb [snapshot=20230302T030400Z] http://security.ubuntu.com/ubuntu jammy-security main restricted</code></pre>
<h4>Using a specific snapshot for all repositories that support snapshots</h4>
- <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>
+ <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>
<pre><code>echo 'APT::Snapshot "20240301T030400Z";' | sudo tee
/etc/apt/apt.conf.d/50snapshot</code></pre>
<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>