need to ignore adLDAP checkout while tagging, as we have no write access to that repo

This commit is contained in:
Ralf Becker 2016-05-25 11:55:47 +02:00
parent 6a69058b54
commit d9361ff235

View File

@ -225,7 +225,7 @@ function get_modules_per_repo()
$matches = null; $matches = null;
if ($line && $line[0] == '[' && preg_match('/^\[([^]]*)\]/', $line, $matches)) if ($line && $line[0] == '[' && preg_match('/^\[([^]]*)\]/', $line, $matches))
{ {
if (in_array($matches[1], array('DEFAULT', 'api/js/ckeditor', 'phpgwapi/js/ckeditor'))) if (in_array($matches[1], array('DEFAULT', 'api/js/ckeditor', 'api/src/Accounts/Ads', 'phpgwapi/js/ckeditor', 'phpgwapi/inc/adldap')))
{ {
$module = null; $module = null;
continue; continue;