summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* * Rephrase doc to use VCS instead of CVSFabien Tassin2008-04-20
| | | | - update README
* * [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] 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
* * Update README before releaseFabien Tassin2008-04-04
|
* * [minefield-packager] add a 'list' command and add support for by-date ↵Fabien Tassin2008-03-29
| | | | | | | snapshots - update src/minefield-packager.mk.in - update README
* * [ minefield-packager ]Fabien Tassin2008-03-24
| | | | | | | | | | | + New module creating debs from Firefox nightly built tarballs - add src/minefield-packager.mk.in - add src/minefield-packager/debian/* - update src/Makefile - update README * Add $(extra_mk_dirs) to install a full directory and use it for minefield-packager/debian and (mozclient/)patches - update src/Makefile
* * add README stub for lp-locale-export.mkAlexander Sack2008-02-29
| | | | | - update README * document in debian changelog
* * document xpi.mk in READMEAlexander Sack2008-02-25
| | | | | | - update README * document in changelog - update debian/changelog
* * Update the compare module to also check dist/bin vs debian/tmpFabien Tassin2008-02-22
| | | | | | | - update src/compare.mk.in - update src/firefox-3.0.mk.in - update src/xulrunner-1.9.mk.in - update README
* * 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
* * Provide an example of how to tweak COMPARE_FILTER_INFabien Tassin2008-01-29
| | | | - update README
* * 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
* * Rename package from mozclient to mozilla-devscriptsFabien Tassin2007-12-16
|
* * First release after a full rewrite + packagingFabien Tassin2007-12-13
|
* * Add target for sunbird using MOZILLA_1_8_BRANCHFabien Tassin2007-11-17
| | | | - update Makefile and README
* * Change DEBIAN_TAG syntax to DEBIAN_TAG=tag=version so it's now possibleFabien Tassin2007-11-12
| | | | | | to specify the proper version (almost always impossible to guess from a free form tag) for the tarball. - update Makefile and README
* * Rename iceape to seamonkeyFabien Tassin2007-10-27
| | | | - update Makefile and README
* * Add a target for iceape-2.0 (unbranded seamonkey)Fabien Tassin2007-10-22
| | | | - update Makefile and README
* * Update READMEFabien Tassin2007-10-05
|
* * Rename firefox appname to firefox-3.0Fabien Tassin2007-09-21
|
* * Allow to fetch a tarball from a specific timestamp by specifyingFabien Tassin2007-09-14
| | | | DEBIAN_DATE in the form YYYYMMDDtHHMM.
* * Add usage, use proper dates based on Mozilla's Bonsai instead ofFabien Tassin2007-09-07
| | | | | current date, add targets to build xulrunner-1.9, nss-trunk and nspr-trunk sources tarballs, add dependencies checking.
* * Initial revision. Contains new targets for mozilla/client.mk, ie nss,Fabien Tassin2007-09-02
nspr and xulbrower.