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
|
npm-debug.log
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
# js build artifacts
|
||||||
|
.git-release.log
|
||||||
|
|
||||||
# gdb files
|
# gdb files
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ function setup_git_user {
|
|||||||
|
|
||||||
# change into the build directory
|
# change into the build directory
|
||||||
BASEDIR=`dirname $0`
|
BASEDIR=`dirname $0`
|
||||||
GITLOG=./.git/gitcommand.log
|
GITLOG=.git-release.log
|
||||||
pushd $BASEDIR
|
pushd $BASEDIR
|
||||||
cd ../.dist
|
cd ../.dist
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ function setup_git_user {
|
|||||||
|
|
||||||
# change into the build directory
|
# change into the build directory
|
||||||
BASEDIR=`dirname $0`
|
BASEDIR=`dirname $0`
|
||||||
GITLOG=./.git/gitcommand.log
|
GITLOG=.git-release.log
|
||||||
pushd $BASEDIR/..
|
pushd $BASEDIR/..
|
||||||
|
|
||||||
echo "*** [cargo] Setting up GitHub config for parity"
|
echo "*** [cargo] Setting up GitHub config for parity"
|
||||||
|
@ -16,7 +16,7 @@ function setup_git_user {
|
|||||||
|
|
||||||
# change into the build directory
|
# change into the build directory
|
||||||
BASEDIR=`dirname $0`
|
BASEDIR=`dirname $0`
|
||||||
GITLOG=./.git/gitcommand.log
|
GITLOG=.git-release.log
|
||||||
pushd $BASEDIR
|
pushd $BASEDIR
|
||||||
cd ../.dist
|
cd ../.dist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user