Feature #298 - Create environment tarball
authorJoar Wandborg <git@wandborg.com>
Fri, 12 Aug 2011 00:13:58 +0000 (02:13 +0200)
committerJoar Wandborg <git@wandborg.com>
Fri, 12 Aug 2011 00:13:58 +0000 (02:13 +0200)
commit7219983f8e017fe9163cbe5e28bf6314d91aa7a8
tree050c55c54dc724743fd40395f1db4c8685c294cd
parent2a233ae33f9ed370df4177d4abb2ddd345d85cbc
Feature #298 - Create environment tarball

*   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
mediagoblin/gmg_commands/import_export.py