summaryrefslogtreecommitdiffstats
path: root/tools/export_tarball
Commit message (Collapse)AuthorAgeFilesLines
* Fix removing unnecessary files in export_tarball.pyphajdan.jr@chromium.org2010-02-171-16/+14
| | | | | | | | | TEST=none BUG=29044 Review URL: http://codereview.chromium.org/619007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39238 0039d316-1c4b-4281-b951-d872f2087c98
* Workaround older python versions' less capable tarfile.phajdan.jr@chromium.org2010-02-111-1/+9
| | | | | | | | | TEST=none BUG=29044 Review URL: http://codereview.chromium.org/603008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38756 0039d316-1c4b-4281-b951-d872f2087c98
* Make export_tarball.py work with older Pythons.phajdan.jr@chromium.org2010-02-061-4/+4
| | | | | | | | | TEST=none BUG=29044 Review URL: http://codereview.chromium.org/578019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38302 0039d316-1c4b-4281-b951-d872f2087c98
* Make export_tarball.py more reliable and simplify it.phajdan.jr@chromium.org2010-01-121-44/+38
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/545010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35996 0039d316-1c4b-4281-b951-d872f2087c98
* Add export_tarball tool.phajdan.jr@chromium.org2009-07-231-0/+90
It creates a .bz2 tarball with all the sources, but without .svn directories, and has an option to remove files which are not required for build, and take a lot of space. Review URL: http://codereview.chromium.org/155863 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21384 0039d316-1c4b-4281-b951-d872f2087c98