summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-06-06 18:23:17 +0200
committerFabien Tassin <fta@sofaraway.org>2008-06-06 18:23:17 +0200
commit114d7e049bd492027f60680ed3b99815186c55a8 (patch)
treed85cd34b41ba9c429d73510f62ee3180328d2f16 /README
parent196bc50e03e723eedfabe1f14b498c7385ee302f (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--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 57b89c2..38d80df 100644
--- a/README
+++ b/README
@@ -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)