Uh, setuptools doesn't like package names that contain dash
authorAlexander Popov <alex.popov@linux.com>
Thu, 26 Mar 2020 10:59:26 +0000 (13:59 +0300)
committerAlexander Popov <alex.popov@linux.com>
Thu, 26 Mar 2020 10:59:26 +0000 (13:59 +0300)
commit1aa2467c554732ba3ac1318d4070817b077645e2
tree76fb3fb6b77eedba240296a0988718758ee43b30
parent52216da1b9606d102192d6f6adaa855eabaea0d0
Uh, setuptools doesn't like package names that contain dash
70 files changed:
kconfig-hardened-check/__init__.py [deleted file]
kconfig-hardened-check/config_files/defconfigs/arm64_defconfig_4.20.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/arm64_defconfig_5.0.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/arm64_defconfig_5.4.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/arm64_defconfig_5.5.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/arm_defconfig_4.20.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/arm_defconfig_5.0.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/arm_defconfig_5.4.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/arm_defconfig_5.5.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/x86_32_defconfig_4.20.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/x86_32_defconfig_5.0.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/x86_32_defconfig_5.4.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/x86_32_defconfig_5.5.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/x86_64_defconfig_4.20.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/x86_64_defconfig_5.0.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/x86_64_defconfig_5.4.config [deleted file]
kconfig-hardened-check/config_files/defconfigs/x86_64_defconfig_5.5.config [deleted file]
kconfig-hardened-check/config_files/distros/Alpinelinux-edge.config [deleted file]
kconfig-hardened-check/config_files/distros/AmazonLinux2.config [deleted file]
kconfig-hardened-check/config_files/distros/Archlinux-hardened.config [deleted file]
kconfig-hardened-check/config_files/distros/SLE15.config [deleted file]
kconfig-hardened-check/config_files/distros/aosp_pixel3a.config [deleted file]
kconfig-hardened-check/config_files/distros/clearlinux-master.config [deleted file]
kconfig-hardened-check/config_files/distros/clipos_kernel_doc.txt [deleted file]
kconfig-hardened-check/config_files/distros/debian-buster.config [deleted file]
kconfig-hardened-check/config_files/distros/openSUSE-15.1.config [deleted file]
kconfig-hardened-check/config_files/distros/oracle-uek6.config [deleted file]
kconfig-hardened-check/config_files/distros/pentoo-livecd.config [deleted file]
kconfig-hardened-check/config_files/distros/rhel-8.0.config [deleted file]
kconfig-hardened-check/config_files/distros/ubuntu-bionic-generic.config [deleted file]
kconfig-hardened-check/config_files/kspp-recommendations/kspp-recommendations-arm.config [deleted file]
kconfig-hardened-check/config_files/kspp-recommendations/kspp-recommendations-arm64.config [deleted file]
kconfig-hardened-check/config_files/kspp-recommendations/kspp-recommendations-x86-32.config [deleted file]
kconfig-hardened-check/config_files/kspp-recommendations/kspp-recommendations-x86-64.config [deleted file]
kconfig-hardened-check/config_files/links.txt [deleted file]
kconfig_hardened_check/__init__.py [new file with mode: 0755]
kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_4.20.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.0.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.4.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/arm64_defconfig_5.5.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/arm_defconfig_4.20.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.0.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.4.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/arm_defconfig_5.5.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_4.20.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.0.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.4.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/x86_32_defconfig_5.5.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_4.20.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.0.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.4.config [new file with mode: 0644]
kconfig_hardened_check/config_files/defconfigs/x86_64_defconfig_5.5.config [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/Alpinelinux-edge.config [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/AmazonLinux2.config [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/Archlinux-hardened.config [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/SLE15.config [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/aosp_pixel3a.config [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/clearlinux-master.config [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/clipos_kernel_doc.txt [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/debian-buster.config [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/openSUSE-15.1.config [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/oracle-uek6.config [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/pentoo-livecd.config [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/rhel-8.0.config [new file with mode: 0644]
kconfig_hardened_check/config_files/distros/ubuntu-bionic-generic.config [new file with mode: 0644]
kconfig_hardened_check/config_files/kspp-recommendations/kspp-recommendations-arm.config [new file with mode: 0644]
kconfig_hardened_check/config_files/kspp-recommendations/kspp-recommendations-arm64.config [new file with mode: 0644]
kconfig_hardened_check/config_files/kspp-recommendations/kspp-recommendations-x86-32.config [new file with mode: 0644]
kconfig_hardened_check/config_files/kspp-recommendations/kspp-recommendations-x86-64.config [new file with mode: 0644]
kconfig_hardened_check/config_files/links.txt [new file with mode: 0644]