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 2017/09/28 19:11:53 UTC

svn commit: r1810031 - /sling/trunk/tooling/scm/scripts/gen-repo-candidates.sh

Author: rombert
Date: Thu Sep 28 19:11:53 2017
New Revision: 1810031

URL: http://svn.apache.org/viewvc?rev=1810031&view=rev
Log:
SLING-3987 - move from Subversion to Git

Include tooling/scm and tooling/jenkins in the module list

Modified:
    sling/trunk/tooling/scm/scripts/gen-repo-candidates.sh

Modified: sling/trunk/tooling/scm/scripts/gen-repo-candidates.sh
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/scm/scripts/gen-repo-candidates.sh?rev=1810031&r1=1810030&r2=1810031&view=diff
==============================================================================
--- sling/trunk/tooling/scm/scripts/gen-repo-candidates.sh (original)
+++ sling/trunk/tooling/scm/scripts/gen-repo-candidates.sh Thu Sep 28 19:11:53 2017
@@ -47,3 +47,6 @@ done
 echo "tooling/ide"
 echo "samples"
 echo "performance"
+# folders with utilities
+echo "tooling/scm"
+echo "tooling/jenkins"