[Debian Wiki] Update of "BOINC/ServerGuide/AppDeployment" by SteffenMoeller

Debian Wiki debian-www at lists.debian.org
Tue Sep 3 19:27:19 UTC 2013


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "BOINC/ServerGuide/AppDeployment" page has been changed by SteffenMoeller:
https://wiki.debian.org/BOINC/ServerGuide/AppDeployment?action=diff&rev1=39&rev2=40

Comment:
Added description of version.xml file.

  fi
  }}}
  
+ 
+ == Tell the database about the files ==
+ 
+ Sometimes, with multiple files representing binaries for a computation, it gets all a bit complicated. The file version.xml helps out:{{{
+ if [ -z "$appver" -o -z "$boincplat" ]; then
+ else
+ cat<<EOVERSIONXML | sudo tee apps/upper_case/$appver/$boincplat/version.xml
+ cat version.xml
+ <version>
+   <file>
+       <physical_name>upper_case_7.042_x86_64-pc-linux-gnu</physical_name>
+       <main_program/>
+   </file>
+ </version>
+ EOVERSIONXML
+ fi
+ }}}
+ The version.xml file is described in detail on http://boinc.berkeley.edu/trac/wiki/AppVersionNew .
+ 
- Update the boinc database,
+ Then update the boinc database,
  {{{
  sudo ./bin/update_versions
  }}}
@@ -250, +269 @@

  
  Sample output:
  {{{
- moeller at twin1a:/var/tmp/boinc-server-test/boinctest $ sudo ./bin/update_versions
+ $ sudo ./bin/update_versions
  
  Found application version: upper_case 7.042 x86_64-pc-linux-gnu
  PHP Warning:  Creating default object from empty value in /var/tmp/boinc-server-test/boinctest/bin/update_versions on line 410



More information about the pkg-boinc-commits mailing list