The move to Django 1.4 turned out easier than expected, and since
1.3 and 1.4 are similar enough, this patchset make the rpc server
to run in both 1.3 and 1.4. Also, update the dependencies and make
changes to the install script, so autotest installs fine on a
Fedora 17 server.

More testing is needed (Fedora 16, with/without Django installed with
packages), but the basic functionality is there.

Pull request:

https://github.com/autotest/autotest/pull/372

Lucas Meneghel Rodrigues (7):
  Add java-1.7.0-openjdk-devel to list of packages
  frontend.db: Pass connection to DatabaseOperations
  frontend.afe.feeds: Update use of deprecated code
  frontend.afe.feeds: Fix coding style
  apache/django-directives: Update to Django 1.4
  utils/external_packages.py: Update Django built to 1.4
  frontend.settings: Add MessageMiddleware among the middleware classes

 apache/conf/django-directives           |    8 +++++++
 contrib/install-autotest-server.sh      |    2 +-
 frontend/afe/feeds/feed.py              |   35 +++++++++++++++++--------------
 frontend/db/backends/afe/base.py        |    5 ++++-
 frontend/db/backends/afe_sqlite/base.py |    5 ++++-
 frontend/settings.py                    |    1 +
 utils/external_packages.py              |    5 +++--
 7 files changed, 40 insertions(+), 21 deletions(-)

-- 
1.7.10.2

_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to