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: don't fail to package if git is not installed, OLPC #11341Simon Schampijer2012-08-231-2/+12
* bundlebuilder: refactor get_files_git to Packager to avoid code duplicationSimon Schampijer2011-09-281-26/+14
* bundlebuilder: add back build_locale functionality to XOPackager SL #3116Simon Schampijer2011-09-281-0/+1
* XO_Packager: package files that are in git and the locale folder, OLPC #11217Simon Schampijer2011-09-191-1/+19
* Remove incomplete MANIFEST supportBernie Innocenti2011-07-241-43/+5
* bundlebuilder: genpot: don't use absolute paths in filenames (SL#2508)Simon Schampijer2011-02-121-1/+3
* bundlebuilder: install mimetypes.xml and associated icon #2262Simon Schampijer2010-11-241-0/+2
* bundlebuilder: ignore incorrect pylint warningSascha Silbe2010-11-231-0/+1
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-7/+7
* style cleanup: use """ everywhereSascha Silbe2010-11-231-7/+7
* PEP8 cleanup: fix spaces around keyword parametersSascha Silbe2010-11-231-1/+1
* PEP8 cleanup: fix whitespace around operatorSascha Silbe2010-11-231-1/+2
* Add new numbering scheme #2425Simon Schampijer2010-11-091-3/+3
* Bundelbuilder should not use localized activity name #1968 (Walter Bender)Simon Schampijer2010-06-031-1/+1
* PEP8 white space and long line fixesSascha Silbe2009-08-251-5/+28
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-11/+11
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar-toolkit/mainlineSimon 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