openmamba-release/openmamba-smart-00-configur...

6 lines
192 B
Python
Raw Normal View History

2015-02-15 15:36:26 +01:00
for r in [ "milestone2-kde4", "milestone2-xorg", "milestone2-kde4" ]:
channel=sysconf.get(("channels", r))
if channel:
channel['disabled']=False
sysconf.set(("channels", r),channel)