Skip to content

Commit 67d1cca

Browse files
committed
Merge pull request #8 from GsDevKit/issue_7
use pre Issue #7 tag for GsDevKit_sys_local: https://github.com/GsDev…
2 parents 939dd69 + 53027b4 commit 67d1cca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bin/private/clone_sys_local

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ pushd ${GS_HOME} >& /dev/null
5555
if [ ! -d "$cloneHome" ] ; then
5656
${GS_HOME}/bin/private/cloneGitHubProject $modeArg $organization GsDevKit_sys_local $cloneHome
5757
cd local
58+
git checkout v0.0.1 # tag that pre-dates bugfix for https://github.com/GsDevKit/GsDevKit_home/issues/7
5859
git checkout -b gsdevkit
5960
cd ..
6061
pushd sys >& /dev/null

bin/updateGsDevKit

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ if [ "$updateGsDevKitClones" = "true" ]; then
118118
if [ -d "$GS_CLIENT_DEV" ]; then
119119
$GS_CLIENT_DEV/bin/updateGsDevKit
120120
fi
121-
if [ -d "$GS_HOME/local" ]; then
122-
updateClone $GSDEVKIT_SYS_LOCAL_GIT_CHECKOUT $GSDEVKIT_SYS_LOCAL_GIT_REMOTE "$GS_HOME/local"
123-
fi
121+
# if [ -d "$GS_HOME/local" ]; then
122+
# updateClone $GSDEVKIT_SYS_LOCAL_GIT_CHECKOUT $GSDEVKIT_SYS_LOCAL_GIT_REMOTE "$GS_HOME/local"
123+
# fi
124124
fi
125125

126126
if [ "$updateTodeClone" = "true" ]; then

0 commit comments

Comments
 (0)