This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-aggregator.git
The following commit(s) were added to refs/heads/master by this push:
new c32ca4d Update collect-sling-repos.groovy to ignore the old SVN
mirror repo
c32ca4d is described below
commit c32ca4d65f05a2ec6fc78f936df7809cb37e5b2d
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Jan 15 11:10:24 2018 +0200
Update collect-sling-repos.groovy to ignore the old SVN mirror repo
---
collect-sling-repos.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collect-sling-repos.groovy b/collect-sling-repos.groovy
index 949e812..802c551 100755
--- a/collect-sling-repos.groovy
+++ b/collect-sling-repos.groovy
@@ -50,7 +50,7 @@ while ( link ) {
// add all projects matching naming conventions
def result = parser.parse(conn.inputStream)
slingRepos += result
- .findAll { it.name.startsWith 'sling-' }
+ .findAll { it.name.startsWith('sling-') &&
!it.name.startsWith('sling-old') }
// find link to next page, if applicable
link = null
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].