Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
dbec9988
提交
dbec9988
authored
10月 01, 2019
作者:
Mike Jerris
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[build/docs] point all old stash references in docs and makefiles to new github repository
上级
34075172
隐藏空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
20 行增加
和
20 行删除
+20
-20
Makefile.am
Makefile.am
+1
-1
Makefile.centos5
build/Makefile.centos5
+1
-1
Makefile.centos6
build/Makefile.centos6
+1
-1
Makefile.openbsd
build/Makefile.openbsd
+1
-1
Makefile.solaris11
build/Makefile.solaris11
+1
-1
README.source
debian/README.source
+1
-1
bootstrap.sh
debian/bootstrap.sh
+2
-2
README.md
docker/base_image/README.md
+2
-2
SubmittingPatches
docs/SubmittingPatches
+6
-6
package.json
html5/verto/verto_communicator/package.json
+1
-1
FreeSWITCH-debian-raspbian-installer.sh
scripts/FreeSWITCH-debian-raspbian-installer.sh
+2
-2
debian_min_build.sh
scripts/debian_min_build.sh
+1
-1
没有找到文件。
Makefile.am
浏览文件 @
dbec9988
...
...
@@ -684,7 +684,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 https://
freeswitch.org/stash/scm/fs/freeswitch.git
"
;
\
echo
" git clone https://
github.com/signalwire/freeswitch.git
"
;
\
echo
"*****************************************************************************************************"
;
\
echo
;
echo
;
\
exit
1
;
\
...
...
build/Makefile.centos5
浏览文件 @
dbec9988
...
...
@@ -29,7 +29,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh
cd
freeswitch.git
&&
sh bootstrap.sh
freeswitch.git/bootstrap.sh
:
has-git
test
-d
freeswitch.git
||
git clone https://
freeswitch.org/stash/scm/fs
/freeswitch.git freeswitch.git
test
-d
freeswitch.git
||
git clone https://
github.com/signalwire
/freeswitch.git freeswitch.git
install
:
freeswitch
cd
freeswitch.git
&&
make
install
cd-sounds-install cd-moh-install
...
...
build/Makefile.centos6
浏览文件 @
dbec9988
...
...
@@ -19,7 +19,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh
cd
freeswitch.git
&&
sh bootstrap.sh
freeswitch.git/bootstrap.sh
:
has-git
test
-d
freeswitch.git
||
git clone https://
freeswitch.org/stash/scm/fs
/freeswitch.git freeswitch.git
test
-d
freeswitch.git
||
git clone https://
github.com/signalwire
/freeswitch.git freeswitch.git
rpmforge
:
(
which rpm
&&
rpm
-i
http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
)
||
true
...
...
build/Makefile.openbsd
浏览文件 @
dbec9988
...
...
@@ -24,7 +24,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh
cd
freeswitch.git
&&
AUTOCONF_VERSION
=
2.69
AUTOMAKE_VERSION
=
1.14
LIBTOOL
=
/usr/local/bin/libtoolize sh bootstrap.sh
freeswitch.git/bootstrap.sh
:
has-git
test
-d
freeswitch.git
||
git clone https://
freeswitch.org/stash/scm/fs
/freeswitch.git freeswitch.git
test
-d
freeswitch.git
||
git clone https://
github.com/signalwire
/freeswitch.git freeswitch.git
install
:
cd
freeswitch.git
&&
AUTOCONF_VERSION
=
2.69
AUTOMAKE_VERSION
=
1.14
LIBTOOL
=
/usr/local/bin/libtoolize gmake
install
cd-sounds-install cd-moh-install
...
...
build/Makefile.solaris11
浏览文件 @
dbec9988
...
...
@@ -31,7 +31,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh
cd
freeswitch.git
&&
sh bootstrap.sh
freeswitch.git/bootstrap.sh
:
has-git
test
-d
freeswitch.git
||
git clone https://
freeswitch.org/stash/scm/fs
/freeswitch.git freeswitch.git
test
-d
freeswitch.git
||
git clone https://
github.com/signalwire
/freeswitch.git freeswitch.git
install
:
freeswitch
cd
freeswitch.git
&&
gmake
install
cd-sounds-install cd-moh-install
...
...
debian/README.source
浏览文件 @
dbec9988
...
...
@@ -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 https://
freeswitch.org/stash/scm/fs
/freeswitch.git /usr/src/freeswitch/src
git clone https://
github.com/signalwire
/freeswitch.git /usr/src/freeswitch/src
cd /usr/src/freeswitch/src
Ensuring you have a clean build directory
...
...
debian/bootstrap.sh
浏览文件 @
dbec9988
...
...
@@ -338,8 +338,8 @@ Build-Depends:
$(
debian_wrap
"
${
mod_build_depends
}
"
)
Standards-Version: 3.9.3
Homepage: https://freeswitch.org/
Vcs-Git: https://
freeswitch.org/stash/scm/fs
/freeswitch.git
Vcs-Browser: https://
freeswitch.org/stash/projects/FS/repos/freeswitch/browse
Vcs-Git: https://
github.com/signalwire
/freeswitch.git
Vcs-Browser: https://
github.com/signalwire/freeswitch
EOF
}
...
...
docker/base_image/README.md
浏览文件 @
dbec9988
...
...
@@ -85,7 +85,7 @@ apt-get install freeswitch-conf-vanilla
```
2) clone freeswitch repo
```
sh
git clone https://
freeswitch.org/stash/projects/FS/repos/freeswitch/browse
git clone https://
github.com/signalwire/freeswitch.git
```
3) execute
```make_min_archive.sh```
script
```
sh
...
...
@@ -100,4 +100,4 @@ docker build -t freeswitch_custom .
Read more
---------
[
Dockerfile of official FreeSwitch container
](
https://
freeswitch.org/stash/projects/FS/repos/freeswitch/browse
/docker/release
)
[
Dockerfile of official FreeSwitch container
](
https://
github.com/signalwire/freeswitch/tree/master
/docker/release
)
docs/SubmittingPatches
浏览文件 @
dbec9988
...
...
@@ -4,7 +4,7 @@ How to Contribute Patches to FreeSWITCH
Download the Source Code
------------------------
git clone https://
freeswitch.org/stash/scm/fs
/freeswitch.git
git clone https://
github.com/signalwire
/freeswitch.git
cd freeswitch
Ensure Git is Setup
...
...
@@ -42,18 +42,18 @@ Create a Pull Request
# create an account in JIRA and create a new issue
# navigate to FreeSWITCH
Stash
chromium https://
freeswitch.org/stas
h
# navigate to FreeSWITCH
github
chromium https://
github.com/signalwire/freeswitc
h
# Using
the same credentials as Jira, login to Stash
; create a forked FS repository; read
# Using
your github credentials, login to github
; create a forked FS repository; read
# the details here:
chromium https://freeswitch.org/confluence/display/FREESWITCH/Pull+Requests
# add your repository as a remote (change to your username)
git remote add
stash ssh://git@freeswitch.org:7999/~johndo
e/freeswitch.git
git remote add
fs git@github.com:signalwir
e/freeswitch.git
# push your changes to a branch
git push
stash
+HEAD:myfeature
git push
fs
+HEAD:myfeature
# create a pull request as described here:
chromium https://freeswitch.org/confluence/display/FREESWITCH/Pull+Requests
...
...
html5/verto/verto_communicator/package.json
浏览文件 @
dbec9988
...
...
@@ -35,6 +35,6 @@
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://
freeswitch.org/stash/scm/fs
/freeswitch.git"
"url"
:
"https://
github.com/signalwire
/freeswitch.git"
}
}
scripts/FreeSWITCH-debian-raspbian-installer.sh
浏览文件 @
dbec9988
...
...
@@ -133,10 +133,10 @@ config_fs_repos() {
curl https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | apt-key add -
if
[
"
$FS_REV
"
=
"master"
]
;
then
echo
"deb http://files.freeswitch.org/repo/deb/debian-unstable/ jessie main"
>
/etc/apt/sources.list.d/freeswitch.list
REPO
=
"https://
freeswitch.org/stash/scm/fs
/freeswitch.git"
REPO
=
"https://
github.com/signalwire
/freeswitch.git"
elif
[
"
$FS_REV
"
=
"1.6"
]
;
then
echo
"deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main"
>
/etc/apt/sources.list.d/freeswitch.list
REPO
=
"-b v1.6 https://
silik0n@freeswitch.org/stash/scm/fs
/freeswitch.git"
REPO
=
"-b v1.6 https://
github.com/signalwire
/freeswitch.git"
fi
apt-get update 2>&1
>
/dev/null
}
...
...
scripts/debian_min_build.sh
浏览文件 @
dbec9988
...
...
@@ -12,7 +12,7 @@ apt-get update && apt-get install -y libtool libjpeg62-turbo-dev ntpdate libfree
cd
/usr/src
git clone https://
freeswitch.org/stash/scm/fs
/freeswitch.git freeswitch.git
git clone https://
github.com/signalwire
/freeswitch.git freeswitch.git
cd
freeswitch.git
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论