[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Cross link Ultimate Debian Database (UDD) for FTBFS list on arch specific pages.



Hello!

Tried to use salsa for MR (merge request) for 'pgstatus' repo (https://salsa.debian.org/wb-team/pgstatus),
but it does not accept MR and states it is mirror only, so sending to this list.

Patch adds a link to (cross-link) debian UDD for arch specific pages.
Could be probably usefull, for example, I've had no idea that there's UDD database up until now.


---
 recent.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/recent.php b/recent.php
index f55213b..d9725c0 100644
--- a/recent.php
+++ b/recent.php
@@ -108,6 +108,9 @@ echo "</table>";
 } else {
   print(pg_last_error());
 }
-echo "</div>";
+echo "</div>\n";
+if ($arch != "")
+	echo "See as well UDD interface for <a href='https://udd.debian.org/cgi-bin/ftbfs.cgi?arch=$arch'>$arch FTBFS list</a>.\n";
+
 html_footer();
 ?>
-- 
2.28.0


Reply to: