I'm go to the problem.. In "bundlebuilder.py" I found this command that make the list of files: git_ls = subprocess.Popen(['git', 'ls-files'], stdout=subprocess.PIPE, cwd=self.config.source_dir) If I not have git installed (like in a XO) or the directory is external ofthe git, how make a .xo? Compress the folder in .zip and rename to .xo ? Why not is: ls -a to get the files? From: alan...@hotmail.com To: sugar-devel@lists.sugarlabs.org Date: Thu, 23 Aug 2012 04:45:22 +0000 Subject: [Sugar-devel] Dist_xo of bundlebuilder
Hi, I have installed the sugar-emulator-0.96 and use it without problems. But now, when I try to make a .xo, it have a problem and only make the.xo with the locale folder! Why? If I copy the same folder to another place, for example: to the desktop.. I have this: alan@alan-pc:~/Escritorio/tmp$ python setup.py dist_xofatal: Not a git repository (or any of the parent directories): .git But the .xo is correct! The "python setup.py dist_xo" only can be called from /home/user/Activities ?? Regards! Alan _______________________________________________ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel
_______________________________________________ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel