Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
4448d6b7
提交
4448d6b7
authored
5月 25, 2013
作者:
Travis Cross
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
debian: wheezy is the new stable
And jessie is the new testing. The king is dead, long live the king!
上级
8c37db14
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
10 行增加
和
6 行删除
+10
-6
bootstrap.sh
debian/bootstrap.sh
+3
-1
util.sh
debian/util.sh
+7
-5
没有找到文件。
debian/bootstrap.sh
浏览文件 @
4448d6b7
...
...
@@ -7,7 +7,7 @@ conf_dir="../conf"
lang_dir
=
"../conf/vanilla/lang"
fs_description
=
"FreeSWITCH is a scalable open source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text or any other form of media."
mod_build_depends
=
"."
supported_distros
=
"squeeze wheezy sid"
supported_distros
=
"squeeze wheezy
jessie
sid"
avoid_mods
=(
applications/mod_limit
applications/mod_mongo
...
...
@@ -37,6 +37,8 @@ avoid_mods=(
)
avoid_mods_sid
=(
)
avoid_mods_jessie
=(
)
avoid_mods_wheezy
=(
)
avoid_mods_squeeze
=(
...
...
debian/util.sh
浏览文件 @
4448d6b7
...
...
@@ -46,8 +46,9 @@ find_distro () {
case
"
$1
"
in
experimental
)
echo
"sid"
;;
unstable
)
echo
"sid"
;;
testing
)
echo
"wheezy"
;;
stable
)
echo
"squeeze"
;;
testing
)
echo
"jessie"
;;
stable
)
echo
"wheezy"
;;
oldstable
)
echo
"squeeze"
;;
*
)
echo
"
$1
"
;;
esac
}
...
...
@@ -55,8 +56,9 @@ find_distro () {
find_suite
()
{
case
"
$1
"
in
sid
)
echo
"unstable"
;;
wheezy
)
echo
"testing"
;;
squeeze
)
echo
"stable"
;;
jessie
)
echo
"testing"
;;
wheezy
)
echo
"stable"
;;
squeeze
)
echo
"oldstable"
;;
*
)
echo
"
$1
"
;;
esac
}
...
...
@@ -332,7 +334,7 @@ build_all () {
done
shift
$((
$OPTIND
-
1
))
[
-n
"
$archs
"
]
||
archs
=
"amd64 i386"
[
-n
"
$distros
"
]
||
distros
=
"sid wheezy squeeze"
[
-n
"
$distros
"
]
||
distros
=
"sid
jesse
wheezy squeeze"
[
-n
"
$orig
"
]
||
orig
=
"
$(
create_orig
$orig_opts
HEAD |
tail
-n1
)
"
mkdir
-p
../log
>
../log/changes
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论