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

arigo noreply at buildbot.pypy.org
Mon May 4 10:39:35 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r600:02de8abc6a39
Date: 2015-05-04 10:40 +0200
http://bitbucket.org/pypy/pypy.org/changeset/02de8abc6a39/

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: 56.3
+      value: 56.4
    });
   });
 </script>
 
    <!-- Income:PyPy:Donations:Py3k / 0.95 -->
-   $59164 of $105000 (56.3%)
+   $59260 of $105000 (56.4%)
    <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: 35.8
+      value: 36.0
    });
   });
 </script>
@@ -17,7 +17,7 @@
    2nd call:
    <!-- Income:PyPy:Donations:Transactional Memory from April 8, 2014,
    divided by 0.9 -->
-   $28662 of $80000 (35.8%)
+   $28765 of $80000 (36.0%)
    <div id="progressbar">
    </div>
 


More information about the pypy-commit mailing list