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
* 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.
*