r769 - /scripts/download-seti

smoe-guest at users.alioth.debian.org smoe-guest at users.alioth.debian.org
Mon Dec 10 09:25:24 UTC 2007


Author: smoe-guest
Date: Mon Dec 10 09:25:24 2007
New Revision: 769

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=769
Log:
Spiked download-seti with --help option ... just for being frustrated since the
latest release still does not seem to work on SPARC.


Modified:
    scripts/download-seti

Modified: scripts/download-seti
URL: http://svn.debian.org/wsvn/pkg-boinc/scripts/download-seti?rev=769&op=diff
==============================================================================
--- scripts/download-seti (original)
+++ scripts/download-seti Mon Dec 10 09:25:24 2007
@@ -1,8 +1,6 @@
 #!/bin/sh
 # $Id$
 #
-# Usage: download-seti
-#     or download-seti 2006-05-15
 
 set -e
 
@@ -11,6 +9,27 @@
 # validate options
 if [ -z "$DATE" ]; then
     DATE="`date +%Y-%m-%d`"
+elif [ "--help" == "$DATE" -o "-h" == "$DATE" ]; then
+    cat <<EOHELP
+Usage: download-seti [-h|--help]
+       download-seti <date>
+   
+Example:
+   download-seti 2006-05-15
+
+This scripts may be passed a date to retrieve the source
+code of the BOINC application for SETI as released on the
+same night. When passing now argument, then it will
+download today's version. Please be aware that because of
+the American night being later than elsewhere in the world,
+explicitly passing yesterday's date may seem a good idea
+if you are an early bird.
+
+The get-orig-source target of the debian/rules file in
+the boinc-app-seti packages automatically downloads and
+uses the latest version of this script.
+EOHELP
+    exit
 fi
 
 NIGHTLY_DIR="http://setiweb.ssl.berkeley.edu/sah/seti_source/nightly"




More information about the pkg-boinc-commits mailing list