6-prerelease0

This commit is contained in:
2024-11-13 16:08:52 -07:00
parent 6ea5a6ba46
commit ead87552eb
3 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ function testAppendAlias() {
function handleAliasEnviron() { function handleAliasEnviron() {
testAppendAlias "get_idf" "alias get_idf='. $exportScript'" testAppendAlias "get_idf" "alias get_idf='. $exportScript'"
testAppendAlias "run_esp_reinstall" "alias run_esp_reinstall='git -C $runningDir pull; echo -e \"\nVersion:\"; cat $runningDir/version.txt; echo -e \"\n\" bash $runningDir/reinstall-esp-idf.sh '" testAppendAlias "run_esp_reinstall" "alias run_esp_reinstall='git -C $runningDir pull;echo -e \"\nVersion:\";cat $runningDir/version.txt;echo -e \"\n\";bash $runningDir/reinstall-esp-idf.sh '"
testAppendAlias "esp_monitor" "alias esp_monitor='tail -n 75 -f $installDir/install.log'" testAppendAlias "esp_monitor" "alias esp_monitor='tail -n 75 -f $installDir/install.log'"
testAppendAlias "esp_logs" "alias esp_logs='less $installDir/install.log; less $installDir/version-data.txt'" testAppendAlias "esp_logs" "alias esp_logs='less $installDir/install.log; less $installDir/version-data.txt'"
+15 -14
View File
@@ -33,20 +33,20 @@ testan:
x bash reinstall-esp-idf.sh --help x bash reinstall-esp-idf.sh --help
x bash reinstall-esp-idf.sh -h x bash reinstall-esp-idf.sh -h
x bash reinstall-esp-idf.sh h x bash reinstall-esp-idf.sh h
x bash reinstall-esp-idf.sh test bash reinstall-esp-idf.sh test
x bash reinstall-esp-idf.sh t bash reinstall-esp-idf.sh t
x bash reinstall-esp-idf.sh retool bash reinstall-esp-idf.sh retool
x bash reinstall-esp-idf.sh rt bash reinstall-esp-idf.sh rt
x bash reinstall-esp-idf.sh bash reinstall-esp-idf.sh
x bash reinstall-esp-idf.sh clearlogs bash reinstall-esp-idf.sh clearlogs
x bash reinstall-esp-idf.sh clear bash reinstall-esp-idf.sh clear
x bash reinstall-esp-idf.sh cl bash reinstall-esp-idf.sh cl
x bash reinstall-esp-idf.sh interactive bash reinstall-esp-idf.sh interactive
x bash reinstall-esp-idf.sh i bash reinstall-esp-idf.sh i
x bash reinstall-esp-idf.sh nuke bash reinstall-esp-idf.sh nuke
x bash reinstall-esp-idf.sh n bash reinstall-esp-idf.sh n
x bash reinstall-esp-idf.sh cron bash reinstall-esp-idf.sh cron
x bash reinstall-esp-idf.sh c bash reinstall-esp-idf.sh c
mayhaps support bash? mayhaps support bash?
@@ -54,6 +54,7 @@ figure out how to message users properly
bug: duplicate export added to export.sh bug: duplicate export added to export.sh
involves testExport prolly lol involves testExport prolly lol
# nuke and retool working fine for sure
verbosity levels? verbosity levels?
less verbose on git commands and installers? less verbose on git commands and installers?
+1 -1
View File
@@ -1 +1 @@
61-rc4.6 6-prerelease0