← Back to team overview

openerp-community team mailing list archive

Re: How can I build Debian packages that incorporate local modifications?

 

The exact script that produce the deb is located in lp:openerp-tools the manual steps would be:

bzr export lp:~openerp/openobject-server/trunk server
bzr export lp:~openerp/openobject-addons/trunk addons
bzr export lp:~openerp/openerp-web/trunk web
mv addons/* server/openerp/addons/
mv web/addons/* server/openerp/addons
cd server
dpkg-buildpackage

the package in built nightly for each serie and available here:

http://nightly.openerp.com/

PS: the 7.0 series is also built and works but has not yet been blessed as we want to make a change to support apps right out of the box.


On 01/02/2013 05:36 PM, Phil Frost wrote:
I've developed a local branch from 7.0 that incorporates some backported
features from trunk. I'd like to deploy my changes as a Debian package such as
those available from http://nightly.openerp.com/. Is there a way I can build
those packages using my branch? I see there's a debian/ in openobject-server,
but that doesn't seem to be everything I need.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openerp-community
More help : https://help.launchpad.net/ListHelp


References