summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* * [mozclient] search the main nobin script in the system wide mozclientFabien Tassin2008-12-22
| | | | | path if we are building with a conf-dir and no script was found - update src/mozclient/lib/MozClient/VCS.pm
* * [mozclient] fix hg incorrectly requesting branchesFabien Tassin2008-11-26
| | | | - update src/mozclient/lib/MozClient/Mercurial.pm
* * [mozclient] move seamonkey-2.0 from cvs to hg comm-centralFabien Tassin2008-11-02
| | | | | - update src/mozclient/seamonkey-2.0.conf - add src/mozclient/seamonkey-2.0-remove.binonly.sh
* * [mozclient] only remove REMOVED+${nobinonly}.txt if it does existFabien Tassin2008-10-19
| | | | - update src/mozclient/lib/MozClient/VCS.pm
* * [mozclient] don't run MOZCLIENT_EXCLUDE_SCRIPT if does not exist as itFabien Tassin2008-10-19
| | | | | creates false positives - update src/mozclient/lib/MozClient/VCS.pm
* * [xulapp] add confdefs.h and a.out to the clean ruleFabien Tassin2008-10-19
| | | | - update src/xulapp.mk.in
* * [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
* * [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
* * 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.
* Improved src/med-xpi-pack. Resulting is placed inside .Sasa Bodiroza2008-07-08
|
* Add src/med-xpi-{pack,unpack} scripts to manage packing and unpacking of XPI ↵Sasa Bodiroza2008-07-08
| | | | files
* * [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
* * [mozclient] flock wants embedded tarball but no mozilla dirFabien Tassin2008-06-07
| | | | - update src/mozclient/flock.conf
* * [mozclient] Fix previously ignored MOZCLIENT_WANTMOZDIR whenFabien Tassin2008-06-07
| | | | | MOZCLIENT_EMBEDDED is set - update src/mozclient/lib/MozClient/VCS.pm
* * [mozclient] Make xulrunner-1.9.1 and xulrunner-2.0 use embedded tarballsFabien Tassin2008-06-07
| | | | - update src/mozclient/xulrunner-{1.9.1,2.0}.conf
* * [mozclient] change version of all hg project to have YYYYMMDDrRRR instead ofFabien Tassin2008-06-07
| | | | | | RRR~YYYMMDD which was different from all other VCS - update src/mozclient/lib/MozClient/Mercurial.pm - update src/mozclient/{xulrunner,firefox}-{1.9.1,3.1}.conf