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:24 UTC

[sling-tooling-scm] 15/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 1f0bf424bc4be4374f854b53695881a0eb122226
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Sep 29 07:28:50 2017 +0000

    SLING-3987 - move from Subversion to Git
    
    Push to the github repos for the dry-run.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810059 13f79535-47bb-0310-9956-ffa450edef68
---
 scripts/migrate-to-git.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/migrate-to-git.sh b/scripts/migrate-to-git.sh
index b943a5b..34501bc 100755
--- a/scripts/migrate-to-git.sh
+++ b/scripts/migrate-to-git.sh
@@ -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