Skip to content

Commit

Permalink
Don't conflict with parrot's VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed May 16, 2014
1 parent f71fdf1 commit 556da35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/star.sh
Expand Up @@ -16,7 +16,7 @@ cd star
# get the latest everything

git clone $REPO_DIR/parrot.git
(cd parrot && git describe --tags > VERSION)
(cd parrot && git describe --tags > VERSION_GIT)
git clone $REPO_DIR/nqp.git
(cd nqp && git ls-files > MANIFEST; git describe > VERSION)
git clone $REPO_DIR/rakudo.git
Expand All @@ -34,7 +34,7 @@ git submodule foreach git pull origin master 2>&1 | tee submodule.log

# log the versions used on everything
echo "parrot" > $LOG_DIR/version.log
cat parrot/VERSION >> $LOG_DIR/version.log
cat parrot/VERSION_GIT >> $LOG_DIR/version.log
echo "Rakudo" > $LOG_DIR/version.log
cat rakudo/VERSION >> $LOG_DIR/version.log
echo "NQP" >> $LOG_DIR/version.log
Expand Down

0 comments on commit 556da35

Please sign in to comment.