提交 6d6fc8c1 authored 作者: Ken Rice's avatar Ken Rice 提交者: Travis Cross

git.freeswitch.org is DEAD... Long Live git via http://stash.freeswitch.org

上级 ae57b94f
......@@ -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; \
......
......@@ -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
......
......@@ -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
}
......
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论