summaryrefslogtreecommitdiff
path: root/src/mozclient
Commit message (Collapse)AuthorAge
* * Remove additional binary files from Mozilla tarballsChris Coulson2011-01-25
| | | - update src/mozclient/remove.binonly.sh
* + mozclient: use stable awesome-browser branding branch for firefox-3.0Alexander Sack2009-09-15
| | | - update src/mozclient/firefox-3.0.conf
* * [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] 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
* * [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
* * [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] 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
* * [mozclient] Make prism use the new xulapp build-systemFabien Tassin2008-06-22
| | | | | - update src/prism.mk.in - update src/mozclient/prism.conf
* * [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
* * [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
* * [mozclient] add a package specific clean-up script for FlockFabien Tassin2008-06-06
| | | | - add src/mozclient/flock-remove.binonly.sh
* * [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
* * [mozclient] fix MozClient::VCS::pack() to only consider the toplevel dirFabien Tassin2008-06-06
| | | | | of MOZCLIENT_PROJECT - update src/mozclient/lib/MozClient/VCS.pm
* * [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] use an absolute path for remove.binonly.sh as with --conf-dir ↵Fabien Tassin2008-06-06
| | | | | | | | | | it could be called from anywhere. Move remove.binonly.sh into mozclient/ - move src/remove.binonly.sh => src/mozclient/remove.binonly.sh - update src/Makefile - update src/mozclient.pl - update src/mozclient/lib/MozClient/VCS.pm
* * [mozclient] prism needs "+" instead of "~" as version separator asFabien Tassin2008-06-06
| | | | | upstream only bumps version at the end of the dev cycle - update src/mozclient/prism.conf
* * [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] add support for svnFabien Tassin2008-06-06
| | | | | - add src/mozclient/lib/MozClient/Subversion.pm - update src/mozclient.pl
* * [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] Split perl modules from main perl fileFabien Tassin2008-06-06
| | | | | | | | - update src/mozclient.pl - add src/mozclient/lib/MozClient/VCS.pm - add src/mozclient/lib/MozClient/CVS.pm - add src/mozclient/lib/MozClient/Mercurial.pm - update src/Makefile
* * [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