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 /debian | |
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 'debian')
-rw-r--r-- | debian/changelog | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 1fe8890..4a04d9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,24 @@ mozilla-devscripts (0.12) UNRELEASED; urgency=low - * Remove "firefox" from MOZ_XPI_MOZILLA_DIRS in src/xpi.mk, adjust parameter - description - [ Fabien Tassin ] * [ mozclient ] - fix hg incorrectly requesting branches - update src/mozclient/lib/MozClient/Mercurial.pm - search the main nobin script in the system wide mozclient path if we are building with a conf-dir and no script was found - update src/mozclient/lib/MozClient/VCS.pm + - 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 + + [ Sasa Bodiroza <jazzva@gmail.com> ] + * Remove "firefox" from MOZ_XPI_MOZILLA_DIRS in src/xpi.mk, adjust parameter + description - -- Sasa Bodiroza <jazzva@gmail.com> Fri, 16 Jan 2009 01:08:52 +0100 + -- Fabien Tassin <fta@ubuntu.com> Mon, 19 Jan 2009 23:19:05 +0100 mozilla-devscripts (0.11) jaunty; urgency=low |