OpenDelta: Adapt configs for YAAP

This commit is contained in:
Ido Ben-Hur 2020-10-28 15:48:46 +02:00
parent 96ab5c6225
commit 475166fab5
No known key found for this signature in database
GPG Key ID: 0B827201D8C20BFE
1 changed files with 8 additions and 8 deletions

View File

@ -8,31 +8,31 @@
<string name="property_version">ro.modversion</string>
<!-- Property to read for device identifier -->
<string name="property_device">ro.derp.device</string>
<string name="property_device">ro.build.product</string>
<!-- %s is expanded to property_version value. .zip, .delta, .update, .sign extensions added when needed -->
<string name="filename_base">DerpFest-%s</string>
<string name="filename_base">YAAP-%s</string>
<!-- Path deltas are stored, relative to sdcard root -->
<string name="path_base">OpenDelta</string>
<!-- URL base to find .delta files, %s is expanded to property_device value. Path is suffixed by (expanded) filename_base -->
<string name="url_base_delta">https://get.derpfest.org/%s/builds/delta</string>
<string name="url_base_delta">https://mirror.codebucket.de/yaap/%s/delta</string>
<!-- URL base to find .update and .sign files, %s is expanded to property_device value. Path is suffixed by (expanded) filename_base -->
<string name="url_base_update"></string>
<string name="url_base_update">https://mirror.codebucket.de/yaap/%s/</string>
<!-- URL base to find the full zip files, %s is replaced to be property_device value. -->
<string name="url_base_full">https://get.derpfest.org/%s/builds/</string>
<string name="url_base_full">https://mirror.codebucket.de/yaap/%s/</string>
<!-- URL base to find the full zip md5 files, %s is replaced to be property_device value. -->
<string name="url_base_full_md5">https://get.derpfest.org/%s/md5/</string>
<string name="url_base_full_md5">https://mirror.codebucket.de/yaap/%s/</string>
<!-- URL base suffix - Used only for download -->
<string name="url_base_suffix"></string>
<!-- URL base to fetch all builds. %s is replaced by (expanded) property_device -->
<string name="url_base_json">https://raw.githubusercontent.com/DerpLab/Updater-Stuff/master/%s/%s.json</string>
<string name="url_base_json" formatted="false">https://raw.githubusercontent.com/yaap/ota-info/master/%s/%s.json</string>
<!-- Applies whole-file signature delta. Adds one extra delta step. Required if recovery verifies signatures -->
<item name="apply_signature" type="bool">false</item>
@ -61,7 +61,7 @@
</string-array>
<string name="official_version_tag">Official</string>
<string name="weekly_version_tag">CI</string>
<string name="weekly_version_tag">Alpha</string>
<string name="security_version_tag">SECURITY_RELEASE</string>
<string name="android_version">ro.build.version.release</string>