Revision 84d0ea1c
Added by Renato Botelho about 10 years ago
usr/local/www/pkg_mgr.php | ||
---|---|---|
149 | 149 |
$categories=array(); |
150 | 150 |
if(is_array($pkg_keys)) { |
151 | 151 |
foreach($pkg_keys as $key) { |
152 |
if (!package_skip_tests($pkg_info[$key],$requested_version)) |
|
153 |
$categories[$pkg_info[$key]['category']]++; |
|
154 |
} |
|
152 |
$categories[$pkg_info[$key]['category']]++; |
|
155 | 153 |
} |
156 | 154 |
ksort($categories); |
157 | 155 |
$cm_count=0; |
... | ... | |
206 | 204 |
if(get_package_id($index['name']) >= 0 ) |
207 | 205 |
continue; |
208 | 206 |
|
209 |
if (package_skip_tests($index,$requested_version)) |
|
210 |
continue; |
|
211 |
|
|
212 | 207 |
/* get history/changelog git dir */ |
213 | 208 |
$commit_dir=explode("/",$index['config_file']); |
214 | 209 |
$changeloglink = "https://github.com/pfsense/pfsense-packages/commits/master/config/"; |
Also available in: Unified diff
Remove package_skip_tests(), it won't be necessary anymore with pkg