From: Michael Hanke Date: Fri, 19 Nov 2010 16:50:33 +0000 (-0500) Subject: Use DDE data from the latest ubuntu dev-version. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b4b19e07afbffdabf866519949b8eac7dbe9893f;p=neurodebian.git Use DDE data from the latest ubuntu dev-version. --- diff --git a/neurodebian/dde.py b/neurodebian/dde.py index bb89036..e2084e4 100755 --- a/neurodebian/dde.py +++ b/neurodebian/dde.py @@ -500,7 +500,7 @@ def import_dde(cfg, db): if q.has_key('popcon'): db[p]['main']['debian_popcon'] = q['popcon'] # if we have debian, need to get ubuntu - q = dde_get(query_url + "/packages/prio-ubuntu-lucid/%s" % p) + q = dde_get(query_url + "/packages/prio-ubuntu-natty/%s" % p) if q and q.has_key('popcon'): db[p]['main']['ubuntu_popcon'] = q['popcon'] else: