8ff443d Remove yumpayload.py, its support files, and most references to yum.

Authored and Committed by clumens 9 years ago
37 files changed. 35 lines added. 2621 lines removed.
Makefile.am
file modified
+3 -3
anaconda
file modified
+3 -5
anaconda.spec.in
file modified
+0 -2
data/anaconda_options.txt
file modified
+3 -9
docs/driverdisc.rst
file modified
+2 -2
docs/translations.txt
file modified
+1 -1
po/POTFILES.in
file modified
+0 -1
pyanaconda/anaconda.py
file modified
+2 -8
pyanaconda/exception.py
file modified
+1 -2
pyanaconda/flags.py
file modified
+1 -2
pyanaconda/installclass.py
file modified
+1 -1
pyanaconda/packaging/__init__.py
file modified
+0 -17
pyanaconda/packaging/dnfpayload.py
file modified
+1 -1
pyanaconda/packaging/yumpayload.py
file removed
-1530
pyanaconda/ui/gui/spokes/source.py
file modified
+5 -3
pyanaconda/ui/tui/__init__.py
file modified
+1 -1
pyanaconda/ui/tui/spokes/software.py
file modified
+1 -1
pyanaconda/ui/tui/spokes/source.py
file modified
+1 -1
scripts/Makefile.am
file modified
+1 -1
scripts/anaconda-yum
file removed
-418
scripts/githooks/commit-msg
file modified
+1 -1
scripts/githooks/pre-push
file modified
+1 -1
scripts/makeupdates
file modified
+1 -1
scripts/zramswapon
file modified
+1 -1
tests/install/run_install_test.sh
file modified
+3 -3
tests/kickstart_tests/basic-ftp-yum.ks
file removed
-24
tests/kickstart_tests/basic-ftp-yum.sh
file removed
-48
tests/kickstart_tests/groups-and-envs-yum-1.ks
file removed
-38
tests/kickstart_tests/groups-and-envs-yum-1.sh
file removed
-48
tests/kickstart_tests/groups-and-envs-yum-2.ks
file removed
-82
tests/kickstart_tests/groups-and-envs-yum-2.sh
file removed
-48
tests/kickstart_tests/nfs-repo-and-addon-yum.ks
file removed
-80
tests/kickstart_tests/nfs-repo-and-addon-yum.sh
file removed
-69
tests/kickstart_tests/packages-and-groups-yum-1.ks
file removed
-75
tests/kickstart_tests/packages-and-groups-yum-1.sh
file removed
-48
tests/pylint/preconf.py
file removed
-44
tests/pylint/pylint-one.sh
file modified
+1 -1
    Remove yumpayload.py, its support files, and most references to yum.
    
    The nodnf option is also gone, because it doesn't do anything anymore.  The
    yum versions of kickstart_tests are no longer needed.  In a lot of places
    where we reference yum (comments, suggesting "yum install whatever", etc.),
    change those to reference to dnf.  A couple of those cannot change due to
    being directories or log files people have come to expect.
    
    Note I've also added a couple FIXMEs in places where I do not know if
    something is still necessary or not.
    
        
file modified
+3 -3
file modified
+3 -5
file modified
+0 -2
file modified
+3 -9
file modified
+2 -2
file modified
+1 -1
file modified
+0 -1
file modified
+2 -8
file modified
+1 -2
file modified
+1 -2
file modified
+1 -1
file modified
+1 -1
file removed
-418
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file removed
-44
file modified
+1 -1