]> git.donarmstrong.com Git - neurodebian.git/commitdiff
UDD ubuntu popcon table changed name.
authorMichael Hanke <michael.hanke@gmail.com>
Mon, 2 Aug 2010 19:38:10 +0000 (15:38 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Mon, 2 Aug 2010 19:38:10 +0000 (15:38 -0400)
neurodebian/dde.py

index acc3fc042ef8b273d8c5db63ed30d5d067c6d3fd..45afb25992e6b9daf3b849bb4a329a3cf91fd14f 100755 (executable)
@@ -498,7 +498,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-karmic/%s" % p)
+                q = dde_get(query_url + "/packages/prio-ubuntu-lucid/%s" % p)
                 if q and q.has_key('popcon'):
                     db[p]['main']['ubuntu_popcon'] = q['popcon']
             else: