Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyt committed Jul 2, 2013
1 parent b929538 commit 9e67e71
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions update.sh
Expand Up @@ -107,9 +107,6 @@ cd $MAGLEV_HOME
mkdir -p locks
# and the correct updated keyfile
rm -f etc/maglev.demo.key

echo "[Info] Copying key"

ln -sf maglev.demo.key-$PLATFORM etc/maglev.demo.key
# Make sure we have specs and benchmarks.
echo "[Info] updating MSpec and RubySpec submodules"
Expand Down Expand Up @@ -144,7 +141,7 @@ if [ -e "`which rake 2>/dev/null`" ]; then
echo "[Info] In-place upgrade not possible. Removing existing 'maglev' configuration file."
rake stone:destroy[maglev] >/dev/null
fi
echo 'foo'

rake build:clobber
extent0='gemstone/bin/extent0.dbf'
echo "[Info] Building new extent0.ruby.dbf from $extent0 and creating default maglev stone"
Expand Down

0 comments on commit 9e67e71

Please sign in to comment.