From d9361ff235c3801f6c77c963e7dd02a5105fc60d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 25 May 2016 11:55:47 +0200 Subject: [PATCH] need to ignore adLDAP checkout while tagging, as we have no write access to that repo --- doc/rpm-build/checkout-build-archives.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rpm-build/checkout-build-archives.php b/doc/rpm-build/checkout-build-archives.php index 74352df0c7..7f41322639 100755 --- a/doc/rpm-build/checkout-build-archives.php +++ b/doc/rpm-build/checkout-build-archives.php @@ -225,7 +225,7 @@ function get_modules_per_repo() $matches = null; 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; continue;