#333 revisor should default to the config files for the distro actually being run
Opened by thomasvs. Modified

If I'm on F-9, chances are I want to spin F-9, not C-5 (as it is now by default)


+1, if I could figure out a way to do it

+1, if I could figure out a way to do it

cat /etc/fedora-release goes a long way ?

Steal some code from here:

  • at configure time: http://mach.cvs.sourceforge.net/mach/mach2/configure.in?view=markup
  • at runtime: http://thomas.apestaart.org/moap/trac/browser/trunk/moap/util/distro.py

cat /etc/fedora-release goes a long way ?

Steal some code from here:

  • at configure time: http://mach.cvs.sourceforge.net/mach/mach2/configure.in?view=markup
  • at runtime: http://thomas.apestaart.org/moap/trac/browser/trunk/moap/util/distro.py
Metadata