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/29 07:28:50 UTC

svn commit: r1810059 - /sling/trunk/tooling/scm/scripts/migrate-to-git.sh

Author: rombert
Date: Fri Sep 29 07:28:50 2017
New Revision: 1810059

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

Push to the github repos for the dry-run.

Modified:
    sling/trunk/tooling/scm/scripts/migrate-to-git.sh

Modified: sling/trunk/tooling/scm/scripts/migrate-to-git.sh
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/scm/scripts/migrate-to-git.sh?rev=1810059&r1=1810058&r2=1810059&view=diff
==============================================================================
--- sling/trunk/tooling/scm/scripts/migrate-to-git.sh (original)
+++ sling/trunk/tooling/scm/scripts/migrate-to-git.sh Fri Sep 29 07:28:50 2017
@@ -155,7 +155,7 @@ while read -r module; do
 
     else # -p
         pushd ${git_repo_location}/${repo_name}
-        git remote add origin https://git-wip-us.apache.org/repos/asf/${repo_name}.git
+        git remote add origin https://github.com/not-sling/${repo_name}.git
         git push -u origin master
         popd
     fi