Skip to content
Snippets Groups Projects
  1. Sep 15, 2015
  2. Aug 06, 2014
    • Teo Mrnjavac's avatar
      module.conf ==> module.desc everywhere. · be02eca9
      Teo Mrnjavac authored
      be02eca9
    • Teo Mrnjavac's avatar
      Big configuration overhaul. · 8f10c21e
      Teo Mrnjavac authored
      Module descriptors are now module.desc, no configuration allowed inside.
      Module config files are <modulename>.conf, installed in
      share/calamares/modules.
      settings.conf is read from /etc/calamares, then share/calamares, and if
      running with --debug also in the current dir.
      Module config files are read from /etc/calamares/modules, then
      share/calamares/modules, and if running with --debug also in
      src/modules/<modulename> relative to the current dir.
      8f10c21e
  3. Jul 24, 2014
    • Aurélien Gâteau's avatar
      Indeed CMake, a list is not a directory... · b3ba56a8
      Aurélien Gâteau authored
      After testing a Python module, the build was broken because the test
      created a __pycache__ dir, which CMake tried to install as a file because:
      
      a) `if(IS_DIRECTORY foo)` requires a full path to work
      
      b) For CMake, `IS_DIRECTORY(foo)` is not the same as `IS_DIRECTORY foo`
      
      c) CMake is a pain sometimes
      b3ba56a8
  4. Jul 14, 2014
Loading