Add exclude_task decorator in os_type
authorNikos Skalkotos <skalkoto@grnet.gr>
Thu, 5 Apr 2012 13:26:02 +0000 (16:26 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Thu, 5 Apr 2012 13:26:02 +0000 (16:26 +0300)
commit0144d7c741cb742f52ef8755fc315afaa7ea4747
treeb472607735b96fe2e436db99f2441032d9b10868
parent979096ddfddb0cc13151c7e223be64e80ec8db44
Add exclude_task decorator in os_type

This can be used to create a set of by default disabled data_cleanup
and sysprep tasks.
image_creator/os_type/__init__.py
image_creator/os_type/freebsd.py
image_creator/os_type/hurd.py
image_creator/os_type/linux.py
image_creator/os_type/netbsd.py
image_creator/os_type/slackware.py
image_creator/os_type/ubuntu.py
image_creator/os_type/unix.py
image_creator/os_type/windows.py