Skip to content

Commit

Permalink
[build] when cloning roast, set it up for committing too
Browse files Browse the repository at this point in the history
[Coke]++ for complaining; I too found the old
behavior inconvenient, but never enough to take action.
  • Loading branch information
moritz committed Oct 28, 2011
1 parent 642e789 commit 087a68e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/build/Makefile.in
Expand Up @@ -391,6 +391,8 @@ stresstest: testable t/spectest.data
spectest_checkout : t/spec
t/spec :
git clone git://github.com/perl6/roast.git t/spec
-cd t/spec/ && git config remote.origin.pushurl git@github.com:perl6/roast.git


spectest_update :
-cd t/spec && git pull
Expand Down

0 comments on commit 087a68e

Please sign in to comment.