提交 9d118e0e 编写于 作者: U Ulric Qin

exclude *.local.yml when pack

上级 18ef32a3
......@@ -179,7 +179,7 @@ pack()
{
mkdir -p tarball
mv *.tar.gz tarball
tar zcvf n9e-${version}.tar.gz control sql etc n9e-*
tar zcvf n9e-${version}.tar.gz control sql etc n9e-* --exclude etc/*.local.yml
}
case "$1" in
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册