← Back to team overview

openerp-community team mailing list archive

How to build a complete deb from the git repository

 

Dear all,

While I like the nightly built debs from
http://nightly.odoo.com/8.0/nightly/deb/, I would like to build
this deb myself from the git repository.

I tried this:

$ git clone git@xxxxxxxxxx:odoo/odoo.git
$ cd odoo
$ dpkg-buildpackage -rfakeroot

This results in a deb, that is installable but does not really
work, because it is missing a lot of things. The package is much
too small (only 3.5 MB), while the official nightly build is
44 MB in size.

What am I doing wrong?

Thanks in advance!