diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-12 16:30:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-12 16:30:56 +0200 |
commit | c1526462220ca846e9e794a2e05aa08c920295b9 (patch) | |
tree | 91614f495ef381ec348adb7b03367b406a1d746c /fedora/31/index.html | |
parent | 9f2f60b5bb9a35bc1c4bfbb09665ada786069265 (diff) |
missing php80 entries in repository index page
Diffstat (limited to 'fedora/31/index.html')
-rw-r--r-- | fedora/31/index.html | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/fedora/31/index.html b/fedora/31/index.html index 7827240d..103d453c 100644 --- a/fedora/31/index.html +++ b/fedora/31/index.html @@ -34,6 +34,12 @@ <a href="remi/x86_64/repoview/" class="inpage">x86_64</a> </li> </ul> + <h3>remi-php80 (only PHP 8.0 and extensions, also needs remi)</h3> + <ul class="pkglist"> + <li> + <a href="php80/x86_64/repoview/" class="inpage">x86_64</a> + </li> + </ul> <h3>remi-php74 (only PHP 7.4 and extensions, also needs remi)</h3> <ul class="pkglist"> <li> @@ -43,10 +49,13 @@ <h3>Test packages, please try them</h3> <ul class="pkglist"> <li> + <a href="test80/x86_64/repoview/" class="inpage">PHP 8.0 - x86_64</a> + </li> + <li> <a href="test74/x86_64/repoview/" class="inpage">PHP 7.4 - x86_64</a> </li> <li> - <a href="test/x86_64/repoview/" class="inpage">PHP 7.2 - x86_64</a> + <a href="test/x86_64/repoview/" class="inpage">PHP 7.3 - x86_64</a> </li> </ul> <h3>development</h3> @@ -59,17 +68,23 @@ <h3>debuginfo</h3> <ul class="pkglist"> <li> - <a href="debug-remi/x86_64/repoview/" class="inpage">remi - x86_64</a> + <a href="debug-php80/x86_64/repoview/" class="inpage">php80 - x86_64</a> </li> <li> <a href="debug-php74/x86_64/repoview/" class="inpage">php74 - x86_64</a> </li> <li> - <a href="debug-test/x86_64/repoview/" class="inpage">test - x86_64</a> + <a href="debug-remi/x86_64/repoview/" class="inpage">remi - x86_64</a> + </li> + <li> + <a href="debug-test80/x86_64/repoview/" class="inpage">php80 - test - x86_64</a> </li> <li> <a href="debug-test74/x86_64/repoview/" class="inpage">php74 - test - x86_64</a> </li> + <li> + <a href="debug-test/x86_64/repoview/" class="inpage">test - x86_64</a> + </li> </ul> </div> </div> |