aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/tinderbox-devel/files/extra-patch-www-exp__module__moduleBuildPorts.php
blob: 8b4d57e33f66fce7ae35b339dbf3c4575dbe4880 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./www-exp/module/moduleBuildPorts.php.orig	2008-06-03 15:53:53.000000000 +0300
+++ ./www-exp/module/moduleBuildPorts.php	2008-06-03 15:54:42.000000000 +0300
@@ -145,7 +145,7 @@
 			$build_id = false;
 		}
 
-		$ports = $this->TinderboxDS->getLatestPorts( $build_id, 20 );
+		$ports = $this->TinderboxDS->getLatestPorts( $build_id, 30 );
 
 		if( is_array( $ports ) && count( $ports ) > 0 ) {
 			$this->template_assign( 'data', $this->modulePorts->get_list_data( $build_name, $ports ) );