Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/activity/bundlebuilder.py
Commit message (Expand)AuthorAgeFilesLines
* bundlebuilder: install mimetypes.xml and associated icon #10427Simon Schampijer2010-11-251-0/+2
* Add new activity numbering scheme #10379Simon Schampijer2010-11-121-3/+3
* Merge branch 'sucrose-0.84' of gitorious@git.sugarlabs.org:sugar-toolkit/main...Simon Schampijer2009-03-301-1/+1
|\
| * Use git ls-files instead of git-ls-files, to work with newer Git. d.sl.o #647Sayamindu Dasgupta2009-03-261-1/+1
* | Bundlebuilder list_files: Better error handling #635Simon Schampijer2009-03-301-0/+2
|/
* Bundlebuilder: Don't include whole directory in src tarballSimon Schampijer2009-03-241-1/+1
* Use Popen.communicate() to avoid hang (Sascha Silbe) #397Tomeu Vizoso2009-03-121-2/+3
* Process .py files in subdirectories './setup genplot' #391 (alsroot)Simon Schampijer2009-02-271-2/+2
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-281-0/+4
* Drop broken release command. A more generic release toolsMarco Pesenti Gritti2008-10-251-104/+0
* bundlebuilder: remove an existing locale dir before buildingSimon Schampijer2008-09-131-0/+5
* don't build the locale for the pseudo.poSimon Schampijer2008-09-121-1/+1
* Ignore pseudo.po for the manifestSimon Schampijer2008-09-111-1/+1
* bundlebuilder: fix the release commandSimon Schampijer2008-09-091-1/+1
* Fix pylint for bundlebuilderSimon Schampijer2008-08-311-1/+1
* Do a more "standard" system installation for bundlebuilderSimon Schampijer2008-08-311-76/+135
* Add update functionality to Config in bundlebuilder #7270 (marco)Simon Schampijer2008-08-221-8/+19
* Warn about files missing from the MANIFEST.Marco Pesenti Gritti2008-08-221-13/+36
* Add git tagging to the 'setup.py release' commandSimon Schampijer2008-08-011-4/+18
* 7205: bundlebuilder accepts old "dist" cmd, checks for po dirchema2008-07-191-0/+8
* Fix undefined bundle_top_dir referenceEben Eliason2008-06-131-1/+1
* Generate the MANIFEST automatically if it doesn't exit. I'mMarco Pesenti Gritti2008-06-131-4/+10
* Patch by Jameson Chema Quinn.Marco Pesenti Gritti2008-06-131-43/+69
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkitMarco Pesenti Gritti2008-06-051-1/+1
|\
| * Fix the setup.py devSimon Schampijer2008-06-041-1/+1
* | Actually compress the source tarball.Marco Pesenti Gritti2008-06-051-1/+1
|/
* Style nitpicks.Marco Pesenti Gritti2008-05-271-7/+5
* Several bugfixes and cleanupsMarco Pesenti Gritti2008-05-251-52/+75
* Change the logic for file inclusion. We include everythingMarco Pesenti Gritti2008-05-251-67/+29
* Some fixes. Do not use get_files_list to generate the .pot, just enumerate py...Marco Pesenti Gritti2008-05-251-6/+5
* Abstract Packager class which takes care of listing the files.Marco Pesenti Gritti2008-05-251-5/+7
* Split the packaging code out to XOPackagerMarco Pesenti Gritti2008-05-251-75/+85
* Split the build out from the command to a Builder object.Marco Pesenti Gritti2008-05-251-22/+34
* Separate helpers from the commands.Marco Pesenti Gritti2008-05-251-25/+25
* Move genl10n inside the build step.Marco Pesenti Gritti2008-05-251-27/+23
* Simplify install a bit, remove uninstall.Marco Pesenti Gritti2008-05-251-22/+20
* Drop the useless clean command.Marco Pesenti Gritti2008-05-251-9/+0
* Move several get_ functions into Config.Marco Pesenti Gritti2008-05-251-57/+31
* Make commands invocation generic.Marco Pesenti Gritti2008-05-251-38/+26
* Pass a Config class to the commands.Marco Pesenti Gritti2008-05-251-29/+36
* By default include all the files in the directory,Marco Pesenti Gritti2008-05-231-1/+10
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-0/+377