Skip to content

Commit

Permalink
* Added new script popcon_data.
Browse files Browse the repository at this point in the history
* Updated script check_versions.
* Updated file style.css.
* Updated .gitignore.
  • Loading branch information
tehnick committed Sep 8, 2012
1 parent a5034e3 commit 9e89d07
Show file tree
Hide file tree
Showing 6 changed files with 3,890 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Debian/*/TEMP
Launchpad/*/TEMP
Popcon/*
5 changes: 4 additions & 1 deletion check_versions
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ echo "</table>" >> "${HTML_FILE}"
echo "</div>" >> "${HTML_FILE}"
echo "<br>" >> "${HTML_FILE}"

echo "<b>See also:</b> <a href=\"http://qa.debian.org/developer.php?login=Boris%20Pek\">qa.debian.org</a><br>" >> "${HTML_FILE}"
echo "<b>See also:</b>" >> "${HTML_FILE}"
echo "<a href=\"http://qa.debian.org/developer.php?login=Boris%20Pek\">qa.debian.org</a>" >> "${HTML_FILE}"
echo "<a href=\"./popcon-stat.html\">popcon-stat</a>" >> "${HTML_FILE}"
echo "<br>" >> "${HTML_FILE}"
echo "<br>" >> "${HTML_FILE}"
echo "</div>" >> "${HTML_FILE}"
echo "</div>" >> "${HTML_FILE}"
Expand Down
17 changes: 10 additions & 7 deletions deb-packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<br>
<div id="mainText">
<div id="statText">
<b>Last update:</b> 2012-09-08 11:30:06<br>
<b>Last update:</b> 2012-09-08 19:11:00<br>
<br>
<b>Debian (16):</b>
<div id="stat">
Expand Down Expand Up @@ -248,7 +248,7 @@
2.2.8-20120830-193533-d1ae33a-0ppa1~quantal1
</td>
<td class="color-actual">
2.2.8-20120908-113025-d1ae33a-0ppa1~quantal1
2.2.8-20120908-191121-d1ae33a-0ppa1~quantal1
</td>
</tr>
<tr>
Expand Down Expand Up @@ -302,8 +302,8 @@
<td>
0.5.80-430-gf03dcd5+dfsg-0ppa1~quantal1
</td>
<td class="color-actual">
0.5.80-430-gf03dcd5+dfsg-0ppa1~quantal1
<td class="color-outdated">
0.5.80-435-g4e56202+dfsg-0ppa1~quantal1
</td>
</tr>
<tr class="color-odd">
Expand Down Expand Up @@ -358,7 +358,7 @@
0.999-20120717-202118-81aa382-0ppa1~quantal1
</td>
<td class="color-actual">
0.999-20120908-113039-81aa382-0ppa1~quantal1
0.999-20120908-191140-81aa382-0ppa1~quantal1
</td>
</tr>
<tr>
Expand Down Expand Up @@ -391,14 +391,17 @@
0.4.0-20120807-192823-b0aa690-0ppa1~quantal1
</td>
<td class="color-actual">
0.4.0-20120908-113042-b0aa690-0ppa1~quantal1
0.4.0-20120908-191144-b0aa690-0ppa1~quantal1
</td>
</tr>
</tbody>
</table>
</div>
<br>
<b>See also:</b> <a href="http://qa.debian.org/developer.php?login=Boris%20Pek">qa.debian.org</a><br>
<b>See also:</b>
<a href="http://qa.debian.org/developer.php?login=Boris%20Pek">qa.debian.org</a>
<a href="./popcon-stat.html">popcon-stat</a>
<br>
<br>
</div>
</div>
Expand Down
Loading

0 comments on commit 9e89d07

Please sign in to comment.