jhbuild r1734 - in trunk: . jhbuild jhbuild/modtypes jhbuild/versioncontrol



Author: fpeters
Date: 2007-12-16 12:05:55 +0000 (Sun, 16 Dec 2007)
New Revision: 1734
ViewCVS link: http://svn.gnome.org/viewcvs/jhbuild?rev=1734&view=rev

Modified:
   trunk/ChangeLog
   trunk/jhbuild/config.py
   trunk/jhbuild/defaults.jhbuildrc
   trunk/jhbuild/modtypes/__init__.py
   trunk/jhbuild/modtypes/autotools.py
   trunk/jhbuild/modtypes/distutils.py
   trunk/jhbuild/modtypes/mesa.py
   trunk/jhbuild/modtypes/mozillamodule.py
   trunk/jhbuild/modtypes/perl.py
   trunk/jhbuild/versioncontrol/arch.py
   trunk/jhbuild/versioncontrol/bzr.py
   trunk/jhbuild/versioncontrol/darcs.py
   trunk/jhbuild/versioncontrol/git.py
   trunk/jhbuild/versioncontrol/hg.py
   trunk/jhbuild/versioncontrol/tarball.py
Log:
* jhbuild/config.py, jhbuild/defaults.jhbuildrc, 
jhbuild/modtypes/__init__.py, jhbuild/modtypes/autotools.py,
jhbuild/modtypes/distutils.py, jhbuild/modtypes/mesa.py,
jhbuild/modtypes/mozillamodule.py, jhbuild/modtypes/perl.py,
jhbuild/versioncontrol/arch.py, jhbuild/versioncontrol/bzr.py,
jhbuild/versioncontrol/darcs.py, jhbuild/versioncontrol/git.py,
jhbuild/versioncontrol/hg.py: added possibility to skip modules that
have not been updated (with/without considering dependencies).  This
is driven by a new build_policy configuration option, possible values
are 'all' (default behaviour, build everything), 'updated' (build only
modules that have changed) and 'updated-deps' (build modules that have
changed, or their dependencies have changed).  (closes: #313997)






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]