411cc1a - Remove unused tmpdir parameter in resize2fs(). (fgrose)

Authored and Committed by bcl 7 years ago
    - Remove unused tmpdir parameter in resize2fs(). (fgrose)
    - HACKING: Fix mailing list address (ngompa13)
    - README: Fix the mailing list reference (ngompa13)
    - Check if FirewallD is installed before running ks firewall commands (ngompa13)
    - Merge pull request #6 from Conan-Kudo/yumtodbo (kevin.kofler)
    - Fixup and update the README (ngompa13)
    - Yum -> DNF; ayum -> dbo (ngompa13)
    - Properly exclude packages from the install set (ngompa13)
    - Merge pull request #3 from Conan-Kudo/warningfix (kevin.kofler)
    - logging.warn -> logging.warning (ngompa13)
    - Delete any leftover (Kevin)
    - Fix error handling in creator.py (Kevin)
    - Merge pull request #2 from Conan-Kudo/fixmakefile (kevin.kofler)
    - Fix command for creating symlink in Makefile (ngompa13)
    - Fix command for getting Python directory in the Makefile (ngompa13)
    - Merge pull request #1 from Conan-Kudo/futurize (kevin.kofler)
    - Bump version to 24.0 (ngompa13)
    - Fix up README (ngompa13)
    - More conversion of strings to bytestrings (ngompa13)
    - Convert bytestring to string (ngompa13)
    - Replace deprecated string.join() with str.join (ngompa13)
    - Fix division to be unambiguous (ngompa13)
    - Purge all Python < 2.6 exception handling code (ngompa13)
    - 'msg' should be 'message' for CreatorError exceptions (ngompa13)
    - More string to bytestring conversions (ngompa13)
    - Convert string to bytestring (ngompa13)
    - Convert result sliced from bytestring into string (ngompa13)
    - More declaring bytestrings as bytestrings (ngompa13)
    - Replace file() with open() (ngompa13)
    - use six module for urllib import (ngompa13)
    - Mark byte being written as byte (ngompa13)
    - Prepend file:// for local paths that don't have it already (ngompa13)
    - Remove unused import for system-config-keyboard (ngompa13)
    - Migrate from urlgrabber to urllib for Python 2/3 compatibility (ngompa13)
    - Makefile fixes for setting which Python to use (ngompa13)
    - Add support for setting Python interpreter to be used (ngompa13)
    - Port to Python 2.6+, 3.3+ (ngompa13)
    - Port from yum to dnf. (Kevin)
    - Add imgcreate/.gitignore (Kevin)
    - Disambiguation (PeteLawler)
    
        
file modified
+1 -0
file modified
+117 -38
file modified
+1 -1