Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481282 - [BUMP] =app-office/openerp-7.0-2013*: Please bump version.
Summary: [BUMP] =app-office/openerp-7.0-2013*: Please bump version.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-16 11:15 UTC by Marc Schiffbauer
Modified: 2014-01-25 14:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Schiffbauer gentoo-dev 2013-08-16 11:15:52 UTC
As it seems newer version of openerp-7 have many bugs fixed.

So please bump.

Latest today is: 

http://nightly.openerp.com/7.0/nightly/src/openerp-7.0-20130815-231105.tar.gz

The one we are currently evaluating on another testserver (and another distro) which seems to work at least much better than current version in tree is version 7.0-20130721-231032
Comment 1 Marc Schiffbauer gentoo-dev 2013-08-16 11:52:39 UTC
Justing bumping will work.

Please consider to add an ewarn to tell users how to apply updates to the data base, something like:

su -s /bin/sh -c"/usr/bin/openerp-server -d <mydatabase> -u all" openerp


For me the update process threw an exception because it could not find a xml file where it was expected (wrong path).

After fixing this in the code with a bad hack more pathname failures popped up so I assume there is some global include path wrong or something.

A wild guess: "/usr/openerp/addons/" has to be added to the search path somehow...

Any Idea?
Comment 2 Marc Schiffbauer gentoo-dev 2013-08-16 12:12:32 UTC
Gnartz! ;)

Sorry, my fault. one have to specify the config file...
And everything is wonderful! So the ewarn to tell about the upgrade would really help ;)


Working commands to update:

Verbose version:
su -s /bin/sh -c"/usr/bin/openerp-server -c /etc/openerp/openerp.cfg --logfile=/dev/stdout --stop-after-init -d openerp -u all" openerp


Quiet version with stdout to logfile:
su -s /bin/sh -c"/usr/bin/openerp-server -c /etc/openerp/openerp.cfg --stop-after-init -d openerp -u all" openerp
Comment 3 Marc Schiffbauer gentoo-dev 2013-11-30 11:20:07 UTC
Ping?

Would you mind if I help you maintaining this package and bump it in the next few days?
Comment 4 Yixun Lan archtester gentoo-dev 2014-01-25 14:21:11 UTC
(In reply to Marc Schiffbauer from comment #3)
> Ping?
> 
> Would you mind if I help you maintaining this package and bump it in the
> next few days?

version bumped, both for latest stable version and development version.

and let me speak for @patrick, feel free to help maintain this package as long as you are responsible and don't break thing, or if you break things, fix it ;-).

I've already add myself as co-maintainer, do it if you want!