Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
target rename: nom => rakudo, rakudo => b (b is common to "bejing" an…
…d "b<vetoed>"
  • Loading branch information
moritz committed Aug 31, 2011
1 parent a8a76b8 commit 154c42c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evalbot.pl
Expand Up @@ -78,7 +78,7 @@ package Evalbot;
cmd_line => './try2.sh %program',
#revision => sub { get_revision_from_file('~/6model/VERSION'
},
rakudo => {
b => {
chdir => "$home/rakudo/",
cmd_line => 'PERL6LIB=lib ../p/bin/perl6 %program',
revision => sub { get_revision_from_file('~/p/rakudo-revision')},
Expand Down Expand Up @@ -109,7 +109,7 @@ package Evalbot;
# EVALBOT ARTIFACT
>,
},
nom => {
rakudo => {
chdir => "$home",
cmd_line => './nom-inst/bin/perl6 %program',
filter => \&filter_pct,
Expand Down

0 comments on commit 154c42c

Please sign in to comment.