Commit Graph

10 Commits

Author SHA1 Message Date
David Holdeman c4e4d5fa7c
Fix 1575 (#1578)
* remove no_asserts version

* add quotes to fix extra underscore

* add bundle name to primary bundle
2020-07-06 18:46:26 -04:00
rusefi 585b0f8011 generated 2020-07-06 01:06:27 -04:00
rusefi 4902bf9cab ooooops 2020-07-05 23:54:43 -04:00
rusefi b4955da576 # just for now - DFU work in progress 2020-07-05 21:23:06 -04:00
rusefi a9c79a1dd6 removing drivers from update bundle 2020-07-05 14:45:12 -04:00
rusefi 7df5795dcd removing drivers from update bundle 2020-07-05 14:43:56 -04:00
rusefi 4fde0f20cc drivers not needed in autoupdate bundle 2020-07-02 23:29:49 -04:00
rusefi a95a0a473d making things a bit less confusing? 2020-07-01 23:39:09 -04:00
rusefi caf740a2f3 trying to fix autoupdate .zip 2020-07-01 23:38:04 -04:00
David Holdeman b4807708c8
Convert jenkins build_extra_bundles scripts to sh (#1554)
* Add checkout

* remove empty with statement

* Actually we do need push depth

* convert build_working_folder

* convert prepare_bundle

* fixed extension

* fixed closing bracket

* fixed comparison and assignments

* no comment

* convert compile_and_upload and clean

* convert build_simulator

* Finish converting build_working_folder

* convert build_java_console

* Add hashbangs

* remove findcyg instruction

* changed paths

* remove call

* add path

* fixed script names

* add prams

* fix cd

* convert clean_env_variables

* convert common_make.sh

* Added linux hex2dfu binary

* add file extension to linux hex2dfu

* add file extension to linux hex2dfu

* remove spurious paren

* fixed board name

* convert compile-frankenso-na6

* convert compile-frankenso-pal

* add hashbang

* convert compile-kinetis

* convert compile-mre-f4

* convert compile-mre-f4-hardware-QC-special-build

* convert compile-mre-f4-slave

* convert compile-mre-f7

* convert compile-mre-f7-test

* switch to underscores

* converting boards to sh

* convert prometheus

* convert proteus

* fixed path

* switch to underscores

* chmod and add extension

* add quotes

* Add check for Windows

* Add chmod

* fix script name

* fix error checking

* quote vars

* remove checking from batch shims

* fix typo

* change error checking to support nix style error codes

* switch to 1 retval

* cd back to firmware

* Add escapes

* change from cd to rel path

* add p flags to mkdir

Co-authored-by: David Holdeman <David Holdeman>
2020-07-01 14:09:01 -04:00