From 93da1ac920f3f5906861279424e32842d51f433d Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 30 Dec 2012 18:47:22 +0000 Subject: Add a start page with some graphs --- autobuild/index.html | 47 ++++++++++++++++ autobuild/index.php | 150 -------------------------------------------------- autobuild/results.php | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 197 insertions(+), 150 deletions(-) create mode 100644 autobuild/index.html delete mode 100644 autobuild/index.php create mode 100644 autobuild/results.php diff --git a/autobuild/index.html b/autobuild/index.html new file mode 100644 index 0000000..d3a13a9 --- /dev/null +++ b/autobuild/index.html @@ -0,0 +1,47 @@ + + + + + + + + +

Automatic rebuild of Cauldron on x86_64

+
+
+
+ + diff --git a/autobuild/index.php b/autobuild/index.php deleted file mode 100644 index a169193..0000000 --- a/autobuild/index.php +++ /dev/null @@ -1,150 +0,0 @@ - - -$succes_percent% Success\n"; -echo "\n"; - -echo "
"; -foreach ($runs as $r) { - $text = $r . (($r > $latest) ? ' (in progress)' : ''); - - if ($r==$run) { - echo $text; - } else { - echo ''.$text.''; - } - echo ' '; -} - -echo "
\n"; -echo "

$succes_percent% Success

\n"; -echo "$nb_fixed packages have been fixed since this run and $nb_removed have been removed.
If no new package was broken, success rate next time should be $estimated_percent%.
\n"; -echo "

Failed builds ($nb_failed/$nb_tried):

Successful builds ($nb_success/$nb_tried):

- - diff --git a/autobuild/results.php b/autobuild/results.php new file mode 100644 index 0000000..a169193 --- /dev/null +++ b/autobuild/results.php @@ -0,0 +1,150 @@ + + +$succes_percent% Success\n"; +echo "\n"; + +echo "
"; +foreach ($runs as $r) { + $text = $r . (($r > $latest) ? ' (in progress)' : ''); + + if ($r==$run) { + echo $text; + } else { + echo ''.$text.''; + } + echo ' '; +} + +echo "
\n"; +echo "

$succes_percent% Success

\n"; +echo "$nb_fixed packages have been fixed since this run and $nb_removed have been removed.
If no new package was broken, success rate next time should be $estimated_percent%.
\n"; +echo "

Failed builds ($nb_failed/$nb_tried):

Successful builds ($nb_success/$nb_tried):

+ + -- cgit v1.2.1