[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-115-g8ff2e8d

Steffen Moeller moeller at debian.org
Sat Dec 25 19:45:33 UTC 2010


The following commit has been merged in the master branch:
commit dcbafdf16548fe9465083cb76461ec68ef95980d
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Dec 25 16:26:19 2010 +0100

    Fixing syntax of tools/calculate_credit_multiplier

diff --git a/debian/patches/calculate_credit_multiplier.patch b/debian/patches/calculate_credit_multiplier.patch
new file mode 100644
index 0000000..eaf39f6
--- /dev/null
+++ b/debian/patches/calculate_credit_multiplier.patch
@@ -0,0 +1,22 @@
+Index: boinc/tools/calculate_credit_multiplier
+===================================================================
+--- boinc.orig/tools/calculate_credit_multiplier	2010-12-25 16:24:34.000000000 +0100
++++ boinc/tools/calculate_credit_multiplier	2010-12-25 16:24:48.000000000 +0100
+@@ -23,7 +23,7 @@
+ MYSQL="mysql -D $dbname -h $dbhost -u $dbuser -N -B"
+ MYSQL_R="mysql -D $dbname -h $replica_dbhost -u $dbuser -N -B"
+ 
+-function median_host_query() {
++function median_host_query {
+   $MYSQL --execute="
+      create temporary table medians (id int auto_increment primary key)
+        select $1 from host 
+@@ -40,7 +40,7 @@
+      drop table ids;"
+ }
+ 
+-function get_recent_credited_results() {
++function get_recent_credited_results {
+   $MYSQL_R --execute="
+     set session transaction isolation level read uncommitted;
+     create temporary table recent_results 
diff --git a/debian/patches/series b/debian/patches/series
index 6c6dfed..c49e39a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+calculate_credit_multiplier.patch
 generate_less.patch
 const_images.patch
 texfont_removal.patch

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list