From ed8f345a5e79d5eeb82255062fbb47e8a86775de Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 25 Sep 2010 17:08:16 +0200 Subject: augment width --- scripts/builder.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/builder.pl b/scripts/builder.pl index d65ace8..b7b37c0 100644 --- a/scripts/builder.pl +++ b/scripts/builder.pl @@ -33,12 +33,12 @@ while (1) { my $build_dir = File::Spec->catdir( $conf->{jitterbug}->{build}->{dir}, $project ); - # my $r = Git::Repository->create( clone => $repo => $build_dir ); - # $r->run('checkout', $commit); + my $r = Git::Repository->create( clone => $repo => $build_dir ); + $r->run('checkout', $commit); - # my $res = `./scripts/capsule.sh $build_dir $report_path`; + my $res = `./scripts/capsule.sh $build_dir $report_path`; - # rmtree($build_dir); + rmtree($build_dir); $redis->del($task_key); -- cgit 1.4.1