Skip to content

Commit bb5fc1e

Browse files
author
Perl 6 Evalbot
committed
Announce end of rebuilds (I am sorear++ )
1 parent 7d4b9b0 commit bb5fc1e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build-scripts/rebuild-nqplua.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -e
44
echo -e "\n\nNew nqplua build"
55
date
66
cd nqplua/6model
7-
git pull
7+
echo |git pull
88
cd lua/compiler
99
make

evalbot.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,9 @@ package Evalbot;
268268
}
269269
} elsif ($message =~ m/\Aevalbot\s*rebuild\s+(\w+)/) {
270270
my $name = "$1";
271+
# XXX We want better integration so that this can go to the right place
271272
if (EvalbotExecuter::try_lock($name)) {
272-
system "./build.pl $name &";
273+
system "(./build.pl $name; echo 'freenode #perl6 Rebuild of $name complete.' >> /home/p6eval/dalek-queue) &";
273274
return "OK (started asynchronously)";
274275
} else {
275276
return "NOT OK (maybe a rebuild is already in progress?)";

0 commit comments

Comments
 (0)