Hey Jason,

Rather embarrassingly that's not the patch  meant to send you (or indeed
the one we run) as it's the wrong section (just didn't want to misinform
anyone else that may have stumbled across this post, then taken that and
run with it to realise it was wrong)

well that was unintentional... apologies

---
/usr/lib/python2.6/site-packages/pulp/server/managers/repo/unit_association.py.orig
2014-06-11
18:38:02.253028438 +0100
+++
/usr/lib/python2.6/site-packages/pulp/server/managers/repo/unit_association.py
2014-03-20
15:31:08.101345574 +0000
@@ -380,9 +380,7 @@
         for unit_type_id, unit_ids in unit_map.items():
             spec = {'repo_id': repo_id,
                     'unit_type_id': unit_type_id,
-                    'unit_id': {'$in': unit_ids},
-                    'owner_type': owner_type,
-                    'owner_id': owner_id}
+                    'unit_id': {'$in': unit_ids}}
             collection.remove(spec, safe=True)
_______________________________________________
Pulp-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/pulp-list

Reply via email to