提交 bd8c67ed 编写于 作者: J Junio C Hamano

Meta/RelBuild: futz with perms and owners in the tar archive

上级 5f6c133b
......@@ -5,12 +5,18 @@ version=$(git describe --exact) &&
label=$(echo "$version" | sed -e 's|^v||') &&
version=$(echo "$label" | sed -e 's|-|.|g') || exit
make clean && make $j CFLAGS="-O2 -Wno-format-zero-length" dist &&
TAR_DIST_EXTRA_OPTS="--owner=root:0 --group=root:0 --mode=u+rwX,og+rX,og-w"
make clean &&
make $j CFLAGS="-O2 -Wno-format-zero-length" \
TAR_DIST_EXTRA_OPTS="$TAR_DIST_EXTRA_OPTS" dist &&
ASCIIDOC_NO_ROFF=YesPlease \
ASCIIDOC8=YesPlease \
MAN_BASE_URL="git-htmldocs/" \
make $j dist-doc || exit
make $j \
TAR_DIST_EXTRA_OPTS="$TAR_DIST_EXTRA_OPTS" \
dist-doc || exit
# The above used to be
# MAN_BASE_URL="http://www.kernel.org/pub/software/scm/git/docs/"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册