Gitlog location update (#7042)

* Move git logging to .git-release.log

* Update gitlog location
This commit is contained in:
Jaco Greeff 2017-11-13 15:16:35 +01:00 committed by GitHub
parent a0090dd0d8
commit b5fc6419e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ function setup_git_user {
# change into the build directory
BASEDIR=`dirname $0`
GITLOG=.git-release.log
GITLOG=./.git/.git-release.log
pushd $BASEDIR
cd ../.dist

View File

@ -1 +1 @@
// test script 12
// test script 13

View File

@ -16,7 +16,7 @@ function setup_git_user {
# change into the build directory
BASEDIR=`dirname $0`
GITLOG=.git-release.log
GITLOG=./.git/.git-release.log
pushd $BASEDIR
cd ../.dist

View File

@ -1 +1 @@
// test script 17
// test script 18