debian/control: build packages on ubuntu 22.04 - #7269
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
kiranchavala
left a comment
There was a problem hiding this comment.
Can you make nodejs (>= 14)
Since nodejs 12 is not supported by ubuntu 22.04 release and is deprecated
https://deb.nodesource.com/node_12.x/dists/
There is ubuntu 22.04 -Jammy in node_14.x which is LTS
https://deb.nodesource.com/node_14.x/dists/
Also is "dh-systemd" required for a successful build ?
As per https://bugs.debian.org/822670, the dh-systemd package has been merged with the main debhelper package since version 9.20160709
On Ubuntu 22.04 (Jammy) the dh-systemd package has been completely removed,
@kiranchavala since debian/control is also used when build package on ubuntu 20.04, it should be compatible with ubuntu 20.04 as well 22.04 for example, The change for nodejs makes sense. The version has been update in PR #6956 However, I need to check if nodejs verison has been changed in our container for deb packaging. |
|
Code LGTM |
|
@blueorangutan package |
|
@rohityadavcloud a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
@blueorangutan package |
|
@rohityadavcloud a Jenkins job has been kicked to build packages. It will be bundled with SystemVM template(s). I'll keep you posted as I make progress. |








Description
This PR supports cloudstack packaging on ubuntu 22.04
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
How Has This Been Tested?