Move git logging to .git-release.log (#7041)
This commit is contained in:
parent
af35fa1e33
commit
a0090dd0d8
3
.gitignore
vendored
3
.gitignore
vendored
@ -24,6 +24,9 @@
|
||||
npm-debug.log
|
||||
node_modules
|
||||
|
||||
# js build artifacts
|
||||
.git-release.log
|
||||
|
||||
# gdb files
|
||||
.gdb_history
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user