Changed expected time to execution

This commit is contained in:
Skip Grube 2022-06-15 22:16:28 +00:00
parent 3b5502dc77
commit 4f6063f097

View File

@ -16,7 +16,7 @@ How to get a friendly HTML menu comparison of RHEL vs. Rocky (like the one publi
1. Have a subscribed Red Hat Enterprise Linux 8 or 9 machine you are running this on, with root access. 1. Have a subscribed Red Hat Enterprise Linux 8 or 9 machine you are running this on, with root access.
2. Clone or copy this repository on to the subscribed machine. 2. Clone or copy this repository on to the subscribed machine.
3. Edit **repo_compare_launcher.sh**, change the **$RESULTSDIR** variable at the top to a folder where you want to store HTML output of the scripts. 3. Edit **repo_compare_launcher.sh**, change the **$RESULTSDIR** variable at the top to a folder where you want to store HTML output of the scripts.
4. Run **repo_compare_launcher.sh**. It will take a while, likely between 10-30 minutes. 4. Run **repo_compare_launcher.sh**. It will take a while, likely between 30-60 minutes.
5. Copy the **html/** folder to a web directory of your choice. 5. Copy the **html/** folder to a web directory of your choice.
6. Copy the resulting HTML files from the RESULTSDIR folder (that you specified earlier) into **html/repocompare_results/** in the same web directory. 6. Copy the resulting HTML files from the RESULTSDIR folder (that you specified earlier) into **html/repocompare_results/** in the same web directory.
7. You can now browse the results via web browser with friendly headers and organized pages. 7. You can now browse the results via web browser with friendly headers and organized pages.