Gitlog location update (#7042)
* Move git logging to .git-release.log * Update gitlog location
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
// test script 12
|
||||
// test script 13
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
// test script 17
|
||||
// test script 18
|
||||
|
||||
Reference in New Issue
Block a user