提交 b39ca523 编写于 作者: L Luis Bosque 提交者: alexey-milovidov

Use git HEAD hash as possible package name

Pretty simple addition to allow generating debian packages with the git
hash as part of the packages name. This may be useful for a nightly
build style for fast testing
上级 1db9a730
......@@ -24,6 +24,9 @@ do
gen_revision_author
git push
exit 0
elif [[ $1 == '--head' ]]; then
REVISION=`git rev-parse HEAD`
shift
else
echo "Unknown option $1"
exit 2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册