diff options
Diffstat (limited to 'bitbake/lib/toaster/toastermain/settings.py')
-rw-r--r-- | bitbake/lib/toaster/toastermain/settings.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py index b28ddb2b0d..de686b2edc 100644 --- a/bitbake/lib/toaster/toastermain/settings.py +++ b/bitbake/lib/toaster/toastermain/settings.py | |||
@@ -92,9 +92,6 @@ if 'DATABASE_URL' in os.environ: | |||
92 | else: | 92 | else: |
93 | raise Exception("FIXME: Please implement missing database url schema for url: %s" % dburl) | 93 | raise Exception("FIXME: Please implement missing database url schema for url: %s" % dburl) |
94 | 94 | ||
95 | BUILD_MODE = False | ||
96 | if 'TOASTER_MANAGED' in os.environ and os.environ['TOASTER_MANAGED'] == "1": | ||
97 | BUILD_MODE = True | ||
98 | 95 | ||
99 | # Allows current database settings to be exported as a DATABASE_URL environment variable value | 96 | # Allows current database settings to be exported as a DATABASE_URL environment variable value |
100 | 97 | ||