Bump to 3.3.003

This commit is contained in:
Carsten Schmiemann 2022-09-08 12:03:19 +02:00
parent faad212a43
commit 96ffaf8f40
2 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@ Orignal project: https://github.com/openvehicles/Open-Vehicle-Monitoring-System-
## Firmware-Version
The fork is fixed at Version 3.3.002 with their provided modified ESP-IDF
The fork is fixed at Version 3.3.003 with their provided modified ESP-IDF
## To-Do List
- [X] Integrate my server to assistant and server recommendation and add CA as well
@ -29,8 +29,8 @@ I will maintain main and edge version tag, please only flash main versions if yo
Firmware versions will be named like openvehicles ones. I will add a dash with a counting number so I can signal if an update is available. If I push my fork to newest version from openvehicles, I increase original Firmware number. I will integrate changes from openvehicles if there is a code change in the main firmware only.
Example
> Version string: 3.3.002-cs131 <br>
> 3.3.002 = Original firmware my fork based on. <br>
> Version string: 3.3.003-cs131 <br>
> 3.3.003 = Original firmware my fork based on. <br>
> -cs131 = counting number of my version.
## Build prerequisites

View File

@ -84,13 +84,13 @@ git submodule update</command>
<command>cd OVMS.V3/
cp support/sdkconfig.cs-${Build_Tag_Version}.hw31 sdkconfig
source ../OVMS.V3-idf/export.sh
git tag 3.3.002-cs${BUILD_NUMBER}
git tag 3.3.003-cs${BUILD_NUMBER}
make -j8
git tag -d 3.3.002-cs${BUILD_NUMBER}</command>
git tag -d 3.3.003-cs${BUILD_NUMBER}</command>
<configuredLocalRules/>
</hudson.tasks.Shell>
<hudson.tasks.Shell>
<command>echo 3.3.002-cs${BUILD_NUMBER} &gt; OVMS.V3/build/ovms3.ver
<command>echo 3.3.003-cs${BUILD_NUMBER} &gt; OVMS.V3/build/ovms3.ver
echo ${GIT_COMMIT}-${GIT_BRANCH}-${Build_Tag_Version} &gt;&gt; OVMS.V3/build/ovms3.ver
echo ${GIT_URL} &gt;&gt; OVMS.V3/build/ovms3.ver
echo Changes: &gt;&gt; OVMS.V3/build/ovms3.ver
@ -186,7 +186,7 @@ echo ${Changelog_L6} &gt;&gt; OVMS.V3/build/ovms3.ver</command>
<useSftpForExec>false</useSftpForExec>
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
<jenkins.plugins.publish__over__ssh.BapSshTransfer>
<remoteDirectory>v3.3/3.3.002-cs${BUILD_NUMBER}-${Build_Tag_Version}-${GIT_COMMIT}</remoteDirectory>
<remoteDirectory>v3.3/3.3.003-cs${BUILD_NUMBER}-${Build_Tag_Version}-${GIT_COMMIT}</remoteDirectory>
<sourceFiles>OVMS.V3/build/bootloader/bootloader.bin</sourceFiles>
<excludes></excludes>
<removePrefix>OVMS.V3/build/bootloader/</removePrefix>
@ -203,7 +203,7 @@ echo ${Changelog_L6} &gt;&gt; OVMS.V3/build/ovms3.ver</command>
<useSftpForExec>false</useSftpForExec>
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
<jenkins.plugins.publish__over__ssh.BapSshTransfer>
<remoteDirectory>v3.3/3.3.002-cs${BUILD_NUMBER}-${Build_Tag_Version}-${GIT_COMMIT}</remoteDirectory>
<remoteDirectory>v3.3/3.3.003-cs${BUILD_NUMBER}-${Build_Tag_Version}-${GIT_COMMIT}</remoteDirectory>
<sourceFiles>OVMS.V3/build/ovms3.bin</sourceFiles>
<excludes></excludes>
<removePrefix>OVMS.V3/build/</removePrefix>
@ -220,7 +220,7 @@ echo ${Changelog_L6} &gt;&gt; OVMS.V3/build/ovms3.ver</command>
<useSftpForExec>false</useSftpForExec>
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
<jenkins.plugins.publish__over__ssh.BapSshTransfer>
<remoteDirectory>v3.3/3.3.002-cs${BUILD_NUMBER}-${Build_Tag_Version}-${GIT_COMMIT}</remoteDirectory>
<remoteDirectory>v3.3/3.3.003-cs${BUILD_NUMBER}-${Build_Tag_Version}-${GIT_COMMIT}</remoteDirectory>
<sourceFiles>OVMS.V3/build/partitions.bin</sourceFiles>
<excludes></excludes>
<removePrefix>OVMS.V3/build/</removePrefix>
@ -237,7 +237,7 @@ echo ${Changelog_L6} &gt;&gt; OVMS.V3/build/ovms3.ver</command>
<useSftpForExec>false</useSftpForExec>
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
<jenkins.plugins.publish__over__ssh.BapSshTransfer>
<remoteDirectory>v3.3/3.3.002-cs${BUILD_NUMBER}-${Build_Tag_Version}-${GIT_COMMIT}</remoteDirectory>
<remoteDirectory>v3.3/3.3.003-cs${BUILD_NUMBER}-${Build_Tag_Version}-${GIT_COMMIT}</remoteDirectory>
<sourceFiles>OVMS.V3/build/ovms3.ver</sourceFiles>
<excludes></excludes>
<removePrefix>OVMS.V3/build/</removePrefix>