]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Use DDE data from the latest ubuntu dev-version.
authorMichael Hanke <michael.hanke@gmail.com>
Fri, 19 Nov 2010 16:50:33 +0000 (11:50 -0500)
committerMichael Hanke <michael.hanke@gmail.com>
Fri, 19 Nov 2010 16:50:33 +0000 (11:50 -0500)
neurodebian/dde.py

index bb8903666e3ca163921cf55e23e54e08acacccc6..e2084e430a45b6a941680bc02e2bbe3fdf21b4b3 100755 (executable)
@@ -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: