From c1526462220ca846e9e794a2e05aa08c920295b9 Mon Sep 17 00:00:00 2001 From: Remi Collet <remi@remirepo.net> Date: Mon, 12 Oct 2020 16:30:56 +0200 Subject: missing php80 entries in repository index page --- fedora/33/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'fedora/33/index.html') diff --git a/fedora/33/index.html b/fedora/33/index.html index a6f1d461..575b1385 100644 --- a/fedora/33/index.html +++ b/fedora/33/index.html @@ -34,8 +34,17 @@ <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>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="test/x86_64/repoview/" class="inpage">PHP 7.2 - x86_64</a> </li> @@ -49,9 +58,15 @@ </ul> <h3>debuginfo</h3> <ul class="pkglist"> + <li> + <a href="debug-php80/x86_64/repoview/" class="inpage">php80 - x86_64</a> + </li> <li> <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-test/x86_64/repoview/" class="inpage">test - x86_64</a> </li> -- cgit