Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | import_export - Added some error handling | Joar Wandborg | 2011-10-14 | 1 | -4/+6 |
| | | | | We still want to be able to do an export if a file can't be read | ||||
* | Fixed ./bin/gmg. import_export would not find BasicFileStorage, and ↵ | Joar Wandborg | 2011-09-14 | 1 | -1/+1 |
| | | | | ./bin/gmg would throw an error no matter what command you tried to run. | ||||
* | Refractored gmg_commands.import_export | Joar Wandborg | 2011-09-10 | 1 | -41/+49 |
| | |||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | We should use os.path.join to concatenate directories. | Christopher Allan Webber | 2011-08-20 | 1 | -2/+2 |
| | |||||
* | Import / export to a temporary directory if cache_path not provided. | Christopher Allan Webber | 2011-08-20 | 1 | -8/+15 |
| | |||||
* | Apparently we *should* _clean(args), that was commented out for debugging :) | Christopher Allan Webber | 2011-08-20 | 1 | -1/+2 |
| | |||||
* | Removing some print debugging from import_export | Christopher Allan Webber | 2011-08-20 | 1 | -8/+0 |
| | |||||
* | Use "with closing(tf)" since TarFile doesn't have .__exit__() | Christopher Allan Webber | 2011-08-20 | 1 | -1/+2 |
| | |||||
* | Removing unused imports | Christopher Allan Webber | 2011-08-20 | 1 | -5/+0 |
| | |||||
* | Feature #298 - Create environment tarball | Joar Wandborg | 2011-08-12 | 1 | -52/+78 |
| | | | | * Reviewed the code and fixed some bugs | ||||
* | Feature #298 - Create environment tarball | Joar Wandborg | 2011-08-12 | 1 | -49/+95 |
| | | | | | | | | * It's now possible to import/export your environment from/to a tarball. ./bin/gmg env_export [ -c mediagoblin_local.ini ] test.tar and ./bin/gmg env_import [ -c mediagoblin_local.ini ] test.tar | ||||
* | Feature 298 - Create environment tarball | Joar Wandborg | 2011-08-09 | 1 | -21/+88 |
| | | | | Saving changes. | ||||
* | Feature #298 - Changed some defaults in gmg_commands.import_export | Joar Wandborg | 2011-08-08 | 1 | -4/+17 |
| | |||||
* | Feature #298 | Joar Wandborg | 2011-08-07 | 1 | -1/+16 |
| | | | | * Added some minor things to gmg_commands.import_export | ||||
* | Feature #298 - Environment tarball | Joar Wandborg | 2011-08-07 | 1 | -0/+87 |
* Added command hooks for gmg_commands.import_export * Added (DANGEROUSLY BLEEDING EDGE) gmg_commands.import_export |