This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 927818b55ff added docker command for ubuntu 22.04 to  Building DEB 
packages (#7315)
927818b55ff is described below

commit 927818b55ffdf99ea3ce9ffeeacb99af9bbcde04
Author: kiranchavala <[email protected]>
AuthorDate: Wed Aug 9 15:41:49 2023 +0530

    added docker command for ubuntu 22.04 to  Building DEB packages (#7315)
---
 packaging/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/packaging/README.md b/packaging/README.md
index 634b1cf98a2..08e34baeae2 100644
--- a/packaging/README.md
+++ b/packaging/README.md
@@ -31,7 +31,9 @@ The following commands assume that the CloudStack source is 
present in **/tmp/cl
 
 ``docker run -ti -v /tmp:/src ubuntu:14.04 /bin/bash -c "apt-get update && 
apt-get install -y dpkg-dev python debhelper openjdk-7-jdk genisoimage 
python-mysql.connector maven lsb-release devscripts && 
/src/cloudstack/packaging/build-deb.sh"``
 
-The commands above will generate Ubuntu 14.04 and 16.04 packages which you 
will find in */tmp* on your system after the build succeeds.
+``docker run -ti -v /tmp:/src ubuntu:22.04 /bin/bash -c "apt-get update && 
apt-get install -y software-properties-common &&apt-add-repository universe 
--yes && apt-get update && apt-get install -y dpkg-dev debhelper lsb-release 
devscripts openjdk-11-jdk libws-commons-util-java genisoimage 
libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven python3 
python3-mysql.connector python3-setuptools python-setuptools python3-openssl 
python3-dev libffi-dev build-essential libssl [...]
+
+The commands above will generate Ubuntu 14.04, 16.04, and 22.04 packages which 
you will find in */tmp* on your system after the build succeeds.
 
 ## RPM
 The *package.sh* script can be used to build RPM packages for CloudStack. In 
the *packaging* script you can run the following command:

Reply via email to