public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH dab 0/7] Improvements to DAB; Support Devuan 6.0
@ 2025-11-18 22:01 Luke Harding
  2025-11-18 22:01 ` [pve-devel] [PATCH dab 1/7] Add a '--no-ssh' option to dab bootstrap to disable ssh packages that are automatically included Luke Harding
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Luke Harding @ 2025-11-18 22:01 UTC (permalink / raw)
  To: pve-devel; +Cc: Luke Harding

DISCLAIMER:
This patch set is unsolicited. No fixes or discussions about these
changes has occured. This is also: my first commit to any Proxmox
repository (CLA is signed), my first time contributing perl, and my
first time using a mailing list. I apologize for all of the above but
hope this will be considered.

This patch set addresses a couple of frustrations I have had with DAB.
First, I was trying to create a Devuan 6 appliance and failed after
adding the suite information, this was because the Devuan suites were
not properly given the origin of Devuan and were trying to install
'systemd-sysv'. Next, I couldn't install packages like 'openssh-server'
which depends on: 'systemd | systemd-standalone-sysusers | 
systemd-sysusers'. DAB would fail to grab 'systemd' which is obvious.
But DAB would not fall back on the systemd-standalone-sysusers package
which provides the bare minimum needed without being systemd. I changed
the closure function to exhaust all options before failing. I also added
an option to remove the MTA and SSH packages as they were not necessary
for my use.

Patch 6 here adds a bunch of new lines. I just ran proxmox-perltidy. If
I used it incorrectly, I'd be happy to drop that one patch.

Luke Harding (7):
  Add a '--no-ssh' option to dab bootstrap to disable ssh packages that
    are automatically included.
  Add origin for devuan suites
  Add devuan "Excalibur" 6.0 suite.
  Change closure algorithm to use an alternate package if the most
    preferred candidate fails.
  Add new `[--mta <postfix|exim|none>]` flag; Deprecate --exim.
  Run proxmox-perltidy
  Bump version to 3.8.0

 PVE/DAB.pm       | 1495 ++++++++++++++++++++++++----------------------
 dab              |  237 ++++----
 debian/changelog |    8 +
 3 files changed, 912 insertions(+), 828 deletions(-)

-- 
2.52.0


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-11-18 22:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-18 22:01 [pve-devel] [PATCH dab 0/7] Improvements to DAB; Support Devuan 6.0 Luke Harding
2025-11-18 22:01 ` [pve-devel] [PATCH dab 1/7] Add a '--no-ssh' option to dab bootstrap to disable ssh packages that are automatically included Luke Harding
2025-11-18 22:01 ` [pve-devel] [PATCH dab 2/7] Add origin for devuan suites Luke Harding
2025-11-18 22:01 ` [pve-devel] [PATCH dab 3/7] Add devuan "Excalibur" 6.0 suite Luke Harding
2025-11-18 22:01 ` [pve-devel] [PATCH dab 4/7] Change closure algorithm to use an alternate package if the most preferred candidate fails Luke Harding
2025-11-18 22:01 ` [pve-devel] [PATCH dab 5/7] Add new `[--mta <postfix|exim|none>]` flag; Deprecate --exim Luke Harding
2025-11-18 22:01 ` [pve-devel] [PATCH dab 7/7] Bump version to 3.8.0 Luke Harding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal