[SCM] BOINC packaging branch, SZTAKI, updated. debian/6.10.17+dfsg-3-301-g0f028e4

Steffen Moeller moeller at debian.org
Sun Jun 12 22:04:55 UTC 2011


The following commit has been merged in the SZTAKI branch:
commit 870db51f12e36b15ce0d61f054e497c6b0266205
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Jun 12 23:33:09 2011 +0200

    Added file html/ops/hostinfo.php

diff --git a/debian/patches/series b/debian/patches/series
index 0e90dca..11c713b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@ upstream_sztaki_reduce_accessibility_of_php_inc_file.patch
 upstream_sztaki_moreVoidArgumentsMadeExplicit_Boinc_API.patch
 upstream_sztaki_NewSQLindices.patch
 upstream_sztaki_html_path.patch
+upstream_sztaki_provideHostinfoPhp.patch
diff --git a/debian/patches/upstream_sztaki_provideHostinfoPhp.patch b/debian/patches/upstream_sztaki_provideHostinfoPhp.patch
new file mode 100644
index 0000000..3223028
--- /dev/null
+++ b/debian/patches/upstream_sztaki_provideHostinfoPhp.patch
@@ -0,0 +1,49 @@
+Index: boinc/html/ops/hostinfo.php
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ boinc/html/ops/hostinfo.php	2011-06-12 23:32:45.000000000 +0200
+@@ -0,0 +1,44 @@
++<?
++require_once("../inc/util.inc");
++include_once(html_path("project/project.inc"));
++?>
++<html>
++	<head>
++		    <meta http-equiv="refresh" content="900">
++                    <link rel="stylesheet" type="text/css" href="szdg-stat.css" />
++                    <title>Project utilization information for <?=PROJECT?></title>
++	</head>
++	<body>
++                <div class="menu">
++		    Detailed host activity for the last <a href="show_hosts.php?i=1week">1 week</a> |
++		    <a href="show_hosts.php?i=31days">31 days</a>
++		</div>
++		<div class="main">
++
++		    <h1>Welcome to the monitoring site of the <i><?=PROJECT?></i> project</h1>
++
++		    This site provides information about the performance (work unit processing) of the project and about the activities of the attached clients:
++		    <ul>
++		    <li> This page gives summarized information about the work done by clients (see below).
++		    <li> You can access the detailed (individual for each connected host) statistics by using the links on the top the page. There only those hosts are displayed that were active during the last 14 days, inactive hosts are filtered out.
++		    </ul>
++
++
++		    <?
++		    if (is_file("stats/credit_stats.html")) {
++		      include 'stats/credit_stats.html';
++		    }?>
++		</div>
++                    <?
++		    $aFiles = array("stats/1week_results.png", "stats/31days_results.png");
++
++		    foreach ($aFiles as $sFile) {
++			if (is_file($sFile)) {
++				echo "<img class=\"maincharts\" src=\"". $sFile. "\"/>";
++			} else {
++				echo "No diagram yet. <br/><br/>";
++			}
++		    }
++		    ?>
++	</body>
++</html>

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list