Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Track more potential failure modes
  • Loading branch information
coke committed May 15, 2013
1 parent fd8b792 commit dbab211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/star.sh
Expand Up @@ -15,10 +15,10 @@ cd star
make -f tools/star/Makefile

# get submodules
git submodule foreach git pull origin master
git submodule foreach git pull origin master 2>&1 | tee submodule.log

# make a release candidate
make -f tools/star/Makefile release VERSION=daily
make -f tools/star/Makefile release VERSION=daily 2>&1 | tee makefile.log

# explode the release candidate
tar xvf rakudo-star-daily.tar.gz
Expand Down

0 comments on commit dbab211

Please sign in to comment.