projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f13ba
)
document fast irspy update
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 17 Jun 2010 21:31:10 +0000
(21:31 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 17 Jun 2010 21:31:10 +0000
(21:31 +0000)
bin/irspy-update.sh
patch
|
blob
|
history
diff --git
a/bin/irspy-update.sh
b/bin/irspy-update.sh
index
1c03eb7
..
727a265
100755
(executable)
--- a/
bin/irspy-update.sh
+++ b/
bin/irspy-update.sh
@@
-4,11
+4,15
@@
#
# run irspy with a smaller set of records in a loop to avoid out-of-memory
#
+# for a fast update, run this:
+# $ env irspy_test=Quick ./irspy-update.sh
home=/usr/local/src/git
cd $home/irspy/bin || exit 2
logdir=../log
lockfile=$logdir/irspy-update.lock
+
+# run a full update by default, use Quick for a fast update
: ${irspy_test=Main}
mkdir -p $logdir || exit2