Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Move git logging to .git-release.log (#7041)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Nov 13, 2017
1 parent af35fa1 commit a0090dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
npm-debug.log
node_modules

# js build artifacts
.git-release.log

# gdb files
.gdb_history

Expand Down
2 changes: 1 addition & 1 deletion js-old/scripts/push-precompiled.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion js/scripts/push-cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion js/scripts/push-precompiled.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a0090dd

Please sign in to comment.