diff options
author | Fabien Tassin <fta@sofaraway.org> | 2008-06-06 18:23:17 +0200 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2008-06-06 18:23:17 +0200 |
commit | 114d7e049bd492027f60680ed3b99815186c55a8 (patch) | |
tree | d85cd34b41ba9c429d73510f62ee3180328d2f16 /README | |
parent | 196bc50e03e723eedfabe1f14b498c7385ee302f (diff) |
* [mozclient] add optional MOZCLIENT_TAREXCLUDE to overwrite the list of dirs/files
to exclude from packaging
- update src/mozclient/lib/MozClient/VCS.pm
- update src/mozclient/mozclient.pl
- update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ as .conf files. They contain the following parameters: - MOZCLIENT_GETVERSION (mandatory): how to transform the version - MOZCLIENT_GETDATE (mandatory): get the last commit date for the project - MOZCLIENT_SEPARATOR (optional): separator between version and date (default: ~) +- MOZCLIENT_TAREXCLUDE (optional): list of dirs/files to exclude from packaging - MOZCLIENT_EMBEDDED (optional): create an embedded tarball (default: 0) - MOZCLIENT_WANTMOZDIR (optional): should the root dir be 'mozilla'? (default: 0 unless MOZCLIENT_EMBEDDED=1) |