1.5-dev-0

This commit is contained in:
2025-12-17 07:40:46 -07:00
parent 4832c7779b
commit f15f72bd0f
37 changed files with 80 additions and 80 deletions
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
cat $ESPIDFTOOLS_INSTALLDIR/.custom_bin/help.txt cat $ESPDIR/.custom_bin/help.txt
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
+3 -3
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
set -e set -e
echo -e "\napplyan a patch~ $1 to $ESPIDFTOOLS_INSTALLDIR/esp-idf\n" echo -e "\napplyan a patch~ $1 to $ESPDIR/esp-idf\n"
cp "$1" "$ESPIDFTOOLS_INSTALLDIR/esp-idf" cp "$1" "$ESPDIR/esp-idf"
git -C "$ESPIDFTOOLS_INSTALLDIR/esp-idf" apply "$1" git -C "$ESPDIR/esp-idf" apply "$1"
echo -e "\nall donseies~\n" echo -e "\nall donseies~\n"
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
+1 -1
View File
@@ -309,7 +309,7 @@ function handleAliasEnviron() {
cp $rcFile $rcFile.bak # backup da thing first frong cp $rcFile $rcFile.bak # backup da thing first frong
# the pretty comment and such first # the pretty comment and such first
testAppendAlias "# esp-idf-tools aliases" "\n\n# esp-idf-tools" testAppendAlias "# esp-idf-tools aliases" "\n\n# esp-idf-tools"
testAppendAlias "ESPDIR" "export ESPIDFTOOLS_INSTALLDIR=\"$installDir\"" testAppendAlias "ESPDIR" "export ESPDIR=\"$installDir\""
testAppendAlias "ESPIDFTOOLS_INSTALLDIR" "export ESPIDFTOOLS_INSTALLDIR=\"$installDir/esp-idf-tools\"" testAppendAlias "ESPIDFTOOLS_INSTALLDIR" "export ESPIDFTOOLS_INSTALLDIR=\"$installDir/esp-idf-tools\""
testAppendAlias "get-esp-tools" "alias get-esp-tools='. $exportScript'" testAppendAlias "get-esp-tools" "alias get-esp-tools='. $exportScript'"
testAppendAlias "run-esp-cmd" "alias run-esp-cmd='bash $runningDir/esp-idf-tools-cmd.sh'" testAppendAlias "run-esp-cmd" "alias run-esp-cmd='bash $runningDir/esp-idf-tools-cmd.sh'"
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
+75 -75
View File
@@ -1,76 +1,76 @@
nuke: nuke:
no --single-branch no --single-branch
Git clone completed in 566 seconds Git clone completed in 566 seconds
Installer completed in 251 seconds Installer completed in 251 seconds
Extra tools installer completed in 138 seconds Extra tools installer completed in 138 seconds
reinstall completed in 957 seconds reinstall completed in 957 seconds
with --single-branch with --single-branch
Git CLONE completed in 398 seconds # markedly faster Git CLONE completed in 398 seconds # markedly faster
Installer completed in 277 seconds # slightly slower Installer completed in 277 seconds # slightly slower
Extra tools installer completed in 169 seconds # slighly slower Extra tools installer completed in 169 seconds # slighly slower
reinstall completed in 846 seconds # still a bit faster reinstall completed in 846 seconds # still a bit faster
further study is required further study is required
exportCatChk exportCatChk
pkgInstallChk # doesnt always runnn pkgInstallChk # doesnt always runnn
gitChk # is set by eithr clone or pull gitChk # is set by eithr clone or pull
installChk installChk
toolsInstallChk # usually errors~ toolsInstallChk # usually errors~
exportSedReturnChk exportSedReturnChk
exportSedVersionChk exportSedVersionChk
exportSedDateChk exportSedDateChk
exportSedHashChk exportSedHashChk
aliasRunEspReinstallChk aliasRunEspReinstallChk
aliasEspMonitorchk aliasEspMonitorchk
aliasEspLogsChk aliasEspLogsChk
aliasInstallDirChk aliasInstallDirChk
x warnChk // after loop of warning users x warnChk // after loop of warning users
x logoutChk // after loop of logging out users x logoutChk // after loop of logging out users
x gitLogChk // after apppending the git log to $versionData x gitLogChk // after apppending the git log to $versionData
x gitHashChk // on get git hash x gitHashChk // on get git hash
x rmIdfDirChk // on delete esp-idf dir x rmIdfDirChk // on delete esp-idf dir
x rmEspressifChk // on delete .espressif dir x rmEspressifChk // on delete .espressif dir
x mkInstallDirChk // on create install dir x mkInstallDirChk // on create install dir
x restoreExportScriptChk // on restoring the export.sh.bak x restoreExportScriptChk // on restoring the export.sh.bak
x rmExportScriptCh // on deleting export script x rmExportScriptCh // on deleting export script
x backupExportScriptChk // on backing up the new export.sh.bak x backupExportScriptChk // on backing up the new export.sh.bak
x customBinExecChk // on making custom scripts executable x customBinExecChk // on making custom scripts executable
x cpCustomBinChk // copying the new custom scripts x cpCustomBinChk // copying the new custom scripts
x rmCustomBinChk // on delete custom bins dir x rmCustomBinChk // on delete custom bins dir
sleepChk // on wake from sleep\ sleepChk // on wake from sleep\
# default values for retcodes # default values for retcodes
exportCatChk=0 exportCatChk=0
pkgInstallChk=0 pkgInstallChk=0
gitChk=0 gitChk=0
installChk=0 installChk=0
toolsInstallChk=0 toolsInstallChk=0
exportSedReturnChk=0 exportSedReturnChk=0
exportSedVersionChk=0 exportSedVersionChk=0
exportSedDateChk=0 exportSedDateChk=0
exportSedHashChk=0 exportSedHashChk=0
aliasRunEspReinstallChk=0 aliasRunEspReinstallChk=0
aliasEspMonitorchk=0 aliasEspMonitorchk=0
aliasEspLogsChk=0 aliasEspLogsChk=0
aliasInstallDirChk=0 aliasInstallDirChk=0
warnChk=0 warnChk=0
logoutChk=0 logoutChk=0
gitLogChk=0 gitLogChk=0
gitHashChk=0 gitHashChk=0
rmIdfDirChk=0 rmIdfDirChk=0
rmEspressifChk=0 rmEspressifChk=0
mkInstallDirChk=0 mkInstallDirChk=0
restoreExportScriptChk=0 restoreExportScriptChk=0
rmExportScriptChk=0 rmExportScriptChk=0
backupExportScriptChk=0 backupExportScriptChk=0
customBinExecChk=0 customBinExecChk=0
cpCustomBinChk=0 cpCustomBinChk=0
rmCustomBinChk=0 rmCustomBinChk=0
sleepChk=0 sleepChk=0
rmExportBackupChk=0 rmExportBackupChk=0
shutdown -k "message" // send out warning and disable logins, but do not shutdown shutdown -k "message" // send out warning and disable logins, but do not shutdown
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File