File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 952
952
<echo append =" true" file =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/builtin_tools_versions.txt" message =" arduino.avr-gcc=${ gcc_version } ${ line.separator } " />
953
953
954
954
<mkdir dir =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/" />
955
- <get src =" http://downloads.arduino.cc/packages/package_index.json" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/package_index.json" verbose =" true" skipexisting =" false" />
956
- <get src =" http://downloads.arduino.cc/packages/package_index.json.sig" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/package_index.json.sig" verbose =" true" skipexisting =" false" />
957
- <get src =" http://downloads.arduino.cc/libraries/library_index.json" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/library_index.json" verbose =" true" skipexisting =" false" />
955
+
956
+ <get src =" http://downloads.arduino.cc/packages/package_index.json.gz" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/" verbose =" true" skipexisting =" false" />
957
+ <gunzip src =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/package_index.json.gz" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/" />
958
+ <delete file =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/package_index.json.gz" />
959
+
960
+ <get src =" http://downloads.arduino.cc/packages/package_index.json.sig" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/" verbose =" true" skipexisting =" false" />
961
+
962
+ <get src =" http://downloads.arduino.cc/libraries/library_index.json.gz" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/" verbose =" true" skipexisting =" false" />
963
+ <gunzip src =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/library_index.json.gz" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/" />
964
+ <delete file =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/library_index.json.gz" />
958
965
959
966
<delete dir =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp" />
960
967
</target >
You can’t perform that action at this time.
0 commit comments