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

Bug#469214: DDPO: Please link to the build.cgi script instead of build.php



tag 469214 patch
thanks

On Mon, Mar 03, 2008 at 09:32:32PM +0100, Robert Luberda wrote:
> Could you please change the DDPO Build link from 
> 	http://buildd.debian.org/build.php?pkg=<package>
> to 
> 	http://buildd.debian.org/build.cgi?pkg=<package>
> 
> The pages generated by build.cgi not only look nicer, but are also more 
> useful, because of its ergonomical sort order. As a maintainer I don't 
> care that my package failed to build 10 years ago, but I do care about 
> build status of the latest version of the package and in case it failed
> to build I'd like to quickly go to the build log to see the reason.

I would suggest pkg.cgi instead, it has a link to build.cgi and also
shows the status of arches that haven't built the package yet.

Furthermore I suggest replacing the link to igloo's site with a link
to jeroen's site, since it has even more information.

Proposed patch:
Index: developer.wml
===================================================================
--- developer.wml	(Revision 1921)
+++ developer.wml	(Arbeitskopie)
@@ -914,8 +914,8 @@
             $buildd_display = html_td("-");
         } else {
             $buildd_display = html_td(
-                html_a("Buildd", "http://buildd.debian.org/build.php?pkg=$urlpackage";) . html_br() .
-                html_a("More", "http://people.debian.org/~igloo/status.php?packages=$urlpackage";)
+                html_a("Buildd", "http://buildd.debian.org/pkg.cgi?pkg=$urlpackage";) . html_br() .
+                html_a("More", "http://buildd.debian.org/~jeroen/status/package.php?p=$urlpackage&amp;suite=unstable";)
             );
         }
         $line .= $buildd_display;


Gruesse,
-- 
Frank Lichtenheld <djpig@debian.org>
www: http://www.djpig.de/



Reply to: