← Back to team overview

openerp-community team mailing list archive

Re: (no subject)

 

Thanks, I will improve it with your suggestions, its great to recieve that kind of feedback

Enviado desde mi iPad

El 06/12/2012, a las 20:56, Grahame Jordan <gbj@xxxxxxxxxxxxxxx> escribió:

> HI,
> 
> Tested. It works well.
> 
> Colors are nice but messy looking. I usually define like this:
> 
> BASH
> Y="echo -en \\033[1;33m"
> G="echo -en \\033[1;32m"
> R="echo -en \\033[1;31m"
> B="echo -en \\033[1;34m"
> H="echo -en \\033[1;44m"
> N="echo -en \\033[0;39m"
> echo "`$Y`Hello`$N`"
> 
> Python # The '^[' is CTRLV-CTRL[ in vi/vim ie. control character. Typing in ^ then [ will not work
> R = "^[[33;1;31m";  # RED
> G = "^[[33;1;32m";  # GREEN
> B = "^[[33;1;34m";  # BLUE
> Y = "^[[33;1;33m";  # YELLOW
> P = "^[[33;1;35m";  # PINK
> H = "^[[32;1;42m";  # HILIGHT
> N = "^[[33;0;39m";  # NORMAL
> print Y + "init_db(): " + N + B + "Initilializing "  + dest_dbname + N
> print "%susage: %s -a : src_dbname" % (Y, N)
> 
> No help to your script but ...
> 
> Maybe you could define some variables such as OPENERP_HOME and OPENERP_CONF
> 
> Enjoy
> 
> Grahame Jordan
> 
> 
> On 07/12/12 06:06, Oszckar Alcala Rivera wrote:
>> Here is a very simple script that auto-installs the latest version of openobject-server openobject-addons and openerp-branches in trunk (v7), it also automatically starts the server, feel free to feedback
>> 
>> hope it helps.
>> 
>> https://code.launchpad.net/~oscarolar/alce/openerp7_auto_install
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> 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
> 
> 
> -- 
> Glass Expansion
> 15 Batman Street
> West Melbourne
> Victoria 3003
> AUSTRALIA
> T: +61 3 9320 1111
> F: +61 3 9320 1112
> www.geicp.com
> <TruFlo.jpg> 
> Click here to check out our new TruFlo Sample Monitor
> 
> _______________________________________________
> 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