summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* * [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
* * [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] Fix --conf-dir not looking for .conf files are the right placeFabien Tassin2008-06-06
| | | | - update src/mozclient.pl
* * [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
* * Merge from mozilla-devscripts.intrepid.0.08.1 #110. It just updates changelogFabien Tassin2008-06-05
|\ | | | | | | so 0.08.1 is preserved in history
| * Release cherry pick from 0.09 release to intrepidAlexander Sack2008-06-05
| | | | | | | | | | | | [ Fabien Tassin ] * Move cvs and mercurial from depends to recommends - update debian/control
* | * Move cvs and mercurial from depends to recommendsFabien Tassin2008-06-05
| | | | | | | | - update debian/control
* | * [mozclient] rename exec/exec2 into run_system/run_shellFabien Tassin2008-06-04
| | | | | | | | - update src/mozclient.pl
* | * [mozclient] add support for --conf-dir and remove the templateFabien Tassin2008-06-04
| | | | | | | | | | | | - rename src/mozclient.pl.in => src/mozclient.pl - update src/mozclient.pl - update src/Makefile
* | * [compare] Add build-tree/dist to the list of directories for compare1Fabien Tassin2008-06-04
| | | | | | | | - update src/compare.mk.in
* | * [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
* * RELEASE 0.08 to intrepidFabien Tassin2008-05-30
|
* * [minefield-packager] change the description in the desktop file once moreFabien Tassin2008-05-25
| | | | | - udpate src/minefield-packager/debian/pkgname.desktop.in - update src/minefield-packager.mk.in
* * [minefield-packager] change the description in the desktop file to identifyFabien Tassin2008-05-25
| | | | | | | | more clearly that this is an upstream nightly build - udpate src/minefield-packager/debian/pkgname.desktop.in * drop gif/jpg/png from the MimeType field so this minefield does not appear in the Open With menu for images - udpate src/minefield-packager/debian/pkgname.desktop.in
* * [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
* * Make mozclient-version a bit more silent and clean-up after itFabien Tassin2008-05-19
| | | | - update src/mozclient.mk.in
* * Add a mozclient-version target producing a VERSION=foo string on stdoutFabien Tassin2008-05-19
| | | | | | | | - update src/mozclient.mk.in * Fix nspr and nss conf files to fetch xulrunner versdion file using MOZCLIENT_FILE instead of MOZCLIENT_MODULES - update src/nspr.mk.in - update src/nss.mk.in
* * [minefield-packager] add a banner with a licenseFabien Tassin2008-05-07
| | | | - udpate src/minefield-packager.mk.in
* * [minefield-packager] drop dpkg-shlibdeps's stderr messagesFabien Tassin2008-05-07
| | | | - udpate src/minefield-packager.mk.in
* * [mozclient] Fix a regression when we have both MOZCLIENT_PROJECT and ↵Fabien Tassin2008-04-22
| | | | | | DEBIAN_TAG - update src/mozclient.mk.in
* * 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] use MOZCLIENT_HG_LOC whenever possibleFabien Tassin2008-04-20
| | | | - update src/mozclient.mk.in
* * [mozclient] add project xulrunner-2.0 also using MercurialFabien Tassin2008-04-20
| | | | | - add src/xulrunner-2.0.mk.in - update src/Makefile
* * [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