diff options
author | Fabien Tassin <fta@ubuntu.com> | 2009-01-19 23:24:19 +0100 |
---|---|---|
committer | Fabien Tassin <fta@ubuntu.com> | 2009-01-19 23:24:19 +0100 |
commit | fe1c29ce77a9cd7a404d3da0b9ef45e0648b7fc3 (patch) | |
tree | 984faef706a8c589ddda2d8dbb6999509091b7d9 /README | |
parent | 728f0d60d6d5452d178f6a5ad06aa2d4a869f05a (diff) |
* [mozclient] add support for local branches instead of the configured remote ones.
It is faster if you have to publish tarballs quite often from a branch,
such as when doing daily snapshots.
- update src/mozclient.mk.in
- update src/mozclient/lib/MozClient/{CVS,Git,Mercurial,Subversion,VCS}.pm
- update src/mozclient/mozclient.pl
- update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -88,6 +88,12 @@ Optionally: DEBIAN_KEEP_VCS to preserve the VCS files (*/CVS, .hg, ...) ex: DEBIAN_KEEP_VCS=1 +LOCAL_BRANCH=/foo/bar/baz to point to a local branch instead of +the configured remote one. It is faster if you have to publish +tarballs quite often from this branch, such as daily snapshots. +The local branch will be updated first. +Note that the getdate are still remote so you need network connectivity. + Projects files are stored in /usr/share/mozilla-devscripts/mozclient as .conf files. They contain the following parameters: |