You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/03/20 15:00:23 UTC

[sling-tooling-scm] 14/35: SLING-3987 - move from Subversion to Git

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 d16304d89a145726a9369248073a44b8777aed4c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Sep 29 07:28:43 2017 +0000

    SLING-3987 - move from Subversion to Git
    
    Don't filter out projects with 'samples' in their path, just the ones
    starting with 'sample'
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810058 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 0905837..b3c379c 100755
--- a/scripts/gen-repo-candidates.sh
+++ b/scripts/gen-repo-candidates.sh
@@ -25,7 +25,7 @@ fi
 for pom in $(find . -name pom.xml  \
     | grep -v './tooling/ide' \
     | grep -v './performance' \
-    | grep -v './samples' \
+    | grep -v '^./samples' \
     | grep -v '/target/' \
     | grep -v '/archetype-resources/' \
     | grep -v '/src/test/resources/' \