Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/bundle/bundle.py
Commit message (Collapse)AuthorAgeFilesLines
* Trac #8674: sanity-check bundle root; don't delete install_root on failure.C. Scott Ananian2008-09-281-1/+5
| | | | | | | | | The software updater was deleting ~/Activities when it encountered a bad bundle. Two separate issues: we didn't sanity check the bundle root to ensure it wasn't '.' or '..' or something crazy like that, and our "clean up on failure" code was deleting the install_root instead of the activity root (!). This was a regression introduced by the fix for #7733 in commit db2d1c42e2481d6dbc15405840ac23e46eab7318 (0.82.2).
* Trac #7733: fix severe performance regression when creating ActivityBundle.C. Scott Ananian2008-08-261-18/+19
|
* 7205: bundlebuilder accepts old "dist" cmd, checks for po dirchema2008-07-191-1/+12
|
* Patch by Jameson Chema Quinn.Marco Pesenti Gritti2008-06-131-3/+22
| | | | | | | Readability cleanups and little fixes by me. use MANIFEST. Deprecate bundle_name. fix_manifest(). bundlebuilder.config() cleanup.
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-0/+157