This is an automated email from the ASF dual-hosted git repository. ethanfeng pushed a commit to branch CELEBORN-193-FOLLOWUP in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
commit abf7a91ef30cfa74c8bb25a65f2840096f1395ab Author: Ethan Feng <[email protected]> AuthorDate: Thu Jan 5 11:14:07 2023 +0800 update. --- build/make-distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make-distribution.sh b/build/make-distribution.sh index 26282180..b6c14d83 100755 --- a/build/make-distribution.sh +++ b/build/make-distribution.sh @@ -220,5 +220,5 @@ TARDIR_NAME="apache-celeborn-$VERSION-$NAME" TARDIR="$PROJECT_DIR/$TARDIR_NAME" rm -rf "$TARDIR" cp -R "$DIST_DIR" "$TARDIR" -tar czf --no-xattrs --exclude='.DS_Store' "apache-celeborn-$VERSION-$NAME.tgz" -C "$PROJECT_DIR" "$TARDIR_NAME" +tar -cz --no-xattrs --disable-copyfile --exclude='.DS_Store' -f "apache-celeborn-$VERSION-$NAME.tgz" -C "$PROJECT_DIR" "$TARDIR_NAME" rm -rf "$TARDIR"
