Changeset 589 for trunk/packages/sipb-xen-www/code
- Timestamp:
- Jun 6, 2008, 12:01:28 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-www/code
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/cache_acls.py
r434 r589 47 47 ctx.current.delete(ma) 48 48 for p in people - old_people: 49 ma = MachineAccess(machine_id=m.machine_id, user=p) 49 ma = MachineAccess(user=p) 50 m.acl.append(ma) 50 51 ctx.current.save(ma) 51 52 -
trunk/packages/sipb-xen-www/code/controls.py
r577 r589 197 197 for disk in machine.disks: 198 198 ctx.current.delete(disk) 199 for access in machine.acl:200 ctx.current.delete(access)201 199 ctx.current.delete(machine) 202 200 transaction.commit()
Note: See TracChangeset
for help on using the changeset viewer.