]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
git.freeswitch.org is DEAD... Long Live git via http://stash.freeswitch.org
authorKen Rice <krice@freeswitch.org>
Tue, 15 Jul 2014 22:34:16 +0000 (17:34 -0500)
committerTravis Cross <tc@traviscross.com>
Wed, 10 Sep 2014 07:31:51 +0000 (07:31 +0000)
Makefile.am
debian/README.source
debian/bootstrap.sh
docs/SubmittingPatches

index 9213c8918c3228eb5f0c722c931e6ca14e6b936c..a51814140b8676e0d8a26104a20effeef0765153 100644 (file)
@@ -574,7 +574,7 @@ is-scm:
                echo ; echo ; \
                echo "*****************************************************************************************************" ; \
                echo "You cannot update a release tarball without a git tree.  Please clone FreeSWITCH as so:              " ; \
-               echo "  git clone git://git.freeswitch.org/freeswitch.git                                                  " ; \
+               echo "  git clone https://stash.freeswitch.org/scm/fs/freeswitch.git                                       " ; \
                echo "*****************************************************************************************************" ; \
                echo ; echo ; \
                exit 1; \
index 0adc4ed2c29a2125d85adedbd70f35f18cee96a5..c958d6ddfd9883ccc0ac481f1365ab561215dd34 100644 (file)
@@ -18,7 +18,7 @@ of a FreeSWITCH git repository.  You can achieve this with:
 
     aptitude update && aptitude install -y git
     mkdir -p /usr/src/freeswitch
-    git clone git://git.freeswitch.org/freeswitch /usr/src/freeswitch/src
+    git clone https://stash.freeswitch.org/scm/fs/freeswitch.git /usr/src/freeswitch/src
     cd /usr/src/freeswitch/src
 
 Ensuring you have a clean build directory
index 5bb057ad7fa890d6d5df0a2f3079ec46ad958ca6..650dfb8ecd711a0cf588ff2e41ad8e044542f7a4 100755 (executable)
@@ -299,8 +299,8 @@ Build-Depends:
  $(debian_wrap "${mod_build_depends}")
 Standards-Version: 3.9.3
 Homepage: http://freeswitch.org/
-Vcs-Git: git://git.freeswitch.org/freeswitch
-Vcs-Browser: http://git.freeswitch.org/git/freeswitch/
+Vcs-Git: https://stash.freeswitch.org/scm/fs/freeswitch.git
+Vcs-Browser: https://stash.freeswitch.org/projects/FS/repos/freeswitch/browse
 
 EOF
 }
index 3ac732d34984174bca216735ea527efd2c23aa3f..26999c195f8d62098ff66ee905358a3445e459db 100644 (file)
@@ -4,7 +4,7 @@ How to Contribute Patches to FreeSWITCH
 Download the Source Code
 ------------------------
 
-    git clone git://git.freeswitch.org/freeswitch.git
+    git clone https://stash.freeswitch.org/scm/fs/freeswitch.git
     cd freeswitch
 
 Create Your Patch