summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/css/style.css2
-rw-r--r--scripts/builder.pl8
2 files changed, 5 insertions, 5 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 2771d23..1e33a4e 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -41,7 +41,7 @@ background-color: white;
border: 3px solid #aaa;
border-top: none;
padding: 25px;
-width: 500px;
+width: 750px;
}
#sidebar {
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);