Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
83125dad
提交
83125dad
authored
3月 19, 2014
作者:
Travis Cross
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Follow rename to configure.ac in debian/
上级
ad289982
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
5 行增加
和
5 行删除
+5
-5
README.source
debian/README.source
+3
-3
util.sh
debian/util.sh
+2
-2
没有找到文件。
debian/README.source
浏览文件 @
83125dad
...
...
@@ -136,7 +136,7 @@ packages can be built:
ver="$(cat build/next-release.txt | sed -e 's/-/~/g')~n$(date +%Y%m%dT%H%M%SZ)-1~${distro}+1"
git clean -fdx && git reset --hard origin/master
./build/set-fs-version.sh "$ver"
git add configure.
in
&& git commit -m "bump to custom v$ver"
git add configure.
ac
&& git commit -m "bump to custom v$ver"
(cd debian && ./bootstrap.sh -c $distro)
dch -b -m -v "$ver" --force-distribution -D "unstable" "Custom build."
dpkg-buildpackage -b -us -uc -Zxz -z9
...
...
@@ -149,7 +149,7 @@ To build for a stable branch, do this:
ver="$(echo "$stable_ver" | sed -e 's/-/~/g')~n$(date +%Y%m%dT%H%M%SZ)-1~${distro}+1"
git clean -fdx && git reset --hard refs/tags/v${stable_ver}
./build/set-fs-version.sh "$ver"
git add configure.
in
&& git commit -m "bump to custom v$ver"
git add configure.
ac
&& git commit -m "bump to custom v$ver"
(cd debian && ./bootstrap.sh -c $distro)
dch -b -m -v "$ver" --force-distribution -D "unstable" "Custom build."
dpkg-buildpackage -b -us -uc -Zxz -z9
...
...
@@ -170,4 +170,4 @@ freeswitch-music-*:
git clone https://github.com/traviscross/freeswitch-sounds.git
cd freeswitch-sounds && cat debian/README.source
-- Travis Cross <tc@traviscross.com>,
Sun, 23 Feb 2014 18:08:08
+0000
-- Travis Cross <tc@traviscross.com>,
Wed, 19 Mar 2014 19:07:23
+0000
debian/util.sh
浏览文件 @
83125dad
...
...
@@ -136,7 +136,7 @@ check_repo_clean () {
}
get_last_release_ver
()
{
grep
-m1
-e
'^AC_INIT'
configure.
in
\
grep
-m1
-e
'^AC_INIT'
configure.
ac
\
|
cut
-d
,
-f2
\
|
sed
-e
's/\[//'
-e
's/\]//'
-e
's/ //g'
}
...
...
@@ -185,7 +185,7 @@ create_orig () {
(
cd
libs
&&
getlibs
)
git add
-f
libs
fi
./build/set-fs-version.sh
"
$uver
"
"
$hrev
"
&&
git add configure.
in
./build/set-fs-version.sh
"
$uver
"
"
$hrev
"
&&
git add configure.
ac
echo
"
$uver
"
>
.version
&&
git add
-f
.version
git commit
--allow-empty
-m
"nightly v
$uver
"
git archive
-v
\
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论