Feature #6664
closedDevelopment mode
100%
Description
Now there are special options "Debug" and "Allow use of local source directories" for Core. The former allows to produce and to keep a lot of intermediate files useful for debugging but not for common usage. The latter allows to use Linux kernel source code resided in local working directories rather than in jobs. Although it considerably speeds up build command extracting, it is dangerous because of nobody will know what source code was actually used and thus shouldn't be used in production.
But in general we likely need a special development mode which turns on both these options, increases a logging debug level, tunes logging formatters and so on. Of course development mode should be turned of by default.
As a sequence we will also get a production mode with some reasonable settings.
I assume that proper sets of options for production and development are Bridge settings and the Bridge interface is responsible for specifying the mode.
Updated by Evgeny Novikov almost 9 years ago
- Subject changed from Core development mode to Development mode
- Description updated (diff)
Updated by Evgeny Novikov almost 9 years ago
File is solving intended to disable simultaneous use of the same working directory by Klever Core should be automatically deleted in the development mode.
Updated by Evgeny Novikov over 8 years ago
- Status changed from New to Open
- Priority changed from High to Urgent
Updated by Evgeny Novikov over 8 years ago
- Assignee changed from Evgeny Novikov to Vladimir Gratinskiy
Initial implementation is introduced in branch 6664.
Updated by Vladimir Gratinskiy over 8 years ago
- % Done changed from 0 to 100
Done. Branch - "job-run-settings".
Updated by Evgeny Novikov over 8 years ago
- Status changed from Open to Closed
- Published in build set to 318cbef
The most of work was merged to master in 318cbef. Several minor issues will be fixed later.