[pypy-commit] pypy.org extradoc: update the values

arigo noreply at buildbot.pypy.org
Wed Dec 3 23:37:52 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r556:90302869d491
Date: 2014-12-03 23:38 +0100
http://bitbucket.org/pypy/pypy.org/changeset/90302869d491/

Log:	update the values

diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -9,13 +9,13 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 55.3
+      value: 55.6
    });
   });
 </script>
 
    <!-- Income:PyPy:Donations:Py3k / 0.95 -->
-   $58082 of $105000 (55.3%)
+   $58367 of $105000 (55.6%)
    <div id="progressbar">
    </div>
 
diff --git a/don3.html b/don3.html
--- a/don3.html
+++ b/don3.html
@@ -9,13 +9,13 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 84.8
+      value: 85.2
    });
   });
 </script>
 
    <!-- Income:PyPy:Donations:Numpy / 0.95 -->
-   $50904 of $60000 (84.8%)
+   $51099 of $60000 (85.2%)
    <div id="progressbar">
    </div>
 
diff --git a/don4.html b/don4.html
--- a/don4.html
+++ b/don4.html
@@ -9,7 +9,7 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 24.6
+      value: 26.8
    });
   });
 </script>
@@ -17,7 +17,7 @@
    2nd call:
    <!-- Income:PyPy:Donations:Transactional Memory from April 8, 2014,
    divided by 0.9 -->
-   $19674 of $80000 (24.6%)
+   $21455 of $80000 (26.8%)
    <div id="progressbar">
    </div>
 


More information about the pypy-commit mailing list