Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/activity/bundlebuilder.py
Commit message (Collapse)AuthorAgeFilesLines
* bundlebuilder: genpot: don't use absolute paths in filenames (SL#2508)Simon Schampijer2011-02-121-1/+3
| | | | | | | [tweaked description; minor style fix] Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Tested-By: Sascha Silbe <silbe@activitycentral.com> Reviewed-By: Sascha Silbe <silbe@activitycentral.com>
* bundlebuilder: install mimetypes.xml and associated icon #2262Simon Schampijer2010-11-241-0/+2
| | | | | | | | As we do create the ActivityBundle in the config of the bundlebuilder we can use the code from the activitybundle as well to install the mime type. Reviewed-By: Sascha Silbe <sascha-pgp@silbe.org>
* bundlebuilder: ignore incorrect pylint warningSascha Silbe2010-11-231-0/+1
| | | | | | | | | pylint isn't smart enough to figure out the return type of Popen.communicate(), so squelch the warning. Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-7/+7
| | | | | | | | | Tomeu prefers ' for strings, so let's use it wherever we don't have a good reason to use ". Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* style cleanup: use """ everywhereSascha Silbe2010-11-231-7/+7
| | | | | | | | Most of the code uses """, so adjust the few deviations. Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* PEP8 cleanup: fix spaces around keyword parametersSascha Silbe2010-11-231-1/+1
| | | | | | Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* PEP8 cleanup: fix whitespace around operatorSascha Silbe2010-11-231-1/+2
| | | | | | Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* Add new numbering scheme #2425Simon Schampijer2010-11-091-3/+3
| | | | | | | - add class NormalizedVersion to parse and compare the new activity versions - change the bundlebuilder and activitybundle to use the new scheme, instead of an int version we expect a string that matches the format defined in NormalizedVersion
* Bundelbuilder should not use localized activity name #1968 (Walter Bender)Simon Schampijer2010-06-031-1/+1
| | | | | | The localized activity name is only used for user-facing strings. The .xo and .tar files are left in the original name.
* 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
|/ | | | Don't fail on trailing slash of the directory name
* Bundlebuilder: Don't include whole directory in src tarballSimon Schampijer2009-03-241-1/+1
| | | | regression introduced by #397
* 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
| | | | is being developed in sugar-tools now.
* 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
| | | | | | | - setup.py install takes a --prefix option and no arguments. - mo files are installed in /usr/share/locale. - po files are not installed - 8136 (marco)
* Add update functionality to Config in bundlebuilder #7270 (marco)Simon Schampijer2008-08-221-8/+19
| | | | | This is needed by the release command to update the bundle number
* 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
| | | | added as well better error handling
* 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
| | | | | not sure if we want to keep doing that, but it's necessary at the moment to keep stuff working.
* Patch by Jameson Chema Quinn.Marco Pesenti Gritti2008-06-131-43/+69
| | | | | | | Readability cleanups and little fixes by me. use MANIFEST. Deprecate bundle_name. fix_manifest(). bundlebuilder.config() cleanup.
* 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
| | | | | | by default except generated dirs (and well known files like .gitignore). I'm planning to add support for generated dirs using make, which will hopefully take care of the rest.
*