From 0e5e3c50b4a637543db28370b60e348198e241d1 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 16 Jul 2014 16:11:07 +0200 Subject: [PATCH] Enable dummy Python jobmodule. --- settings.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.conf b/settings.conf index 340c3b018..6728193e9 100644 --- a/settings.conf +++ b/settings.conf @@ -3,7 +3,7 @@ --- # Modules can be job modules (with different interfaces) and QtWidgets view modules. # 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, # 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. install: #TODO: actually use this - dummyprocess +- dummypython #- partition #- unsquashfs - locale