提交 d18a7ffa authored 作者: Travis Cross's avatar Travis Cross

Bundle .version file with debian nightlies

This adds the .version file to nightlies produced with debian/util.sh.
上级 b1682194
...@@ -176,6 +176,7 @@ create_orig () { ...@@ -176,6 +176,7 @@ create_orig () {
git add -f libs git add -f libs
fi fi
./build/set-fs-version.sh "$uver" && git add configure.in ./build/set-fs-version.sh "$uver" && git add configure.in
echo "$uver" > .version && git add -f .version
git commit --allow-empty -m "nightly v$uver" git commit --allow-empty -m "nightly v$uver"
git archive -v \ git archive -v \
--worktree-attributes \ --worktree-attributes \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论