Gitlog location update (#7042)
* Move git logging to .git-release.log * Update gitlog location
This commit is contained in:
parent
a0090dd0d8
commit
b5fc6419e6
@ -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-release.log
|
GITLOG=./.git/.git-release.log
|
||||||
pushd $BASEDIR
|
pushd $BASEDIR
|
||||||
cd ../.dist
|
cd ../.dist
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
// test script 12
|
// test script 13
|
||||||
|
@ -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-release.log
|
GITLOG=./.git/.git-release.log
|
||||||
pushd $BASEDIR
|
pushd $BASEDIR
|
||||||
cd ../.dist
|
cd ../.dist
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
// test script 17
|
// test script 18
|
||||||
|
Loading…
Reference in New Issue
Block a user