Skip to content

Commit

Permalink
Sort by newest build first
Browse files Browse the repository at this point in the history
  • Loading branch information
mattficken committed Jun 6, 2014
1 parent e4b923d commit 8299fb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion list_builds.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
<br/>
<table class="pftt">
<?php

$revisions = array_reverse($revisions);

foreach ( $revisions as $revision ) {
$red = is_file(BASE_REPORT_DIR."/$branch/$revision/FAIL_CRASH.txt");
Expand All @@ -94,4 +96,4 @@

common_footer();

?>
?>

0 comments on commit 8299fb4

Please sign in to comment.