[Pkg-scicomp-commits] cpushare/trunk/debian

Sam Hocevar sam at zoy.org
Thu Jul 24 16:05:32 UTC 2008


SVN commit 2613 by sho:

  * debian/patches/203_hostname.diff: new patch. Allow buy and sell orders to
  carry additional information about the server, so that third-party servers
  may be used (note that no such servers exist as of now, see README.Debian
  for more information).


 M  +32 -2     cpushare/trunk/debian/README.Debian  
 M  +6 -1      cpushare/trunk/debian/changelog  
 A             cpushare/trunk/debian/patches/203_hostname.diff  
 M  +1 -0      cpushare/trunk/debian/patches/series  


--- cpushare/trunk/debian/README.Debian #2612:2613
@@ -2,10 +2,17 @@
 README.Debian for CPUShare
 ==========================
 
-Before running CPUShare, be sure to read and understand the CPUShare user
+As of now, the CPUShare software can only connect to a service hosted at
+<http://www.cpushare.com/>. However the author has expressed interest in
+opensourcing the server code, allowing for third-party servers. Before using
+the CPUShare service, be sure to read and understand the CPUShare user
 agreement on <http://www.cpushare.com/user_agreement>.
 
+This package has been slightly modified so that it can easily use a third-
+party server, should one become available in the future. See the end of this
+document for more information.
 
+
 Selling CPU cycles
 ------------------
 
@@ -46,5 +53,28 @@
 More information can be found on the CPUShare website.
 
 
- -- Sam Hocevar <sam at zoy.org>  Sun, 06 Apr 2008 17:35:52 +0200
+Using alternate servers
+-----------------------
 
+A typical .cpu file, as created by the cpushare.com service, is made of
+two lines:
+
+    magic: cpushare.com CPU order
+    sell_1234_KWyCoLzaCgJvYOJALJMgBGGKWx43hx84
+
+The Debian cpushare package understands three additional fields in this
+file, which MUST be placed after the "magic" line and before the "sell"
+or "buy" line:
+
+    magic: cpushare.com CPU order
+    hostname: cpushare.cpushare.com
+    port: 4782
+    cert: /etc/cpushare/keys/cpushare_cert.pem
+    sell_1234_KWyCoLzaCgJvYOJALJMgBGGKWx43hx84
+
+Simply modify the "hostname", "port" and/or "cert" fields in order to
+create an order that uses an alternate server.
+
+
+ -- Sam Hocevar <sam at zoy.org>  Thu, 24 Jul 2008 17:55:19 +0200
+
--- cpushare/trunk/debian/changelog #2612:2613
@@ -1,5 +1,10 @@
 cpushare (0.48-3) UNRELEASED; urgency=low
 
+  * debian/patches/203_hostname.diff: new patch. Allow buy and sell orders to
+  carry additional information about the server, so that third-party servers
+  may be used (note that no such servers exist as of now, see README.Debian
+  for more information).
+
   * debian/control:
     + Build-depend on python-openssl instead of python-pyopenssl.
     + Build-depend on python-support (>= 0.8.5) in order to use the .noinit
@@ -11,7 +16,7 @@
     + Remove the python-support workaround hack and use its new .noinit
       feature instead.
 
- -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Thu, 24 Jul 2008 13:49:40 +0000
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Thu, 24 Jul 2008 15:57:31 +0000
 
 cpushare (0.48-2) unstable; urgency=low
 
--- cpushare/trunk/debian/patches/series #2612:2613
@@ -6,3 +6,4 @@
 202_cache_path.diff
 205_unistd_headers_path.diff
 206_sys_write_argument.diff
+203_hostname.diff



More information about the Pkg-scicomp-commits mailing list