bzr gets killed while downloading addons

Asked by Israel Fermin Montilla

Greetings,

I know this is a bazaar bug but i need to bzr branch the openobject-addons repo or at least curl or wget it contents

Is there any other way I can get the addons source?

Thank you very much

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Israel Fermin Montilla
Solved:
Last query:
Last reply:
Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) said :
#1

*Is* it a bzr bug? Have you got a reference, or any output from when bzr gets 'killed'? Does it work on another computer on your network?

When I hit an obscure bzr error once, it was because of faulty memory. You will want to make sure its not *that*.

Revision history for this message
Mayte Montano (mayte-l) said :
#2

If you are using a shared server you might be hitting your bandwidth limit; in that case you might be getting an error like:
"Yikes! One of your processes (bzr, pid 20954) was just killed for excessive resource usage"
In that case you migh want to contact your host provider to remove the limit temporately; in my case mine did not, so if you find any other way (wget, etc) please share.

Mayte

Revision history for this message
Israel Fermin Montilla (iferminm) said :
#3

Hi there,

Yes it is a shared server and i guess it was more like a memory issue.

I ended up bzr branch-ing the addons to my PC and then scp-ing them to the servers i'm working with.

That seems to work fine.