From a917a0ad6e1cd64abda7b59969a637d06e4b0e36 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Fri, 3 Sep 2010 12:18:12 -0700 Subject: [PATCH] Add new_rakudo --- config/.bashrc.aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/.bashrc.aliases b/config/.bashrc.aliases index 9a81a17..d3a5428 100644 --- a/config/.bashrc.aliases +++ b/config/.bashrc.aliases @@ -79,6 +79,8 @@ alias test_new_plumage="new_plumage && make test" alias nqp=~/git/nqp-rx/parrot_install/bin/nqp alias smolder_parrot="sup && new_parrot && make -j 3 smolder_test" alias smolder_parrot_optimize="sup && new_parrot_optimize && make -j 3 smolder_test" +alias new_rakudo="git fetch --all; git rebase origin/master ; perl Configure.pl --gen-parrot; make install" + function sco_parrot_branch () { svn checkout https://svn.parrot.org/parrot/branches/$1 parrot-$1