bbca1a2 config: Fail if the config file does not exist

1 file Authored by bochecha 10 years ago, Committed by ausil 10 years ago,
    config: Fail if the config file does not exist
    
    Without this change, the parser will happily read a non-existing config
    file, and most values end up set to their defaults.
    
    This causes weird failures later on, like the Koji API complaining that
    the passed 'baseurl' is empty.
    
    Let's fail fast instead, to make the problem completely obvious.
    
        
file modified
+3 -0