LGTM
On Tue, Jan 26, 2010 at 6:02 PM, Steve Howard <[email protected]> wrote: > Add httplib2 to build_externals. This is needed for the REST client. > > Signed-off-by: Steve Howard <[email protected]> > > --- autotest/utils/build_externals.py 2010-01-21 17:34:37.000000000 -0800 > +++ autotest/utils/build_externals.py 2010-01-26 17:59:43.000000000 -0800 > @@ -749,6 +749,17 @@ > > ExternalPackage._build_and_install_current_dir_setup_py) > > > +class Httplib2Package(ExternalPackage): > + version = '0.6.0' > + local_filename = 'httplib2-%s.tar.gz' % version > + urls = ('http://httplib2.googlecode.com/files/' + local_filename,) > + hex_sum = '995344b2704826cc0d61a266e995b328d92445a5' > + > + _build_and_install = ExternalPackage._build_and_install_from_package > + _build_and_install_current_dir = ( > + ExternalPackage._build_and_install_current_dir_noegg) > + > + > class GwtPackage(ExternalPackage): > """Fetch and extract a local copy of GWT used to build the frontend.""" > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest > _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
