Differences between revisions 1 and 2
Revision 1 as of 2010-06-16 14:52:12
Size: 119
Comment:
Revision 2 as of 2010-06-18 14:40:27
Size: 238
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 7: Line 6:

For example:
{{{
GZIP=--best tar -cvz --owner root --group root --mode a+rX -f lunch-0.3.1.tar.gz lunch-0.3.1/
}}}

How to create a tarball for Python projects:

GZIP=--best tar -cz --owner root --group root --mode a+rX

For example:

GZIP=--best tar -cvz --owner root --group root --mode a+rX -f lunch-0.3.1.tar.gz lunch-0.3.1/