Skip to content

Commit

Permalink
Add OSHandler class
Browse files Browse the repository at this point in the history
* Move general functions into OSHandler
* Integrate OSHandlerRHEL which implements OSHandler
* Move RHEL specific functions into OSHandlerRHEL
* Remove Python 2.5 support
  • Loading branch information
Bastian Schmidt authored and bastian-src committed Sep 28, 2020
1 parent d46e48b commit 1a3414e
Show file tree
Hide file tree
Showing 4 changed files with 721 additions and 646 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bootstrap.pyc
dist/
MANIFEST
__pycache__/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOCKER=docker
TEST_TARGETS=centos\:5 centos\:6 centos\:7
TEST_TARGETS=centos\:6 centos\:7
TEST3_TARGETS=fedora\:29
TEST_PLATFORM_TARGETS=ubi8
USE_SELINUX=$(shell test -d /sys/fs/selinux && echo ":Z")
Expand Down
Loading

0 comments on commit 1a3414e

Please sign in to comment.