Bump to 3.3.003
This commit is contained in:
parent
faad212a43
commit
96ffaf8f40
2 changed files with 10 additions and 10 deletions
|
@ -6,7 +6,7 @@ Orignal project: https://github.com/openvehicles/Open-Vehicle-Monitoring-System-
|
||||||
|
|
||||||
## Firmware-Version
|
## 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
|
## To-Do List
|
||||||
|
|
||||||
- [X] Integrate my server to assistant and server recommendation and add CA as well
|
- [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.
|
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
|
Example
|
||||||
> Version string: 3.3.002-cs131 <br>
|
> Version string: 3.3.003-cs131 <br>
|
||||||
> 3.3.002 = Original firmware my fork based on. <br>
|
> 3.3.003 = Original firmware my fork based on. <br>
|
||||||
> -cs131 = counting number of my version.
|
> -cs131 = counting number of my version.
|
||||||
|
|
||||||
## Build prerequisites
|
## Build prerequisites
|
||||||
|
|
14
jenkins.xml
14
jenkins.xml
|
@ -84,13 +84,13 @@ git submodule update</command>
|
||||||
<command>cd OVMS.V3/
|
<command>cd OVMS.V3/
|
||||||
cp support/sdkconfig.cs-${Build_Tag_Version}.hw31 sdkconfig
|
cp support/sdkconfig.cs-${Build_Tag_Version}.hw31 sdkconfig
|
||||||
source ../OVMS.V3-idf/export.sh
|
source ../OVMS.V3-idf/export.sh
|
||||||
git tag 3.3.002-cs${BUILD_NUMBER}
|
git tag 3.3.003-cs${BUILD_NUMBER}
|
||||||
make -j8
|
make -j8
|
||||||
git tag -d 3.3.002-cs${BUILD_NUMBER}</command>
|
git tag -d 3.3.003-cs${BUILD_NUMBER}</command>
|
||||||
<configuredLocalRules/>
|
<configuredLocalRules/>
|
||||||
</hudson.tasks.Shell>
|
</hudson.tasks.Shell>
|
||||||
<hudson.tasks.Shell>
|
<hudson.tasks.Shell>
|
||||||
<command>echo 3.3.002-cs${BUILD_NUMBER} > OVMS.V3/build/ovms3.ver
|
<command>echo 3.3.003-cs${BUILD_NUMBER} > OVMS.V3/build/ovms3.ver
|
||||||
echo ${GIT_COMMIT}-${GIT_BRANCH}-${Build_Tag_Version} >> OVMS.V3/build/ovms3.ver
|
echo ${GIT_COMMIT}-${GIT_BRANCH}-${Build_Tag_Version} >> OVMS.V3/build/ovms3.ver
|
||||||
echo ${GIT_URL} >> OVMS.V3/build/ovms3.ver
|
echo ${GIT_URL} >> OVMS.V3/build/ovms3.ver
|
||||||
echo Changes: >> OVMS.V3/build/ovms3.ver
|
echo Changes: >> OVMS.V3/build/ovms3.ver
|
||||||
|
@ -186,7 +186,7 @@ echo ${Changelog_L6} >> OVMS.V3/build/ovms3.ver</command>
|
||||||
<useSftpForExec>false</useSftpForExec>
|
<useSftpForExec>false</useSftpForExec>
|
||||||
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
|
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
|
||||||
<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>
|
<sourceFiles>OVMS.V3/build/bootloader/bootloader.bin</sourceFiles>
|
||||||
<excludes></excludes>
|
<excludes></excludes>
|
||||||
<removePrefix>OVMS.V3/build/bootloader/</removePrefix>
|
<removePrefix>OVMS.V3/build/bootloader/</removePrefix>
|
||||||
|
@ -203,7 +203,7 @@ echo ${Changelog_L6} >> OVMS.V3/build/ovms3.ver</command>
|
||||||
<useSftpForExec>false</useSftpForExec>
|
<useSftpForExec>false</useSftpForExec>
|
||||||
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
|
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
|
||||||
<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>
|
<sourceFiles>OVMS.V3/build/ovms3.bin</sourceFiles>
|
||||||
<excludes></excludes>
|
<excludes></excludes>
|
||||||
<removePrefix>OVMS.V3/build/</removePrefix>
|
<removePrefix>OVMS.V3/build/</removePrefix>
|
||||||
|
@ -220,7 +220,7 @@ echo ${Changelog_L6} >> OVMS.V3/build/ovms3.ver</command>
|
||||||
<useSftpForExec>false</useSftpForExec>
|
<useSftpForExec>false</useSftpForExec>
|
||||||
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
|
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
|
||||||
<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>
|
<sourceFiles>OVMS.V3/build/partitions.bin</sourceFiles>
|
||||||
<excludes></excludes>
|
<excludes></excludes>
|
||||||
<removePrefix>OVMS.V3/build/</removePrefix>
|
<removePrefix>OVMS.V3/build/</removePrefix>
|
||||||
|
@ -237,7 +237,7 @@ echo ${Changelog_L6} >> OVMS.V3/build/ovms3.ver</command>
|
||||||
<useSftpForExec>false</useSftpForExec>
|
<useSftpForExec>false</useSftpForExec>
|
||||||
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
|
</jenkins.plugins.publish__over__ssh.BapSshTransfer>
|
||||||
<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>
|
<sourceFiles>OVMS.V3/build/ovms3.ver</sourceFiles>
|
||||||
<excludes></excludes>
|
<excludes></excludes>
|
||||||
<removePrefix>OVMS.V3/build/</removePrefix>
|
<removePrefix>OVMS.V3/build/</removePrefix>
|
||||||
|
|
Loading…
Reference in a new issue