From ba14038c4d4272258e056504734625cb83343cf6 Mon Sep 17 00:00:00 2001 From: Fabien Tassin Date: Fri, 5 Oct 2007 18:05:17 +0000 Subject: * Update README --- README | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'README') 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 - -- cgit v1.2.3