• actions/module-manager: Replace this with something like "aptitude search -F %p plinth-"
  • actions/module-manager: Replace this with something like 'aptitude search -F %p | grep "plinth-"'
  • actions/module-manager: Replace this with "aptitude install plinth-"
  • actions/module-manager: Replace this with "aptitude purge plinth-"
  • actions/pagekite-configure: Use augeas for manipulating /etc/pagekite.d/* files
  • doc/themes.mdwn: formalize the template spec so template writers know what they
  • doc/modules.mdwn: automatically prune dead links to clear out old module installs.
  • modules/santiago/santiago.py: multiple santiago ports
  • modules/first_boot/first_boot.py: flesh out these tests values
  • modules/first_boot/first_boot.py: HTTPS failure in State 2 should returns to state 1.
  • modules/packages/packages.py: need to get plinth to load the module we just
  • modules/packages/packages.py: need a smoother way for plinth to unload the
  • plinth.py: firstboot hijacking root should probably be in the firstboot module with a hook in plinth.py
  • util.py: better error handling in filedict_con