Closed bbito closed 6 years ago
Fuller description from: https://github.com/bbito/meta-doctor/releases/tag/0.01
The doctor-source feature utilizes a sub-script at /scripts/doctor-source
to provide 2 variables to meta-doctor scripts making it easy to change the protocol (http / https), source domain and wget
options for webOS doctor retrieval. This release marks initial release of the feature as discussed in this Issue thread: Provide Doctor URL flexibility
All preexisting scripts in the /scripts
directory that included hard-coded URLs to retrieve webOS Doctor jar files have been modified to use 2 variables provided by /scripts/doctor-source
:
DOCTOR_SOURCE_WGET_OPTS
(Array, Defaults to just -c)DOCTOR_SOURCE_DOMAIN
(String, This is actually Protocol + Domain)
Removes hard-coded (Palm) URLs from all existing scripts and adds a single script file (scripts/doctor-source) that can be used to change the source of Doctors for all scripts.