[Piuparts-commits] rev 283 - piatti/home/piupartsm piatti/org/piuparts.debian.org/htdocs trunk
Holger Levsen
holger at alioth.debian.org
Thu Mar 19 10:13:55 UTC 2009
Author: holger
Date: 2009-03-19 10:13:55 +0000 (Thu, 19 Mar 2009)
New Revision: 283
Modified:
piatti/home/piupartsm/crontab
piatti/org/piuparts.debian.org/htdocs/style.css
trunk/piuparts-report.py
Log:
improve layout, create report only once per day
Modified: piatti/home/piupartsm/crontab
===================================================================
--- piatti/home/piupartsm/crontab 2009-03-18 16:07:05 UTC (rev 282)
+++ piatti/home/piupartsm/crontab 2009-03-19 10:13:55 UTC (rev 283)
@@ -5,8 +5,8 @@
#
@reboot ddate | mail -s "piatti rebooted, please restart the piuparts-slave screen session" piupartss
#
-# create reports every six hour
+# create reports once a day
# (dinstall runs 1|7|13|19:52, so this is long after mirror pushes...)
#
-0 6,18 * * * PYTHONPATH=/org/piuparts.debian.org/lib/python2.4/site-packages:/org/piuparts.debian.org/lib/python2.5/site-packages nice python /org/piuparts.debian.org/share/piuparts/piuparts-report.py > ~piupartsm/reports.log
+42 6 * * * PYTHONPATH=/org/piuparts.debian.org/lib/python2.4/site-packages:/org/piuparts.debian.org/lib/python2.5/site-packages nice python /org/piuparts.debian.org/share/piuparts/piuparts-report.py
Modified: piatti/org/piuparts.debian.org/htdocs/style.css
===================================================================
--- piatti/org/piuparts.debian.org/htdocs/style.css 2009-03-18 16:07:05 UTC (rev 282)
+++ piatti/org/piuparts.debian.org/htdocs/style.css 2009-03-19 10:13:55 UTC (rev 283)
@@ -5,10 +5,10 @@
}
hr {
- width: 95%;
+ width: 100%;
color:#d70751;
background-color:#d70751;
- height:3px;
+ height:2px;
}
p.note {
@@ -191,4 +191,10 @@
#footer {
font-size: 90%;
text-align: center;
+ background-color: white;
}
+
+#headerfooter {
+ font-size: 90%;
+ background-color: white;
+}
Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py 2009-03-18 16:07:05 UTC (rev 282)
+++ trunk/piuparts-report.py 2009-03-19 10:13:55 UTC (rev 283)
@@ -46,11 +46,15 @@
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body>
+ <div id="header">
<div align="center">
- <a href="http://www.debian.org/">
- <img src="http://piuparts.debian.org/images/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
- <a href="http://www.debian.org/">
- <img src="http://piuparts.debian.org/images/debian.png" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
+ <h1>
+ <a href="http://www.debian.org/">
+ <img src="http://piuparts.debian.org/images/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
+ <a href="http://www.debian.org/">
+ <img src="http://piuparts.debian.org/images/debian.png" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
+ Quality Assurance
+ </h1>
</div>
<br>
<table class="reddy" width="100%">
@@ -92,6 +96,8 @@
alt="" width="15" height="16"></td>
</tr>
</table>
+ <hr>
+ </div>
"""
More information about the Piuparts-commits
mailing list