summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-06-06 16:11:58 +0200
committerFabien Tassin <fta@sofaraway.org>2008-06-06 16:11:58 +0200
commit0011dc3d25c8f1a57effe4bd3d803be32a4ead61 (patch)
tree2d25d8c9c0d48f8fe9e056c1d8395c696c8e8769 /README
parent2af8a600b9c7024016c46128e009341d4cea2d18 (diff)
* [prism] add optional MOZCLIENT_SEPARATOR to specify what we want between
date and revision in the version (default to ~) - update src/mozclient.pl - update src/mozclient/lib/MozClient/VCS.pm - update README
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 9affe55..57b89c2 100644
--- a/README
+++ b/README
@@ -80,6 +80,7 @@ as .conf files. They contain the following parameters:
- MOZCLIENT_FILE (mandatory): source file containing the version
- 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_EMBEDDED (optional): create an embedded tarball (default: 0)
- MOZCLIENT_WANTMOZDIR (optional): should the root dir be 'mozilla'?
(default: 0 unless MOZCLIENT_EMBEDDED=1)