summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2007-09-14 16:51:46 +0000
committerFabien Tassin <fta@sofaraway.org>2007-09-14 16:51:46 +0000
commite5ae3b020873c677df3bb2fd7e6aff1f7b460086 (patch)
treedbb97ddedef27306c49f98b601fae366caeae0a8 /README
parent0404beadf01a0a03d9e4955d59f2049a955b5be9 (diff)
* Allow to fetch a tarball from a specific timestamp by specifying
DEBIAN_DATE in the form YYYYMMDDtHHMM.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 36a303f..d454c8f 100644
--- a/README
+++ b/README
@@ -20,9 +20,13 @@ To use:
make nss-orig Create nss-trunk sources tarball
make nspr-orig Create nspr-trunk sources tarball
+ You can also recreate a tarball from a specific timestamp by specifying
+ DEBIAN_DATE in the form YYYYMMDDtHHMM
+
+ Ex: make DEBIAN_DATE=20070911t1711 nspr-orig
+
$ make client (fetch and patch mozilla/client.mk from cvs)
$ 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
-