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 3b8814bc2505fbff30b59fa63cd55d7ae931eda0
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Oct 11 09:26:52 2017 +0000

    SLING-3987 - move from Subversion to Git
    
    Add repo descriptions where missing
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1811804 
13f79535-47bb-0310-9956-ffa450edef68
---
 scripts/migrate-to-git.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/migrate-to-git.sh b/scripts/migrate-to-git.sh
index ac7c5f6..cc6202b 100755
--- a/scripts/migrate-to-git.sh
+++ b/scripts/migrate-to-git.sh
@@ -93,6 +93,11 @@ while read -r module; do
         fi
     else
         repo_name="sling-$(echo ${module} | tr '/' '-')"
+        case ${module} in
+            "tooling/scm") short_desc="Apache Sling SCM Tooling";;
+            "tooling/jenkins") short_desc="Apache Sling Jenkins Tooling";;
+            *) echo "Unknown non-Maven module ${module}, unable to set 
description"; exit 1;;
+        esac
     fi
     
     echo "---- Preparing to process $module_orig as $repo_name ---"

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to