On 26/06/10 10:52 +0200, Cédric Krier wrote:
> Hi,
> 
> I have added a modules.txt file in each downloads directories that contain all
> the module names.
> 
> This is useful to clone all the modules at once:
> 
>     for mod in `wget -q http://downloads.tryton.org/1.6/modules.txt -O -`; do
>         hg clone http://hg.tryton.org/1.6/modules/$i;
>     done

Typo:

     for mod in `wget -q http://downloads.tryton.org/1.6/modules.txt -O -`; do
         hg clone http://hg.tryton.org/1.6/modules/$mod;


-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: [email protected]
Website: http://www.b2ck.com/

Attachment: signature.asc
Description: Digital signature

Reply via email to