Move git logging to .git-release.log (#7041)
This commit is contained in:
@@ -16,7 +16,7 @@ function setup_git_user {
|
||||
|
||||
# change into the build directory
|
||||
BASEDIR=`dirname $0`
|
||||
GITLOG=./.git/gitcommand.log
|
||||
GITLOG=.git-release.log
|
||||
pushd $BASEDIR/..
|
||||
|
||||
echo "*** [cargo] Setting up GitHub config for parity"
|
||||
|
||||
@@ -16,7 +16,7 @@ function setup_git_user {
|
||||
|
||||
# change into the build directory
|
||||
BASEDIR=`dirname $0`
|
||||
GITLOG=./.git/gitcommand.log
|
||||
GITLOG=.git-release.log
|
||||
pushd $BASEDIR
|
||||
cd ../.dist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user