openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #07050
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!