7f351a5 - Deal with encrypted partitions not being readable by virt-cat. (clumens)

Authored and Committed by bcl 8 years ago
    - Deal with encrypted partitions not being readable by virt-cat. (clumens)
    - Make use of the restore_signals Popen argument (dshea)
    - Don't allow /boot on iSCSI. (#1164195) (sbueno+anaconda)
    - Merge pull request #127 from mulkieran/master-kickstart (mulkieran)
    - Actually distribute the clickable message test, too (dshea)
    - Fix disk argument passing to virt-cat in the ostree test. (clumens)
    - Relabel all password and group files in %post (#1228489) (dshea)
    - Deal with the order of ifcfg files not being guaranteed. (clumens)
    - Add a __init__.py to fix up an error when running iutil_test.py. (clumens)
    - Actually run the clickable message test (dshea)
    - Add a false positive to pylint checking for S390Error. (clumens)
    - Let the excludedocs test pass if there are only directories left. (clumens)
    - Allow successful kstest results to provide more details. (clumens)
    - The escrow_cert test cannot use autopart. (clumens)
    - Don't warn on PyInit__isys being unused. (clumens)
    - Test that root LV is encrypted. (amulhern)
    - Deal with subprocess returning bytes in tests/lib/filelist.py, too. (clumens)
    - Make anaconda+python3+pocketlint work. (clumens)
    - Start using our new shared pylint framework in anaconda. (clumens)
    - Remove our extra pylint checkers. (clumens)
    - Remove a duplicate libselinux-python3 requires. (clumens)
    - Run makeupdates with Python 2 for now (mkolman)
    - Don't use the _safechars private property (#1014220) (mkolman)
    - Make sure directory size is returned as int (#1014220) (mkolman)
    - Only warn about missing yum-utils (#1014220) (mkolman)
    - Make sure set_system_time() gets an integer (#1014220) (mkolman)
    - Make sure the column number in TUI is an integer (#1141242) (mkolman)
    - Python 3 compatible sorting fixes (#1014220) (mkolman)
    - Make version comparison Python 3 compatible (#1014220) (mkolman)
    - Don't apply numeric comparison on None (#1141242) (mkolman)
    - Avoid comparing None to an integer (#1141242) (mkolman)
    - Handle urllib split (#1014220) (mkolman)
    - Don't try to decode strings (#1014220) (mkolman)
    - Rename function attributes (#1014220) (mkolman)
    - Replace raw_input() with input() (#1014220) (mkolman)
    - Make iterators and their usage Python 3 compatible (#1014220) (mkolman)
    - Convert Python 2 metaclass magic to Python 3 metaclass magic (#1014220)
      (mkolman)
    - Make the raise syntax Python 3 compatible (#1014220) (mkolman)
    - Python 3 no longer does tuple parameter unpacking (#1014220) (mkolman)
    - Make isys Python 3 compatible (#1014220) (mkolman)
    - Set a correct mode for the tempfile (#1014220) (mkolman)
    - Python 3 temp files no longer reflect external changes (#1014220) (mkolman)
    - Make print usage Python 3 compatible (#1014220) (mkolman)
    - Rename the warnings spoke to warnings_spoke (#1014220) (mkolman)
    - Replace list comprehension with for at class level (mkolman)
    - Make gettext usage Python 3 compatible (#1014220) (mkolman)
    - Do not open tty5 for writing in the "a" mode (#1014220) (vpodzime)
    - Do not use pykickstart's RepoData as a key in a dict (#1014220) (vpodzime)
    - Do not run repo attrs' checks if they are not set up yet (#1014220)
      (vpodzime)
    - Don't depend on side effects of map() (#1141242) (mkolman)
    - Don't use exceptions' message attribute (#1014220) (vpodzime)
    - Addapt to string type changes (#1014220) (mkolman)
    - Handle modules returning bytes in Python 3 (#1014220) (mkolman)
    - Add and use function that makes sure we work with strings (#1014220)
      (vpodzime)
    - Handle modules requiring different string types in Python 3 (#1014220)
      (mkolman)
    - Remove sitecustomize (#1014220) (mkolman)
    - Make ASCII conversions Python compatible (#1014220) (mkolman)
    - Remove "is Unicode" tests (#1014220) (mkolman)
    - Fix ASCII conversion tests (#1014220) (mkolman)
    - Return a string when calling a program (#1014220) (mkolman)
    - Handle subprocess returning bytes (#1014220) (mkolman)
    - Handle latin-1 strings in locale -a output (#1014220) (mkolman)
    - Open the VNC password file for binary writing (#1014220) (mkolman)
    - Update parse-kickstart for python3 (#1014220) (bcl)
    - Update driver-updates for python3 (#1014220) (bcl)
    - Update python-deps for python3 (#1014220) (bcl)
    - Add a test for parse-kickstart (#1014220) (bcl)
    - Make the import Python 3 compatible (#1014220) (mkolman)
    - Change configparser and queue imports (#1014220) (mkolman)
    - Remove imports from the __future__ (#1014220) (mkolman)
    - Use the imp module directly (#1014220) (mkolman)
    - Use Python 3 versions of Python dependencies  (#1014220) (mkolman)
    - Use /usr/bin/python3 in scripts (#1014220) (mkolman)
    - Use Python 3 versions of nose and Pylint (#1014220) (mkolman)
    - Build the Anaconda widgets for Python 3 (#1014220) (mkolman)
    - Update makebumpver for python3 (#1014220) (bcl)
    - Fix Kickstart installation without default gateway errors out (jkonecny)
    - Fix results checking in a couple ks tests. (clumens)
    
        
file modified
+1 -0
file modified
+112 -33
file modified
+1 -1