r715 - in /scripts: export-boinc supported_platforms.php

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Sun Oct 7 13:03:31 UTC 2007


Author: fst-guest
Date: Sun Oct  7 13:03:31 2007
New Revision: 715

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=715
Log:
export-boinc: the -s option does not require an argument

Modified:
    scripts/export-boinc
    scripts/supported_platforms.php

Modified: scripts/export-boinc
URL: http://svn.debian.org/wsvn/pkg-boinc/scripts/export-boinc?rev=715&op=diff
==============================================================================
--- scripts/export-boinc (original)
+++ scripts/export-boinc Sun Oct  7 13:03:31 2007
@@ -5,6 +5,7 @@
 #     or export-boinc -r 4.72 -d 20050724
 #     or export-boinc -r 4.72 -d 20050724 -s
 #     or export-boinc -r 4.72 -s
+#     or export-boinc -s
 #     or export-boinc
 
 set -e
@@ -17,7 +18,7 @@
 SNAPSHOT=0
 DIRS="tarfiles/boinc tarfiles tarballs/boinc tarballs"
 
-while getopts "r:d:s:t:h" FLAG
+while getopts "r:d:t:sh" FLAG
 do
     if [ "$FLAG" = "r" ]; then
         VERSION=$OPTARG

Modified: scripts/supported_platforms.php
URL: http://svn.debian.org/wsvn/pkg-boinc/scripts/supported_platforms.php?rev=715&op=diff
==============================================================================
--- scripts/supported_platforms.php (original)
+++ scripts/supported_platforms.php Sun Oct  7 13:03:31 2007
@@ -33,6 +33,7 @@
     'depspid' => array('http://www.depspid.net/', 'DepSpid'),
     'docking' => array('http://docking.utep.edu/', 'Docking at Home'),
     'einstein' => array('http://einstein.phys.uwm.edu/', 'Einstein at Home'),
+    'enigma' => array('http://enigma.no-ip.net:443/enigma/', 'Enigma at Home'),
     'eternity2' => array('http://eternity2.net/', 'Eternity2.net'),
     'hash' => array('http://boinc.banaan.org/hashclash/', 'HashClash'),
     'leiden' => array('http://boinc.gorlaeus.net/', 'Leiden Classical'),
@@ -50,6 +51,7 @@
     'rcn' => array('http://dist.ist.tugraz.at/cape5/', 'Rectilinear Crossing No.'),
     'render' => array('http://server2.povaddict.com.ar/pov/', 'RenderFarm at Home'),
     'riesel' => array('http://boinc.rieselsieve.com/', 'RieselSieve'),
+    'rnd' => array('http://arcoboinc.unex.es/rnd/', 'RND at home'),
     'rosetta' => array('http://boinc.bakerlab.org/rosetta/', 'Rosetta at home'),
     'scilink' => array('http://www.scilinc.org/SciLINC/', 'SciLINC'),
     'seasonal' => array('http://attribution.cpdn.org/', 'Seasonal Attribution'),
@@ -58,6 +60,7 @@
     'sha1cs' => array('http://boinc.iaik.tugraz.at/sha1_coll_search/', 'SHA-1 Collision Search'),
     'simap' => array('http://boinc.bio.wzw.tum.de/boincsimap/', 'SIMAP'),
     'spinhenge' => array('http://spin.fh-bielefeld.de/', 'Spinhenge at home'),
+    'sudoku' => array('http://dist2.ist.tugraz.at/sudoku/', 'Sudoku project'),
     'superlink' => array('http://cbl-link02.cs.technion.ac.il/superlinkattechnion/', 'Superlink at Technion'),
     'sztaki' => array('http://szdg.lpds.sztaki.hu/szdg/', 'SZTAKI Desktop Grid'),
     'tanpaku' => array('http://issofty17.is.noda.tus.ac.jp/', 'TANPAKU'),




More information about the pkg-boinc-commits mailing list