summaryrefslogtreecommitdiff
path: root/src/mozclient.mk.in
Commit message (Collapse)AuthorAge
* * [mozclient] add support for local branches instead of the configured ↵Fabien Tassin2009-01-19
| | | | | | | | | | | 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
* * [mozclient] drop $(EXT), left-over from when mozclient.pl was substedFabien Tassin2008-09-19
| | | | | and use -c instead - update src/mozclient.mk.in
* * [ mozclient ] add support for external project files helping adoptionFabien Tassin2008-09-17
| | | | | | of mozilla-devscripts by downstream. Introduce MOZCLIENT_PROJECTDIR. - update README - update src/mozclient.mk.in
* * [mozclient] add --modules|-m for clienk.mk modules. This is controlledFabien Tassin2008-06-18
| | | | | | | by the MOZ_CO_MODULE variable from the Makefile - update src/mozclient/lib/MozClient/VCS.pm - update src/mozclient/mozclient.pl - update src/mozclient.mk.in
* * [mozclient] add --embedded|-e for embedded tarballs. This is controlledFabien Tassin2008-06-18
| | | | | | | by the MOZCLIENT_EMBEDDED variable from the Makefile - update src/mozclient/lib/MozClient/VCS.pm - update src/mozclient/mozclient.pl - update src/mozclient.mk.in
* * [mozclient] move mozclient.pl in the mozclient directoryFabien Tassin2008-06-06
| | | | | | - src/mozclient.pl => src/mozclient/mozclient.pl - update src/Makefile - update src/mozclient.mk.in
* * [mozclient] Full refactoring of mozclient. It is now written in ↵Fabien Tassin2008-06-02
| | | | | | | | | | | | | | | | | | | | | object-oriented Perl. The makefile version was getting difficult to extend and to maintain. We now have a base class and a set of VCS classes inheriting for it. - add src/mozclient.pl.in - add src/mozclient/${projects}.conf - move src/patches to src/mozclient/patches - update src/${projects}.mk.in - update src/Makefile - update README * [mozclient] nspr and nss are now using a dynamic tag. They used to fetch HEAD which made them tricky to distribute. Now, we take NSPR_CO_TAG and NSS_CO_TAG from mozilla/client.mk (from HEAD or from a tag) and we assign a version like nss-3.12.0.3+1.9~cvs without trailling cvs date (as it's a taggued nss), or nss-3.12.0.3+1.9 when using a taggued mozilla/client.mk - update src/mozclient.pl.in - update src/mozclient/{nspr,nss}.conf
* * Make mozclient-version a bit more silent and clean-up after itFabien Tassin2008-05-19
| | | | - update src/mozclient.mk.in
* * Add a mozclient-version target producing a VERSION=foo string on stdoutFabien Tassin2008-05-19
| | | | | | | | - update src/mozclient.mk.in * Fix nspr and nss conf files to fetch xulrunner versdion file using MOZCLIENT_FILE instead of MOZCLIENT_MODULES - update src/nspr.mk.in - update src/nss.mk.in
* * [mozclient] Fix a regression when we have both MOZCLIENT_PROJECT and ↵Fabien Tassin2008-04-22
| | | | | | DEBIAN_TAG - update src/mozclient.mk.in
* * [mozclient] add a variable called DEBIAN_KEEP_VCS to preserve the VCS ↵Fabien Tassin2008-04-20
| | | | | | | | files such as */CVS or .hg - update src/mozclient.mk.in - update README
* * [mozclient] use MOZCLIENT_HG_LOC whenever possibleFabien Tassin2008-04-20
| | | | - update src/mozclient.mk.in
* * [mozclient] add support for Mercurial (hg) and add a firefox-4.0 projectFabien Tassin2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | + add support for Mercurial (hg) in addition to cvs. Add MOZCLIENT_VCS variable (default to cvs). Add mercurial to Depends. The preferred way to fetch a particular hg snapshot is to use a revision number, it's better than a date. - update deban/control - update src/mozclient.mk.in - update README + make the mozclient patch system optional by introducing a new variable called MOZCLIENT_WANTPATCH. Set it only for firefox 3. - update src/firefox-3.0-full.mk.in - update src/firefox-3.0.mk.in - update src/mozclient.mk.in + add project firefox-4.0 using Mercurial. It needs python (>= 2.4) so add python | python2.4 to Depends. It also needs a post checkout script to fetch dependencies (nspr/nss/tamarin) so introduce a new variable called MOZCLIENT_POSTCOCMD. We now use hgweb instead of bonsai to get revision ids and dates. - update deban/control - add src/firefox-4.0.mk.in - update src/Makefile
* * [mozclient] change the mozclient-status target name to list-tags easier to ↵Fabien Tassin2008-04-19
| | | | | | | | remember. Preserve legacy mozclient-status - update src/mozclient.mk.in - update README
* * forgotten .NOTPARALLEL commit for previous changelog checkinAlexander Sack2008-04-12
| | | - update src/mozclient.mk.in
* * [mozclient] Fix checkouts by date where the provided date was notFabien Tassin2008-04-10
| | | | | transformed into a date that cvs could recognize - update src/mozclient.mk.in
* * [mozclient] fix mozclient-checkout test when a tag is usedFabien Tassin2008-03-26
| | | | - update src/mozclient.mk.in
* * [mozclient] Fail when MOZCLIENT_GETDATE was not able to find the date on ↵Fabien Tassin2008-03-15
| | | | | | bonsai - update src/mozclient.mk.in
* * Update mozclient-status rule to list tags relative to each projectFabien Tassin2008-03-10
| | | | | instead of just gecko trunk - update src/mozclient.mk.in
* * Add missing $(DEBIAN_CO_TAG) when doing direct cvs checkoutsFabien Tassin2008-02-09
| | | | - update src/mozclient.mk.in
* * Add support in mozclient for DEBIAN_TAG for nss and nspr by not usingFabien Tassin2008-01-31
| | | | | | | | | mozilla/client.mk for those two. - update src/mozclient.mk.in and README - update src/{nspr,nss}.mk.in - drop src/patches/{nspr,nss}_target.patch - update src/patches/xulbrowser_target.patch - update src/patches/series
* * Add the 'compare' scriptFabien Tassin2008-01-29
| | | | | | | | - add src/compare.mk.in - update src/Makefile * Rephrase documentation and document 'compare' - update README - update src/mozclient.mk.in
* * Fix PST date missed for direct checkoutFabien Tassin2008-01-23
| | | | - update src/mozclient.mk.in
* * Add PST to dates passed to cvs so it matches dates from BonsaiFabien Tassin2008-01-17
| | | | - update src/mozclient.mk.in
* * Move patches for mozilla/client.mk inside src/ as they were previouslyFabien Tassin2008-01-04
| | | | | | missed at install time. This will prevent confusions with other future scripts * Drop Changelog.txt, use debian/changelog instead
* * Update FSF addressFabien Tassin2008-01-01
| | | | | - update debian/rules - update src/*
* * Fix clean-up script path substitutionFabien Tassin2007-12-30
| | | | | - update src/Makefile - update src/mozclient.mk.in
* * Rename package from mozclient to mozilla-devscriptsFabien Tassin2007-12-16
|
* * First release after a full rewrite + packagingFabien Tassin2007-12-13