summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Remove all stuff that is unrelated to packaging XUL extensions.Benjamin Drung2011-10-08
|
* * med-xpi-{pack,unpack}:Benjamin Drung2009-12-02
| | | | | | | | - Drop med- prefix. - rename man/med-xpi-{pack,unpack}.1 to man/xpi-{pack,unpack}.1 - rename src/med-xpi-{pack,unpack} to src/xpi-{pack,unpack} - update README - update src/Makefile - update src/xpi.mk
* * [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
* * Fix a typoFabien Tassin2008-10-12
| | | | - update README
* * [mozclient] add project midbrowser (LP: #210314)Fabien Tassin2008-10-12
| | | | | - add src/mozclient/midbrowser.conf - update README
* * [ 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
* * Fix src/med-xpi-pack to not check if XPI file already exists. It breaks ↵Sasa Bodiroza2008-07-21
| | | | | the build * Document this change in README, and fix one typo in it.
* Improve med-xpi-pack to not include debian/ and temp-*/ directories, and to ↵Sasa Bodiroza2008-07-08
| | | | unpack JAR files back after XPI file is produced.
* * Add default build command to src/xpi.mk.Sasa Bodiroza2008-07-08
| | | * Document changes in debian/changelog, and README.
* Improve documentation for med-xpi-packSasa Bodiroza2008-07-08
|
* Document src/med-xpi-{pack,unpack} in READMESasa Bodiroza2008-07-08
|
* * [mozclient] add project for Fennec using hgFabien Tassin2008-06-19
| | | | | | | - add src/mozclient/fennec.conf - add src/fennec.mk.in - update src/Makefile - update README
* * Change MOZCLIENT_TAREXCLUDE to list *additional* dirs/files toFabien Tassin2008-06-13
| | | | | | | | | exclude instead of overwriting the default list - update src/mozclient/lib/MozClient/VCS.pm - update debian/changelog - update README * Update flock accordingly - update src/mozclient/flock.conf
* * [mozclient] run an optional package specific clean-up script. It should be ↵Fabien Tassin2008-06-06
| | | | | | | called src/mozclient/${pkg_name}-remove.binonly.sh - update src/mozclient/lib/MozClient/VCS.pm
* * [mozclient] add project for Flock using svnFabien Tassin2008-06-06
| | | | | | | - add src/mozclient/flock.conf - add src/flock.mk.in - update src/Makefile - update README
* * [mozclient] add optional MOZCLIENT_TAREXCLUDE to overwrite the list of ↵Fabien Tassin2008-06-06
| | | | | | | | | dirs/files to exclude from packaging - update src/mozclient/lib/MozClient/VCS.pm - update src/mozclient/mozclient.pl - update README
* * [prism] add optional MOZCLIENT_SEPARATOR to specify what we want betweenFabien Tassin2008-06-06
| | | | | | | date and revision in the version (default to ~) - update src/mozclient.pl - update src/mozclient/lib/MozClient/VCS.pm - update README
* * [mozclient] add a project from Prism using svnFabien Tassin2008-06-06
| | | | | | | - add src/mozclient/prism.conf - add src/src/prism.mk.in - update src/Makefile - update README
* * [mozclient] Change MOZCLIENT_CVS_LOC and MOZCLIENT_HG_LOC into a commonFabien Tassin2008-06-06
| | | | | | | MOZCLIENT_VCS_LOC and make it mandatory - update src/mozclient.pl - update src/src/mozclient/*.conf - update README
* * [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
* * [mozclient] add projects xulrunner-1.9.1 and firefox-3.1 using MercurialFabien Tassin2008-05-25
| | | | | | | - add src/firefox-3.1.mk.in - add src/xulrunner-1.9.1.mk.in - update src/Makefile - update README
* * 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.