forked from testing/repocompare
6b1db03296
- Added 9 support - Ported over all code from personal Gitlab - html/ folder with files for easy content display - Updated README (more readme updates and setup guide coming soon) -Skip G.
56 lines
1.5 KiB
HTML
56 lines
1.5 KiB
HTML
<html>
|
|
<head> <title>Rocky Linux Live Package Difference Status</title></head>
|
|
|
|
<style>
|
|
menu {
|
|
height: 40%;
|
|
width: 90%;
|
|
}
|
|
</style>
|
|
|
|
|
|
<div id="topMenu" class="menu">
|
|
</div>
|
|
|
|
<script src="repocompare_menu.js"></script>
|
|
|
|
|
|
<p><br /><br /><br /><br />
|
|
|
|
<h2>BaseOS 9 Source Staging Repositories:</h2>
|
|
<iframe src = "repocompare_results/RHEL9_Rocky9_BaseOS_Source_stg.html" width="75%" height="65%">
|
|
Sorry your browser does not support inline frames.
|
|
</iframe>
|
|
|
|
<p><br /> <br />
|
|
|
|
<h2>AppStream 9 Source Staging Repositories:</h2>
|
|
<iframe src = "repocompare_results/RHEL9_Rocky9_AppStream_Source_stg.html" width="75%" height="65%">
|
|
Sorry your browser does not support inline frames.
|
|
</iframe>
|
|
|
|
<p><br /> <br />
|
|
|
|
<h2>PowerTools/CodeReady 9 Source Staging Repositories:</h2>
|
|
<iframe src = "repocompare_results/RHEL9_Rocky9_CodeReady_Source_stg.html" width="75%" height="65%">
|
|
Sorry your browser does not support inline frames.
|
|
</iframe>
|
|
|
|
<p><br /> <br />
|
|
|
|
<h2>Resilient Storage 9 Source Repositories:</h2>
|
|
<iframe src = "repocompare_results/RHEL9_Rocky9_ResilientStorage_Source_stg.html" width="75%" height="65%">
|
|
Sorry your browser does not support inline frames.
|
|
</iframe>
|
|
|
|
<p><br /> <br />
|
|
<h2>High Availability 9 Source Repositories:</h2>
|
|
<iframe src = "repocompare_results/RHEL9_Rocky9_HighAvailability_Source_stg.html" width="75%" height="65%">
|
|
Sorry your browser does not support inline frames.
|
|
</iframe>
|
|
|
|
<p><br /> <br />
|
|
|
|
|
|
</html>
|