From 087a68e2577c7497cb41078b39818c9c87a7599c Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Fri, 28 Oct 2011 20:18:09 +0200 Subject: [PATCH] [build] when cloning roast, set it up for committing too [Coke]++ for complaining; I too found the old behavior inconvenient, but never enough to take action. --- tools/build/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index db610b42a42..c93c247c428 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -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