]> 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)
committerKen Rice <krice@freeswitch.org>
Tue, 15 Jul 2014 22:34:16 +0000 (17:34 -0500)
Makefile.am
debian/README.source
debian/bootstrap.sh
docs/SubmittingPatches

index e0ec757d9c6b5e0b9df4645162f2f7faa994c882..5ea5ef389f2e5bb6dbb5eae36033ce537a667c14 100644 (file)
@@ -547,7 +547,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 f6fe1c1d9d413aaf3f80aea24d290704d9897533..f067c0ebe4285d9e1beca30b1de8303c27be2e25 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 4716dd7c788eac2f98ba85cfc99a029b877b83c1..b71ab98265d797c97586008dd95c8612a7da828c 100755 (executable)
@@ -306,8 +306,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 13cfa5c601559d8ed7907e653fc5678001744bc4..8e9b9d9e947b7747a4773dddd3d395e9d12f2e8a 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