~pygame/pygame/trunk

« back to all changes in this revision

Viewing changes to test/util/build_page/warnings.php

  • Committer: pygame
  • Date: 2017-01-10 00:31:42 UTC
  • Revision ID: git-v1:2eea4f299a2e791f884608d7ed601558634af73c
commit 1639c41a8cb3433046882ede92c80ce69d59016b
Author: Thomas Kluyver <takowl@gmail.com>
Date:   Sun Jan 8 18:46:46 2017 +0000

    Build newer versions of libogg and libvorbis into Linux base images

    Closes #317
    Closes #323

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
$build_tag = $_GET['tag'];
 
3
$results_file = "buildresults_".$build_tag.".txt";
 
4
$result_contents = explode("\n", file_get_contents($results_file));
 
5
 
 
6
?>
 
7
 
 
8
<html>
 
9
 
 
10
 <head>
 
11
  <title>Alert! Warnings for <? echo $build_tag; ?> Automated Pygame Build Page</title>
 
12
 </head>
 
13
 
 
14
<body>
 
15
 
 
16
 <h2>Alert! Warnings for <? echo $build_tag; ?> Automated Pygame Build Page</h2>
 
17
 <hr>
 
18
 <p>Below are the <a href="results/<?php echo "$build_tag/$result_contents[0]/"?>setup">build</a> warnings for the <? echo $build_tag; ?> build from the <a href="index.php">Spectacularly Adequate Automated Pygame Build Page</a>. Although most warnings are related to casting or types and are harmless, they may indicate a bug or error in the build.</p> 
 
19
 <hr>
 
20
 
 
21
 <table width=100% style='border-top:1px solid #006c03; background:#DDDD44;'>
 
22
  <tr>
 
23
   <td>Automated build warnings:</td>
 
24
  </tr>
 
25
 </table>
 
26
 <table width=100% border=1>
 
27
  <tr>
 
28
   <td><b><? echo $build_tag; ?></b></td>
 
29
  </tr>
 
30
  <tr>
 
31
   <td><p><? echo "Revision: " . $result_contents[0] . " Built: " . $result_contents[1]; ?></td>
 
32
  </tr>
 
33
  <tr>
 
34
   <td><p><? echo $result_contents[4]; ?></td>
 
35
  </tr>
 
36
 </table>
 
37
 
 
38
</body>
 
39
 
 
40
</html>
 
 
b'\\ No newline at end of file'