Re: [Sugar-devel] Sugar bundleBuilder

2013-03-04 Thread James Simmons
Gonzalo, The chapters in MYOSA that might be out of date are these: http://en.flossmanuals.net/make-your-own-sugar-activities/package-the-activity/ http://en.flossmanuals.net/make-your-own-sugar-activities/add-your-activity-code-to-version-control/ (what belongs in .gitignore?)

Re: [Sugar-devel] Sugar bundleBuilder

2013-03-04 Thread Alan Jhonn Aguiar Schwyn
Maybe the thing to do is do a git rm on the locale directory, commit and push it, then run setup.py again. Yes. Do it and check the bundle. Date: Mon, 4 Mar 2013 09:25:36 -0600 Subject: Re: [Sugar-devel] Sugar bundleBuilder From: nices...@gmail.com To: gonz...@laptop.org CC: alan...@hotmail.com

Re: [Sugar-devel] Sugar bundleBuilder

2013-03-04 Thread Daniel Narvaez
Hi James, I don't have time to review all the text but after grepping a bit: * Any reference to manifest should go away basically * locale/ is not generated by pootle, but by bundlebuilder * Should probably mention that the locale dir should go in git ignore and never be committed * Should

Re: [Sugar-devel] Sugar bundleBuilder

2013-03-04 Thread Daniel Narvaez
On 2 March 2013 04:04, Alan Jhonn Aguiar Schwyn alan...@hotmail.com wrote: Hi, I found a problem with bundlebuilder (sugar-toolkit) when use dist_xo out of git. The locale folder adds twice times the same .mo and the same .linfo. The problem is easy solved, but exist some ways. Basically:

Re: [Sugar-devel] Sugar bundleBuilder

2013-03-04 Thread Alan Jhonn Aguiar Schwyn
On 2 March 2013 04:04, Alan Jhonn Aguiar Schwyn alan...@hotmail.com wrote: Hi, I found a problem with bundlebuilder (sugar-toolkit) when use dist_xo out of git. The locale folder adds twice times the same .mo and the same .linfo. The problem is easy solved, but exist some ways.

Re: [Sugar-devel] Sugar bundleBuilder

2013-03-04 Thread James Simmons
Yes, my problem was that my locale directory is in Git. Back when we were using MANIFEST that might have been normal. Daniel has given me enough info to update my book, and since FLOSS Manuals are made with a Wiki I probably will be able to make a Diff. James Simmons On Mon, Mar 4, 2013 at

Re: [Sugar-devel] Sugar bundleBuilder

2013-03-04 Thread Alan Jhonn Aguiar Schwyn
You try remove the folder from GIT (and make a commit) and make the .xo again? Date: Mon, 4 Mar 2013 11:48:43 -0600 From: nices...@gmail.com To: alan...@hotmail.com CC: dwnarv...@gmail.com; sugar-devel@lists.sugarlabs.org Subject: Re: [Sugar-devel] Sugar bundleBuilder Yes, my problem was that my

Re: [Sugar-devel] Sugar bundleBuilder

2013-03-04 Thread James Simmons
Mar 2013 11:48:43 -0600 From: nices...@gmail.com To: alan...@hotmail.com CC: dwnarv...@gmail.com; sugar-devel@lists.sugarlabs.org Subject: Re: [Sugar-devel] Sugar bundleBuilder Yes, my problem was that my locale directory is in Git. Back when we were using MANIFEST that might have been

Re: [Sugar-devel] Sugar bundleBuilder

2013-03-04 Thread Alan Jhonn Aguiar Schwyn
Hi, I make this patch for gtk2 and gtk3 version of sugar-toolkit.Please try them and apply. Regards! Alan Date: Mon, 4 Mar 2013 12:01:18 -0600 From: nices...@gmail.com To: alan...@hotmail.com CC: dwnarv...@gmail.com; sugar-devel@lists.sugarlabs.org Subject: Re: [Sugar-devel] Sugar bundleBuilder

Re: [Sugar-devel] Sugar bundleBuilder

2013-03-02 Thread Gonzalo Odiard
The .mo and the .linfo files should not be in git anyway, right? Gonzalo On Sat, Mar 2, 2013 at 12:04 AM, Alan Jhonn Aguiar Schwyn alan...@hotmail.com wrote: Hi, I found a problem with bundlebuilder (sugar-toolkit) when use dist_xo out of git. The locale folder adds twice times the same

Re: [Sugar-devel] Sugar bundleBuilder

2013-03-02 Thread Alan Jhonn Aguiar Schwyn
(self.config.bundle_root_dir, 'locale', f)) bundle_zip.close() Date: Sat, 2 Mar 2013 20:25:04 -0300 From: gonz...@laptop.org To: alan...@hotmail.com CC: sugar-devel@lists.sugarlabs.org Subject: Re: [Sugar-devel] Sugar bundleBuilder The .mo and the .linfo files

[Sugar-devel] Sugar bundleBuilder

2013-03-01 Thread Alan Jhonn Aguiar Schwyn
Hi, I found a problem with bundlebuilder (sugar-toolkit) when use dist_xo outof git. The locale folder adds twice times the same .mo and the same .linfo.The problem is easy solved, but exist some ways.Basically: when execute the command, the .po are compiled. After, whenno git - use list_files