From 8d11e8abb1342543917663f7b4eaa97ecbf10017 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Tue, 15 Jul 2014 17:34:16 -0500 Subject: [PATCH] git.freeswitch.org is DEAD... Long Live git via http://stash.freeswitch.org --- Makefile.am | 2 +- debian/README.source | 2 +- debian/bootstrap.sh | 4 ++-- docs/SubmittingPatches | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index e0ec757d9c..5ea5ef389f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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; \ diff --git a/debian/README.source b/debian/README.source index f6fe1c1d9d..f067c0ebe4 100644 --- a/debian/README.source +++ b/debian/README.source @@ -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 diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 4716dd7c78..b71ab98265 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -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 } diff --git a/docs/SubmittingPatches b/docs/SubmittingPatches index 13cfa5c601..8e9b9d9e94 100644 --- a/docs/SubmittingPatches +++ b/docs/SubmittingPatches @@ -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