bug fixes 2
This commit is contained in:
@@ -38,9 +38,9 @@ arg=$1 # just rename the argument var for clarity with the functions
|
|||||||
|
|
||||||
# commands
|
# commands
|
||||||
if [ "$gitJobs" == "default" ]; then
|
if [ "$gitJobs" == "default" ]; then
|
||||||
gitCloneCmd="git clone --depth 1 --recursive --branch $gitBranch https://github.com/espressif/esp-idf $idfDir"
|
gitCloneCmd="git clone --single-branch --depth 1 --recursive --branch $gitBranch https://github.com/espressif/esp-idf $idfDir"
|
||||||
else
|
else
|
||||||
gitCloneCmd="git clone --depth 1 --recursive --jobs $gitJobs --branch $gitBranch https://github.com/espressif/esp-idf $idfDir"
|
gitCloneCmd="git clone --single-branch --depth 1 --recursive --jobs $gitJobs --branch $gitBranch https://github.com/espressif/esp-idf $idfDir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# gitCloneCmd="git clone --recursive --single-branch --jobs $gitJobs --branch $gitBranch https://github.com/espressif/esp-idf $idfDir"
|
# gitCloneCmd="git clone --recursive --single-branch --jobs $gitJobs --branch $gitBranch https://github.com/espressif/esp-idf $idfDir"
|
||||||
@@ -197,7 +197,7 @@ function handleExport() {
|
|||||||
exportSedReturnChk=$?
|
exportSedReturnChk=$?
|
||||||
|
|
||||||
writeToLog "Editing $exportScript with version information: $scriptVers"
|
writeToLog "Editing $exportScript with version information: $scriptVers"
|
||||||
sed -i "s/versionTAG/\'$scriptVers\'/g" $exportScript
|
sed -i "s/versionDataTAG/\'$scriptVers\'/g" $exportScript
|
||||||
returnStatus
|
returnStatus
|
||||||
exportSedVersionChk=$?
|
exportSedVersionChk=$?
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
8-rc-5-dev
|
8-rc-5
|
||||||
Reference in New Issue
Block a user