about summary refs log tree commit diff
path: root/scripts/builder.pl
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-25 17:08:16 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-25 17:08:16 +0200
commited8f345a5e79d5eeb82255062fbb47e8a86775de (patch)
tree065da110379b4c2ac9e32722d3387e097d90a8dd /scripts/builder.pl
parentnew layout (diff)
downloadjitterbug-ed8f345a5e79d5eeb82255062fbb47e8a86775de.tar.gz
augment width
Diffstat (limited to '')
-rw-r--r--scripts/builder.pl8
1 files changed, 4 insertions, 4 deletions
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);