summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2007-10-05 18:05:17 +0000
committerFabien Tassin <fta@sofaraway.org>2007-10-05 18:05:17 +0000
commitba14038c4d4272258e056504734625cb83343cf6 (patch)
tree5c896fdaa11f6a190bd63fcface38bac652a6989 /README
parent3b746cace92f9c5e0b8b97ce8dc1a8cfa137a38d (diff)
* Update README
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 16 insertions, 2 deletions
diff --git a/README b/README
index 44855df..5457e8f 100644
--- a/README
+++ b/README
@@ -17,6 +17,7 @@ To use:
make client Fetch and patch mozilla client
make firefox-orig Create firefox-3.0 sources tarball
make xulrunner-orig Create xulrunner-1.9 sources tarball
+ make thunderbird-orig Create thunderbird-3.0 sources tarball
make nss-orig Create nss sources tarball
make nspr-orig Create nspr sources tarball
@@ -25,8 +26,21 @@ To use:
Ex: make DEBIAN_DATE=20070911t1711 nspr-orig
- $ make client (fetch and patch mozilla/client.mk from cvs)
+ You can fetch a specific branch by specifying DEBIAN_BRANCH.
+
+ Ex: make DEBIAN_BRANCH=MOZILLA_1_9a8_MINIBRANCH firefox-orig
+
+ It is also possible to use both DEBIAN_DATE and DEBIAN_BRANCH to fetch
+ the content of a branch at a particular date
+
+ Alternatively, you can fetch a specific CO tag using DEBIAN_TAG.
+ See 'make status' for a list of available tags.
+
+ Ex: make DEBIAN_TAG=MOZILLA_1_9a8_RELEASE firefox-orig
+
+ It is also possible to just call the new client.mk targets without
+ building tarballs:
+
$ make -f mozilla/client.mk checkout MOZ_CO_PROJECT=nss
$ make -f mozilla/client.mk checkout MOZ_CO_PROJECT=nspr
$ make -f mozilla/client.mk checkout MOZ_CO_PROJECT=xulbrowser
-