From: Gabriel Goller <g.goller@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup] docs: updated README.rst build guide
Date: Mon, 7 Aug 2023 15:49:24 +0200 [thread overview]
Message-ID: <20230807134924.203842-1-g.goller@proxmox.com> (raw)
- we use the debian 12 bookworm mirror
- `make deb-all` doesn't exist anymore, `make deb` builds everything
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
README.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst
index ceab9ad4..b336f3c2 100644
--- a/README.rst
+++ b/README.rst
@@ -44,7 +44,7 @@ example for proxmox crate above).
Build
=====
-on Debian 11 Bullseye
+on Debian 12 Bookworm
Setup:
1. # echo 'deb http://download.proxmox.com/debian/devel/ bookworm main' | sudo tee /etc/apt/sources.list.d/proxmox-devel.list
@@ -58,7 +58,7 @@ Note: 2. may be skipped if you already added the PVE or PBS package repository
You are now able to build using the Makefile or cargo itself, e.g.::
- # make deb-all
+ # make deb
# # or for a non-package build
# cargo build --all --release
--
2.39.2
next reply other threads:[~2023-08-07 13:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-07 13:49 Gabriel Goller [this message]
2023-08-08 9:49 ` [pbs-devel] applied: " Wolfgang Bumiller
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=20230807134924.203842-1-g.goller@proxmox.com \
--to=g.goller@proxmox.com \
--cc=pbs-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.