mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-21 22:37:43 +00:00
slightly adapt repository text
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3c4e441d7c
commit
34074c1b80
@ -108,11 +108,13 @@ impl APTRepositoryHandle {
|
|||||||
Proxmox subscription users."
|
Proxmox subscription users."
|
||||||
}
|
}
|
||||||
APTRepositoryHandle::NoSubscription => {
|
APTRepositoryHandle::NoSubscription => {
|
||||||
"This is the recommended repository for testing and non-production use."
|
"This is the recommended repository for testing and non-production use. \
|
||||||
|
Its packages are not as heavily tested and validated as the production ready \
|
||||||
|
enterprise repository. You don’t need a subscription key to access this repository."
|
||||||
}
|
}
|
||||||
APTRepositoryHandle::Test => {
|
APTRepositoryHandle::Test => {
|
||||||
"This repository contains the latest packages and is primarily used by developers \
|
"This repository contains the latest packages and is primarily used for test labs \
|
||||||
to test new features."
|
and by developers to test new features."
|
||||||
}
|
}
|
||||||
APTRepositoryHandle::CephPacific => {
|
APTRepositoryHandle::CephPacific => {
|
||||||
"This repository holds the main Proxmox Ceph Pacific packages."
|
"This repository holds the main Proxmox Ceph Pacific packages."
|
||||||
|
Loading…
Reference in New Issue
Block a user