[pkg-boinc-commits] r476 - in branches/experimental/boinc/debian: . manpages patches

Frank S. Thomas fst-guest at costa.debian.org
Sat Jul 8 23:31:32 UTC 2006


Author: fst-guest
Date: 2006-07-08 23:31:30 +0000 (Sat, 08 Jul 2006)
New Revision: 476

Modified:
   branches/experimental/boinc/debian/boinc-server.install
   branches/experimental/boinc/debian/boinc-server.links
   branches/experimental/boinc/debian/changelog
   branches/experimental/boinc/debian/manpages/boinc_cmd.xml
   branches/experimental/boinc/debian/patches/00list
   branches/experimental/boinc/debian/rules
Log:
updated to 5.5.6


Modified: branches/experimental/boinc/debian/boinc-server.install
===================================================================
--- branches/experimental/boinc/debian/boinc-server.install	2006-07-08 21:32:30 UTC (rev 475)
+++ branches/experimental/boinc/debian/boinc-server.install	2006-07-08 23:31:30 UTC (rev 476)
@@ -14,8 +14,8 @@
 html/ops                            usr/share/boinc-server/html
 html/project.sample                 usr/share/boinc-server/html
 html/user                           usr/share/boinc-server/html
-py/Boinc/*.py                       usr/share/python-support/python-boinc
-debian/extra/boinc_path_config.py   usr/share/python-support/python-boinc
+py/Boinc/*.py                       usr/share/python-support/Boinc
+debian/extra/boinc_path_config.py   usr/share/python-support/Boinc
 tools/add                           usr/share/boinc-server/tools
 tools/db_query                      usr/share/boinc-server/tools
 tools/dbcheck_files_exist           usr/share/boinc-server/tools

Modified: branches/experimental/boinc/debian/boinc-server.links
===================================================================
--- branches/experimental/boinc/debian/boinc-server.links	2006-07-08 21:32:30 UTC (rev 475)
+++ branches/experimental/boinc/debian/boinc-server.links	2006-07-08 23:31:30 UTC (rev 476)
@@ -11,7 +11,7 @@
 usr/lib/boinc-server/bin/sign_executable    usr/share/boinc-server/bin/sign_executable
 usr/lib/boinc-server/bin/sign_executable    usr/share/boinc-server/tools/sign_executable
 usr/lib/boinc-server/bin/upper_case         usr/share/boinc-server/bin/upper_case
-usr/lib/python2.3/site-packages/Boinc       usr/share/boinc-server/py/Boinc
+usr/share/python-support/Boinc      usr/share/boinc-server/py/Boinc
 usr/share/boinc-server/bin/start    usr/share/boinc-server/sched/start
 usr/share/boinc-server/bin/start    usr/share/boinc-server/bin/status
 usr/share/boinc-server/bin/start    usr/share/boinc-server/bin/stop

Modified: branches/experimental/boinc/debian/changelog
===================================================================
--- branches/experimental/boinc/debian/changelog	2006-07-08 21:32:30 UTC (rev 475)
+++ branches/experimental/boinc/debian/changelog	2006-07-08 23:31:30 UTC (rev 476)
@@ -1,4 +1,4 @@
-boinc (5.4.10-2) UNRELEASED; urgency=low
+boinc (5.5.6-1) experimental; urgency=low
 
   * NOT RELEASED YET
 

Modified: branches/experimental/boinc/debian/manpages/boinc_cmd.xml
===================================================================
--- branches/experimental/boinc/debian/manpages/boinc_cmd.xml	2006-07-08 21:32:30 UTC (rev 475)
+++ branches/experimental/boinc/debian/manpages/boinc_cmd.xml	2006-07-08 23:31:30 UTC (rev 476)
@@ -29,11 +29,19 @@
     <address>
       &dhgroupmail;
     </address>
-    <author>
-      <firstname>Frank</firstname>
-      <lastname>Thomas</lastname>
-      <email>frank at thomas-alfeld.de</email>
-    </author>
+    <authorgroup>
+      <author>
+        <firstname>Frank</firstname>
+        <lastname>Thomas</lastname>
+        <email>frank at thomas-alfeld.de</email>
+      </author>
+
+      <author>
+        <firstname>Peter</firstname>
+        <lastname>Bailis</lastname>
+        <email>pbailis at gmail.com</email>
+      </author>
+    </authorgroup>
     <copyright>
       <year>2005</year>
       <year>2006</year>
@@ -96,7 +104,7 @@
         </term>
         <listitem>
           <para>Use <replaceable>passwd</replaceable> as password for RPC
-            authentication.</para>
+            authentication.  (default: boinc_cmd will look for a file 'gui_rpc_auth.cfg' and use the password it contains).</para>
         </listitem>
       </varlistentry>
 
@@ -162,9 +170,17 @@
           <option>--result
             <replaceable>url</replaceable>
             <replaceable>result_name</replaceable>
-            {suspend | resume | abort | graphics_window | graphics_fullscreen}
+            {suspend | resume | abort | graphics_window | graphics_fullscreen} {--window_station ws} {--desktop dt} {--display dp}
           </option>
         </term>
+        <listitem>
+          <para>Do operation on a result.
+	   suspend: temporarily stop work on a result;
+	   resume: allow work on a result;
+                     abort: permanently stop work on result;
+	   graphics_window: open graphics in a window. The optional desktop/window_station (Windows) or display (X11) arguments specify the display.;
+	   graphics_fullscreen: open graphics fullscreen</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -175,6 +191,16 @@
             | allowmorework}
           </option>
         </term>
+        <listitem>
+          <para>Do operation on a project.
+	   reset: delete current work and get more;
+	   detach: delete current work and don't get more;
+                     update: contact scheduling server;
+	   suspend: stop work for project;
+	   resume: resume work for project;
+	   nomorework: finish current work but don't get more;
+	   allowmorework: undo nomorework</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -184,6 +210,9 @@
             <replaceable>auth</replaceable>
           </option>
         </term>
+        <listitem>
+          <para>Attach to an account via <replaceable>auth</replaceable>, the authorization key from the project.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -207,7 +236,10 @@
           <option>--set_run_mode {always | auto | never}</option>
         </term>
         <listitem>
-          <para>Set run mode.</para>
+          <para>Set run mode.
+	   always: do work (network + CPU) always
+	   auto: do work only when allowed by preferences
+	   never: don't do work (same as suspending all projects)</para>
         </listitem>
       </varlistentry>
 
@@ -222,6 +254,9 @@
         <term>
           <option>--set_network_mode {always | auto | never}</option>
         </term>
+        <listitem>
+          <para>Set network mode.  Like set_run_mode but applies only to network transfers.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -232,8 +267,11 @@
 
       <varlistentry>
         <term>
-          <option>--set_proxy_settings</option>
+          <option>--set_proxy_settings <replaceable>http_server_name</replaceable> <replaceable>http_server_port</replaceable> <replaceable>http_user_name</replaceable> <replaceable>http_user_passwd</replaceable> <replaceable>socks_server_name</replaceable> <replaceable>socks_server_port</replaceable> <replaceable>socks_version socks5_user_name</replaceable> <replaceable>socks5_user_passwd</replaceable></option>
         </term>
+        <listitem>
+          <para>Set proxy settings.  All fields are mandantory.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -261,7 +299,11 @@
             <replaceable>name</replaceable>
             <replaceable>password</replaceable>
           </option>
+        <listitem>
+          <para>Instruct core client to contact an account manager server.</para>
+        </listitem>
         </term>
+
       </varlistentry>
 
       <varlistentry>
@@ -279,9 +321,12 @@
         <term>
           <option>--set_screensaver_mode {on | off}
             <replaceable>blank_time</replaceable>
-            {desktop window_station}
+            {--desktop desktop} {--window_station window_station} {--display display}
           </option>
         </term>
+        <listitem>
+          <para>Tell the core client to start or stop doing fullscreen graphics, and going to black after blank_time seconds. The optional arguments specify which desktop/windows_station (Windows) or display (X11) to use. </para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -290,6 +335,9 @@
             <replaceable>url</replaceable>
           </option>
         </term>
+        <listitem>
+          <para>Fetch configuration at project located at <replaceable>url</replaceable>.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -297,6 +345,13 @@
       </varlistentry>
 
       <varlistentry>
+        <term><option>--read_global_prefs_override</option></term>
+        <listitem>
+          <para>Tell the core client to read the global_prefs_override.xml file and incorporate any global preferences indicated there.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term>
           <option>--lookup_account
             <replaceable>url</replaceable>

Modified: branches/experimental/boinc/debian/patches/00list
===================================================================
--- branches/experimental/boinc/debian/patches/00list	2006-07-08 21:32:30 UTC (rev 475)
+++ branches/experimental/boinc/debian/patches/00list	2006-07-08 23:31:30 UTC (rev 476)
@@ -1,6 +1,6 @@
 04_sched-makefile.am.dpatch
 05_correct-php-shebang.dpatch
 06_remove-python-shebang.dpatch
-07_use-sensible-browser.dpatch
+#07_use-sensible-browser.dpatch
 08_boinc-path-config.dpatch
 10_exclude-sea.dpatch

Modified: branches/experimental/boinc/debian/rules
===================================================================
--- branches/experimental/boinc/debian/rules	2006-07-08 21:32:30 UTC (rev 475)
+++ branches/experimental/boinc/debian/rules	2006-07-08 23:31:30 UTC (rev 476)
@@ -25,6 +25,15 @@
   DEB_BUILD_GNU_TYPE = i686-linux-gnu
 endif
 
+# This is the same as above, but only for compatibility with sarge's version
+# of dpkg-architecture.
+ifeq ($(DEB_HOST_GNU_TYPE), i386-linux)
+  DEB_HOST_GNU_TYPE = i686-linux-gnu
+endif
+ifeq ($(DEB_BUILD_GNU_TYPE), i386-linux)
+  DEB_BUILD_GNU_TYPE = i686-linux-gnu
+endif
+
 CFLAGS += -g -Wall
 CXXFLAGS += -g -Wall
 
@@ -183,11 +192,11 @@
 	    usr/share/boinc-server/sched/`basename $$i`; \
 	done;
 # Fix some file permissions.
-	SRV_PREFIX=debian/boinc-server/usr/share/boinc-server
-	chmod +x $(SRV_PREFIX)/html/ops/db_update.php
-	chmod +x $(SRV_PREFIX)/html/ops/watchdogs.php
-	chmod +x $(SRV_PREFIX)/html/ops/wd_nresults_changing.php
-	chmod +x $(SRV_PREFIX)/tools/watch_tcp
+	chmod +x \
+	  debian/boinc-server/usr/share/boinc-server/html/ops/db_update.php \
+	  debian/boinc-server/usr/share/boinc-server/html/ops/watchdogs.php \
+	  debian/boinc-server/usr/share/boinc-server/html/ops/wd_nresults_changing.php \
+	  debian/boinc-server/usr/share/boinc-server/tools/watch_tcp
 
 binary-arch: build install-arch
 	dh_testdir -a




More information about the pkg-boinc-commits mailing list