replace pykickstart directory by the directory from open source, the open source... 99/247499/13
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 11 Nov 2020 07:50:22 +0000 (16:50 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 11 Nov 2020 11:35:06 +0000 (20:35 +0900)
commita7271b96c418a53218dc8a3ccc1945bacf013eb9
tree4033b8f748956bf9bf3590b5d912620f9ec7bcf2
parent4c05b44755f29ce6e4eded5003b6168493efa3fe
replace pykickstart directory by the directory from open source, the open source code is python3 version

Change-Id: Ibd3531a38a311a2ab8d513eedece23fb5a4a0108
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
158 files changed:
debian/control
debian/rules
mic/3rdparty/pykickstart/__init__.py
mic/3rdparty/pykickstart/base.py
mic/3rdparty/pykickstart/commands/__init__.py
mic/3rdparty/pykickstart/commands/authconfig.py
mic/3rdparty/pykickstart/commands/authselect.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/autopart.py
mic/3rdparty/pykickstart/commands/autostep.py
mic/3rdparty/pykickstart/commands/bootloader.py
mic/3rdparty/pykickstart/commands/btrfs.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/cdrom.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/clearpart.py
mic/3rdparty/pykickstart/commands/device.py
mic/3rdparty/pykickstart/commands/deviceprobe.py
mic/3rdparty/pykickstart/commands/displaymode.py
mic/3rdparty/pykickstart/commands/dmraid.py
mic/3rdparty/pykickstart/commands/driverdisk.py
mic/3rdparty/pykickstart/commands/eula.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/fcoe.py
mic/3rdparty/pykickstart/commands/firewall.py
mic/3rdparty/pykickstart/commands/firstboot.py
mic/3rdparty/pykickstart/commands/group.py
mic/3rdparty/pykickstart/commands/harddrive.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/hmc.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/ignoredisk.py
mic/3rdparty/pykickstart/commands/install.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/interactive.py
mic/3rdparty/pykickstart/commands/iscsi.py
mic/3rdparty/pykickstart/commands/iscsiname.py
mic/3rdparty/pykickstart/commands/key.py
mic/3rdparty/pykickstart/commands/keyboard.py
mic/3rdparty/pykickstart/commands/lang.py
mic/3rdparty/pykickstart/commands/langsupport.py
mic/3rdparty/pykickstart/commands/lilocheck.py
mic/3rdparty/pykickstart/commands/liveimg.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/logging.py
mic/3rdparty/pykickstart/commands/logvol.py
mic/3rdparty/pykickstart/commands/mediacheck.py
mic/3rdparty/pykickstart/commands/method.py
mic/3rdparty/pykickstart/commands/module.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/monitor.py
mic/3rdparty/pykickstart/commands/mount.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/mouse.py
mic/3rdparty/pykickstart/commands/multipath.py
mic/3rdparty/pykickstart/commands/network.py
mic/3rdparty/pykickstart/commands/nfs.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/nvdimm.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/ostreesetup.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/partition.py [changed mode: 0755->0644]
mic/3rdparty/pykickstart/commands/raid.py
mic/3rdparty/pykickstart/commands/realm.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/reboot.py
mic/3rdparty/pykickstart/commands/repo.py
mic/3rdparty/pykickstart/commands/reqpart.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/rescue.py
mic/3rdparty/pykickstart/commands/rhsm.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/rootpw.py
mic/3rdparty/pykickstart/commands/selinux.py
mic/3rdparty/pykickstart/commands/services.py
mic/3rdparty/pykickstart/commands/skipx.py
mic/3rdparty/pykickstart/commands/snapshot.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/sshkey.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/sshpw.py
mic/3rdparty/pykickstart/commands/syspurpose.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/timesource.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/timezone.py
mic/3rdparty/pykickstart/commands/unsupported_hardware.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/updates.py
mic/3rdparty/pykickstart/commands/upgrade.py
mic/3rdparty/pykickstart/commands/url.py [new file with mode: 0644]
mic/3rdparty/pykickstart/commands/user.py
mic/3rdparty/pykickstart/commands/vnc.py
mic/3rdparty/pykickstart/commands/volgroup.py
mic/3rdparty/pykickstart/commands/xconfig.py
mic/3rdparty/pykickstart/commands/zerombr.py
mic/3rdparty/pykickstart/commands/zfcp.py
mic/3rdparty/pykickstart/commands/zipl.py [new file with mode: 0644]
mic/3rdparty/pykickstart/constants.py
mic/3rdparty/pykickstart/errors.py
mic/3rdparty/pykickstart/handlers/control.py
mic/3rdparty/pykickstart/handlers/f10.py
mic/3rdparty/pykickstart/handlers/f11.py
mic/3rdparty/pykickstart/handlers/f12.py
mic/3rdparty/pykickstart/handlers/f13.py
mic/3rdparty/pykickstart/handlers/f14.py
mic/3rdparty/pykickstart/handlers/f15.py
mic/3rdparty/pykickstart/handlers/f16.py
mic/3rdparty/pykickstart/handlers/f17.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f18.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f19.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f20.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f21.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f22.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f23.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f24.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f25.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f26.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f27.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f28.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f29.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f30.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f31.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f32.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f33.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f34.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/f7.py
mic/3rdparty/pykickstart/handlers/f8.py
mic/3rdparty/pykickstart/handlers/f9.py
mic/3rdparty/pykickstart/handlers/fc3.py
mic/3rdparty/pykickstart/handlers/fc4.py
mic/3rdparty/pykickstart/handlers/fc5.py
mic/3rdparty/pykickstart/handlers/fc6.py
mic/3rdparty/pykickstart/handlers/rhel3.py
mic/3rdparty/pykickstart/handlers/rhel4.py
mic/3rdparty/pykickstart/handlers/rhel5.py
mic/3rdparty/pykickstart/handlers/rhel6.py
mic/3rdparty/pykickstart/handlers/rhel7.py [new file with mode: 0644]
mic/3rdparty/pykickstart/handlers/rhel8.py [new file with mode: 0644]
mic/3rdparty/pykickstart/i18n.py [new file with mode: 0644]
mic/3rdparty/pykickstart/ko.py
mic/3rdparty/pykickstart/load.py [new file with mode: 0644]
mic/3rdparty/pykickstart/options.py [changed mode: 0755->0644]
mic/3rdparty/pykickstart/parser.py
mic/3rdparty/pykickstart/sections.py
mic/3rdparty/pykickstart/version.py
mic/archive.py
mic/bootstrap.py
mic/chroot.py
mic/cmd_chroot.py
mic/cmd_create.py
mic/conf.py
mic/helpformat.py
mic/imager/baseimager.py
mic/imager/loop.py
mic/imager/raw.py
mic/kickstart/__init__.py
mic/kickstart/custom_commands/__init__.py
mic/msger.py
mic/plugin.py
mic/rt_util.py
mic/utils/errors.py
mic/utils/fs_related.py
mic/utils/gpt_parser.py
mic/utils/misc.py
mic/utils/partitionedfs.py
mic/utils/proxy.py
mic/utils/rpmmisc.py
mic/utils/runner.py
mic/utils/safeurl.py
packaging/mic.spec
plugins/backend/yumpkgmgr.py
plugins/backend/zypppkgmgr.py
tests/test_baseimager.py
tests/test_chroot.py
tests/test_configmgr.py
tests/test_pluginmgr.py
tests/test_runner.py