Enable dummy Python jobmodule.

This commit is contained in:
Teo Mrnjavac 2014-07-16 16:11:07 +02:00
parent 2f628cd1d4
commit 0e5e3c50b4

View file

@ -3,7 +3,7 @@
--- ---
# Modules can be job modules (with different interfaces) and QtWidgets view modules. # Modules can be job modules (with different interfaces) and QtWidgets view modules.
# They could all be placed in a number of different paths. # They could all be placed in a number of different paths.
modules-search: [ local, /path/to/dir/with/more/modules ] modules-search: [ local, /path/to/dir/with/more/modules ]
# We define the module names in the order they should show up (QtWidget view modules, # We define the module names in the order they should show up (QtWidget view modules,
# with one or more pages) OR be executed if enqueued (all other modules). # with one or more pages) OR be executed if enqueued (all other modules).
@ -27,6 +27,7 @@ prepare:
# which view module jobs should be enqueued. Job modules are also allowed. # which view module jobs should be enqueued. Job modules are also allowed.
install: #TODO: actually use this install: #TODO: actually use this
- dummyprocess - dummyprocess
- dummypython
#- partition #- partition
#- unsquashfs #- unsquashfs
- locale - locale