Fix jhbuild autobuild --clean
commit0df2830eb1dafa80ce7beb676446f74813410aa5
authorJon TURNEY <jon.turney@dronecode.org.uk>
Thu, 22 Oct 2009 12:12:47 +0000 (22 13:12 +0100)
committerFrédéric Péters <fpeters@0d.be>
Wed, 28 Apr 2010 11:04:39 +0000 (28 13:04 +0200)
treecc51a8e61ea16ecd287fdc286a5cdce6b2193999
parent159ea9559da1dc2cb36f786c5eb405a5d5874e13
Fix jhbuild autobuild --clean

'jhbuild autobuild --clean' doesn't clean as clean isn't added to list of targets
(Other commands achieve this as side-effect of config.set_from_cmdline_options,
not sure if this is appropriate for autobuild also...)
jhbuild/commands/autobuild.py