9d01a35 Refactor to be more 'pythonic'

Authored and Committed by labbott 7 years ago
    Refactor to be more 'pythonic'
    
    The existing code structure is what happens when a kernel developer
    tries to write python code: something that works but isn't very portable.
    This shuffles files around to be in a more standard python project format.
    It also includes a proper license and a setup.py file for better
    packaging.
    
        
file added
+18
file modified
+17 -10
bin/fedbisect scripts/fedbisect-run.py
file renamed
+1 -1
file removed
-55
fedbisect/__init__.py scripts/.newoptions
file renamed
file was renamed with no change to the file
fedbisect/koji_cli.py scripts/koji_cli.py
file renamed
file was renamed with no change to the file
empty file added
fedbisect/scripts/Makefile.config scripts/Makefile.config
file renamed
file was renamed with no change to the file
fedbisect/scripts/Makefile.release scripts/Makefile.release
file renamed
file was renamed with no change to the file
fedbisect/scripts/Makefile.spec scripts/Makefile.spec
file renamed
file was renamed with no change to the file
fedbisect/scripts/bisect_state.py scripts/bisect_state.py
file renamed
+7 -7
fedbisect/scripts/cpupower.config scripts/cpupower.config
file renamed
file was renamed with no change to the file
fedbisect/scripts/cpupower.service scripts/cpupower.service
file renamed
file was renamed with no change to the file
fedbisect/scripts/kernel.spec.template scripts/kernel.spec.template
file renamed
file was renamed with no change to the file
fedbisect/scripts/merge.pl scripts/merge.pl
file renamed
file was renamed with no change to the file
fedbisect/scripts/mod-sign.sh scripts/mod-sign.sh
file renamed
file was renamed with no change to the file
fedbisect/scripts/x509.genkey scripts/x509.genkey
file renamed
file was renamed with no change to the file
file removed
-13831
file added
+11