diff --git a/README.md b/README.md index 7ae9cf3..e193fbd 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ This is for my educational purposes of learning rust to do tasks that I have don | ./osupdater/ | rust source | | ./rust_build_osupdater.sh | bash script to build the source | +## **TESTED ENVIRONMENTS** + +* Arch - no (errors in distrobox) +* Debian / Ubuntu - yes (via distrobox) +* OpenMandriva / Mageia - no (no dsitrobox support) +* RHEL / Fedora - yes, primary platform currently being used by myself +* SuSE/ OpenSuSE - yes + + ## **COMPILING** To compile the application you will need to have rust and cargo installed. @@ -67,7 +76,7 @@ The current scope and intended use of the tool is: * Not to be run as root -- be a privileged user. * Currently custom parameters, logging, and other useful fancy stuff is not implemented. It will be, but not now. -* As of right now, I **__personally__** tested this only on RHEL, Fedora, and OpenSuSE Tumbleweed. Debian, Mageia, Arch, Slackware, and any other apt,pacman based distro are here and "should" work and not blow up, but not guaranteed. +* The testing has been done in a limited fashion. I have several Workstations, Laptops, VMs, VPS's, and contributors that are able to validate things. The testing matrix above has the details, play in a VM if your platform is untested (notably arch). I test first in distrobox, then if things work a VM or a contributor report. * If you have any doubts as to what the hell is going on under the hood, look at the source or look at the bash or python versions. If the parameters are too conservative or aggressive -- edit the source or wait until I get custom parameters implemented. ### **GETTING SOURCE AND COMPILATION** diff --git a/osupdater/src/.main.rs.swp b/osupdater/src/.main.rs.swp new file mode 100644 index 0000000..45c071a Binary files /dev/null and b/osupdater/src/.main.rs.swp differ