From 025f81a22abeaf7b0203b568a5a48f2ecd84118a Mon Sep 17 00:00:00 2001 From: Lucas Carvalho <lucas@nexedi.com> Date: Thu, 4 Mar 2010 00:09:50 +0000 Subject: [PATCH] It will be updated soon with more information. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33345 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/README.Debian.Package.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 buildout/README.Debian.Package.txt diff --git a/buildout/README.Debian.Package.txt b/buildout/README.Debian.Package.txt new file mode 100644 index 0000000000..5af26147ab --- /dev/null +++ b/buildout/README.Debian.Package.txt @@ -0,0 +1,18 @@ +Debian ERP5 Appliance +--------------------- +As ERP5 Appliance is not relocatable itself yet, building packages +requires to build them in same structure like they would be installed. +So to have /opt/erp5/9.9.9 build have to be done in such directory. This +is known limitation and affects both builds - RPM and DEB. + +How to build debian package +--------------------------- +Checkout: https://svn.erp5.org/repos/public/erp5/trunk/buildout + +For example: + svn co https://svn.erp5.org/repos/public/erp5/trunk/buildout ~/buildout + +Run make inside: + cd ~/buildout + make debian-appliance PACKAGE_VERSION=001 + -- 2.30.9