From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH proxmox-offline-mirror] partially-fix #5958: doc: add additional example for debug packages
Date: Thu, 5 Dec 2024 10:15:00 +0100 [thread overview]
Message-ID: <20241205091500.1688915-1-f.gruenbichler@proxmox.com> (raw)
our repositories don't override their section to debug, and they can get quite
big..
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
---
docs/offline-mirror.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/docs/offline-mirror.rst b/docs/offline-mirror.rst
index 1ae56e7..d4a8c1f 100644
--- a/docs/offline-mirror.rst
+++ b/docs/offline-mirror.rst
@@ -82,6 +82,17 @@ Some examples for packages and section filters:
- `--skip-sections 'games'` - filter sections containing game packages
- `--skip-sections 'debug'` - filter sections containing debug information
+If you want to skip all debugging related packages (which might not always be
+in the `debug` section mentioned in the example above), the following set of
+filters should work:
+
+.. code-block::
+
+ --skip-packages *-dbgsym \
+ --skip-packages *-dbg \
+ --skip-packages *-debug \
+ --skip-sections debug
+
Please refer to https://packages.debian.org/bookworm/ for a list of Debian archive sections and
their contents.
--
2.39.5
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next reply other threads:[~2024-12-05 9:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-05 9:15 Fabian Grünbichler [this message]
2024-12-09 18:52 ` [pve-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241205091500.1688915-1-f.gruenbichler@proxmox.com \
--to=f.gruenbichler@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox