summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* * [mozclient] add project midbrowser (LP: #210314)Fabien Tassin2008-10-12
| | | | | - add src/mozclient/midbrowser.conf - update README
* * [mozclient] add support for gitFabien Tassin2008-10-12
| | | | | | | - add src/mozclient/lib/MozClient/Git.pm - update src/mozclient/mozclient.pl - update src/mozclient/lib/MozClient/VCS.pm - update debian/control
* * [xulapp] rename variable to DEBIAN_XUL_VERFabien Tassin2008-10-11
| | | | - update src/xulapp.mk.in
* * [ xulapp ] allow caller to specify the xulrunner versionFabien Tassin2008-10-11
| | | | - update src/xulapp.mk.in
* * [xpi] add support for xpi not located in the root directory. This is neededFabien Tassin2008-09-27
| | | | | for extensions built with xulapp.mk - update src/xpi.mk
* * [ compare ] search for $(DEB_BUILDDIR)/mozilla/dist/bin, neededFabien Tassin2008-09-20
| | | | | by mozilla packages using MOZ_OBJDIR - update src/compare.mk.in
* * [mozclient] move thunderbird-3.0 from cvs to hg comm-centralFabien Tassin2008-09-19
| | | | | - update src/mozclient/thunderbird-3.0.conf - add src/mozclient/thunderbird-3.0-remove.binonly.sh
* * [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
* * [ minefield-packager ] re-hide command when listing snapshotsFabien Tassin2008-09-17
| | | | - update src/minefield-packager.mk.in
* * [ minefield-packager ] upstream builds are now identified withFabien Tassin2008-09-17
| | | | | a trailling "-mozilla-central", it's no longer "-trunk" - update src/minefield-packager.mk.in
* * RELEASE 0.10 to intrepidFabien Tassin2008-09-02
|
* * [mozclient] fix Mercurial tags not passed during checkoutFabien Tassin2008-08-31
| | | | - update src/mozclient/lib/MozClient/Mercurial.pm
* * inject awesome-browser branding into firefox source tree byAlexander Sack2008-08-28
| | | | | | adding appropriate MOZCLIENT_POSTCOCMD to the mozclient configs - update src/mozclient/firefox-3.0.conf - update src/mozclient/firefox-3.1.conf - update src/mozclient/firefox-4.0.conf
* * Change Recommends into Suggests for cvs and mercurial as those areFabien Tassin2008-08-01
| | | | | not needed to use mozilla-devscripts as a build-dependency. - update debian/control
* * Fix output dir detection in src/med-xpi-packSasa Bodiroza2008-07-24
|
* * Fix bug where xpi file is placed in the same dir where the unpacked ↵Sasa Bodiroza2008-07-24
| | | | | extensions is. * Don't show where it's located for now... It's not same dir as anymore
* * Fix bashisms in src/med-xpi-unpackSasa Bodiroza2008-07-24
|
* * Fix bashisms in src/med-xpi-packSasa Bodiroza2008-07-24
|
* * 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.
* Add function usage() to src/med-xpi-unpack to print out information on ↵Sasa Bodiroza2008-07-08
| | | | error, or -h/--help
* Add function usage() to src/med-xpi-pack to print out information on error, ↵Sasa Bodiroza2008-07-08
| | | | or -h/--help
* * In src/xpi.mk:Sasa Bodiroza2008-07-08
| | | | | | - Revert clean rule, removed in rev 158. - Change default build cmd to not remove xpi files, it is done in clean rule. - Use CURDIR instead of pwd in default build cmd. * Document in debian/changelog.
* 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
|
* Improved src/med-xpi-pack. Resulting is placed inside .Sasa Bodiroza2008-07-08
|
* Add zip to depends, src/med-xpi-{pack,unpack} need it.Sasa Bodiroza2008-07-08
|
* Add src/med-xpi-* to debian/mozilla-devscripts.install to install them to ↵Sasa Bodiroza2008-07-08
| | | | /usr/bin
* Document src/med-xpi-{pack,unpack} in READMESasa Bodiroza2008-07-08
|
* Add src/med-xpi-{pack,unpack} scripts to manage packing and unpacking of XPI ↵Sasa Bodiroza2008-07-08
| | | | files
* Open tree for 0.10 developmentSasa Bodiroza2008-07-08
|
* * RELEASE 0.09 to intrepidFabien Tassin2008-06-28
|
* * Rewrite changelog to make it more compact, and hopefully more understandableFabien Tassin2008-06-28
| | | | - update debian/changelog
* * Fix typos in changelogFabien Tassin2008-06-28
| | | | - update debian/changelog
* * [xulapp] improve clean rule to clean-up more build left-oversFabien Tassin2008-06-23
| | | | - update src/xulapp.mk.in
* * [mozclient] Make prism use the new xulapp build-systemFabien Tassin2008-06-22
| | | | | - update src/prism.mk.in - update src/mozclient/prism.conf
* * [xulapp] add a stamp file and clean-up toolkit + nsprpubFabien Tassin2008-06-20
| | | | - update src/xulapp.mk.in
* * [xulapp] Add a rules file for xulrunner applications installing a buildFabien Tassin2008-06-20
| | | | | | system from the xulrunner SDK - add src/xulapp.mk - update src/Makefile
* * [mozclient] update fennec projectFabien Tassin2008-06-20
| | | | - update src/mozclient/fennec.conf
* * [mozclient] Add MOZCLIENT_APPNAME in order for xulrunner applications to ↵Fabien Tassin2008-06-20
| | | | | | | | | | specify their toplevel directory name. It is set by default to 'mozilla' - update src/mozclient/mozclient.pl - update src/mozclient/lib/MozClient/VCS.pm - update src/mozclient/lib/MozClient/Subversion.pm - update src/mozclient/lib/MozClient/Mercurial.pm
* * [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
* * [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
* * 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
* * Die with a stack traceFabien Tassin2008-06-13
| | | | | | - update src/mozclient/lib/MozClient/VCS.pm - update src/mozclient/lib/MozClient/CVS.pm - update src/mozclient/lib/MozClient/Subversion.pm
* * Add a set_tag() method per VCSFabien Tassin2008-06-13
| | | | | | | | | | - update src/mozclient/lib/MozClient/VCS.pm - update src/mozclient/lib/MozClient/CVS.pm - update src/mozclient/lib/MozClient/Mercurial.pm - update src/mozclient/lib/MozClient/Subversion.pm * Fix flock to checkout at the right level. This is needed to fetch a particular branch using svn - update src/mozclient/flock.conf
* * [compare] add support for flockFabien Tassin2008-06-10
| | | | - update src/flock.mk.in
* * [mozclient] Disable MOZCLIENT_POSTCOCMD for xulrunner-1.9.1 and firefox-3.1Fabien Tassin2008-06-09
| | | | | | now that upstream made it obsolete - udpate src/mozclient/xulrunner-1.9.1.conf - update src/mozclient/firefox-3.1.conf
* * [mozclient] Update global clean-up script to remove new .dll/.exe shippedFabien Tassin2008-06-07
| | | | | | by upstream (and remove them from flock as they are not flock specific) - update src/mozclient/remove.binonly.sh - update src/mozclient/flock-remove.binonly.sh