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-tooling-scm.git
commit 7da2f58b3fa2cdadde0ca1b8cb693764914dd60e Author: Robert Munteanu <[email protected]> AuthorDate: Fri Sep 29 08:31:14 2017 +0000 SLING-3987 - move from Subversion to Git Fix missing repositories with 'performance' in their name git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810068 13f79535-47bb-0310-9956-ffa450edef68 --- scripts/gen-repo-candidates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen-repo-candidates.sh b/scripts/gen-repo-candidates.sh index b3c379c..ceae8dc 100755 --- a/scripts/gen-repo-candidates.sh +++ b/scripts/gen-repo-candidates.sh @@ -24,7 +24,7 @@ fi for pom in $(find . -name pom.xml \ | grep -v './tooling/ide' \ - | grep -v './performance' \ + | grep -v '^./performance' \ | grep -v '^./samples' \ | grep -v '/target/' \ | grep -v '/archetype-resources/' \ -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
