]> git.donarmstrong.com Git - neurodebian.git/blobdiff - neurodebian/dde.py
Added Ubuntu precise release (including replacing with it link in DDE code)
[neurodebian.git] / neurodebian / dde.py
index 87f54ca36396f08f1bb4035cb7596d31572df02f..3ad4882c50e33fa4a9682d43257eee9ed92bcf4e 100755 (executable)
@@ -516,7 +516,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-oneiric/%s" % p)
+                q = dde_get(query_url + "/packages/prio-ubuntu-precise/%s" % p)
                 if q and q.has_key('popcon'):
                     db[p]['main']['ubuntu_popcon'] = q['popcon']
             else: