File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1118
1118
<target name =" package-library-index-json-bundle" >
1119
1119
<mkdir dir =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/" />
1120
1120
1121
+ <get src =" http://downloads.arduino.cc/packages/test_package_arm_index.json" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/package_index.json" verbose =" true" skipexisting =" false" />
1122
+ <!--
1121
1123
<get src="http://downloads.arduino.cc/packages/package_index.json.gz" dest="${staging_folder}/work/${staging_hardware_folder}/../dist/" verbose="true" skipexisting="false" />
1122
1124
<gunzip src="${staging_folder}/work/${staging_hardware_folder}/../dist/package_index.json.gz" dest="${staging_folder}/work/${staging_hardware_folder}/../dist/"/>
1123
1125
<delete file="${staging_folder}/work/${staging_hardware_folder}/../dist/package_index.json.gz"/>
1124
-
1126
+ -->
1125
1127
<get src =" http://downloads.arduino.cc/packages/package_index.json.sig" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/" verbose =" true" skipexisting =" false" />
1126
1128
1127
1129
<get src =" http://downloads.arduino.cc/libraries/library_index.json.gz" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/" verbose =" true" skipexisting =" false" />
Original file line number Diff line number Diff line change @@ -31,5 +31,7 @@ if [[ "$@" != *"--upload"* && "$@" != *"--verify"* && "$@" != *"--get-pref"* &&
31
31
JAVA_OPTIONS+=(" -splash:$APPDIR /lib/splash.png" )
32
32
fi
33
33
34
+ JAVA_OPTIONS+=(" -DPACKAGE_INDEX_URL=http://downloads.arduino.cc/packages/test_package_arm_index.json" )
35
+
34
36
" $JAVA " " ${JAVA_OPTIONS[@]} " processing.app.Base " $@ "
35
37
Original file line number Diff line number Diff line change @@ -275,4 +275,4 @@ editor.languages.current =
275
275
276
276
# Disable signature check on packages_index.json, use only for
277
277
# development/debugging purposes. Do not enable in production.
278
- # allow_insecure_packages=true
278
+ allow_insecure_packages=true
You can’t perform that action at this time.
0 commit comments