From 29d955a558ff249fa725d9c22350501afc14b0e0 Mon Sep 17 00:00:00 2001 From: Jackeagle Date: Mon, 22 Jul 2024 08:47:34 +0530 Subject: [PATCH] Easy-Installer: Migrate /dev -> /community and /stable -> /official Signed-off-by: Jackeagle --- flash-scripts/linux/store-rom-info.sh | 2 +- flash-scripts/windows/store-rom-info.bat | 2 +- src/main/resources/yaml/FP3_fs.yml | 2 +- src/main/resources/yaml/FP4_fs.yml | 2 +- src/main/resources/yaml/GS290_fs.yml | 2 +- src/main/resources/yaml/OnePlus7Pro_fs.yml | 6 +++--- src/main/resources/yaml/OnePlus7T_fs.yml | 6 +++--- src/main/resources/yaml/OnePlus8Pro_fs.yml | 6 +++--- src/main/resources/yaml/OnePlus8_fs.yml | 6 +++--- src/main/resources/yaml/OnePlusNord_fs.yml | 4 ++-- src/main/resources/yaml/Teracube_2e_fs.yml | 2 +- src/main/resources/yaml/bramble_fs.yml | 4 ++-- src/main/resources/yaml/coral_fs.yml | 4 ++-- src/main/resources/yaml/dream2lte_fs.yml | 4 ++-- src/main/resources/yaml/dreamlte_fs.yml | 4 ++-- src/main/resources/yaml/emerald_fs.yml | 2 +- src/main/resources/yaml/flame_fs.yml | 4 ++-- src/main/resources/yaml/hero2lte_fs.yml | 4 ++-- src/main/resources/yaml/herolte_fs.yml | 4 ++-- src/main/resources/yaml/redfin_fs.yml | 6 +++--- src/main/resources/yaml/star2lte_fs.yml | 4 ++-- src/main/resources/yaml/starlte_fs.yml | 4 ++-- src/main/resources/yaml/sunfish_fs.yml | 4 ++-- 23 files changed, 44 insertions(+), 44 deletions(-) diff --git a/flash-scripts/linux/store-rom-info.sh b/flash-scripts/linux/store-rom-info.sh index f84dee3b..529096e6 100755 --- a/flash-scripts/linux/store-rom-info.sh +++ b/flash-scripts/linux/store-rom-info.sh @@ -48,7 +48,7 @@ SECURITY_PATCH=${ARCHIVE_FOLDER_PATH}""${device_model}"-security-patch" DEVICE_STATE=${ARCHIVE_FOLDER_PATH}""${device_model}"-device-state" MURENA_ROM_INFO=${ARCHIVE_FOLDER_PATH}""${device_model}"-rom-info" -curl -o $MURENA_ROM_INFO https://images.ecloud.global/stable/FP4/e-latest-FP4.zip.prop +curl -o $MURENA_ROM_INFO https://images.ecloud.global/official/FP4/e-latest-FP4.zip.prop MURENA__SECURITY_PATCH=`sed -n 's/^ro.build.version.security_patch=//p' $MURENA_ROM_INFO` expr "$MURENA__SECURITY_PATCH" : '\(^[0-9]\{4\}-\(0[1-9]\|1[012]\)-\(0[1-9]\|[12][0-9]\|3[01]\)$\)' && echo "MURENA__SECURITY_PATCH is valid!" || exit 1 diff --git a/flash-scripts/windows/store-rom-info.bat b/flash-scripts/windows/store-rom-info.bat index db0597ce..753a3f4c 100644 --- a/flash-scripts/windows/store-rom-info.bat +++ b/flash-scripts/windows/store-rom-info.bat @@ -58,7 +58,7 @@ set SECURITY_PATCH=%ARCHIVE_FOLDER_PATH%%device_model%-security-patch" set DEVICE_STATE=%ARCHIVE_FOLDER_PATH%%device_model%-device-state" set MURENA_ROM_INFO=%ARCHIVE_FOLDER_PATH%%device_model%-rom-info" -bitsadmin.exe /transfer "RomInfo" https://images.ecloud.global/stable/FP4/e-latest-FP4.zip.prop %MURENA_ROM_INFO% > nul +bitsadmin.exe /transfer "RomInfo" https://images.ecloud.global/official/FP4/e-latest-FP4.zip.prop %MURENA_ROM_INFO% > nul :: For FP4 on stock ROM the key [ro.build.flavor] returns [qssi-user]. :: On Murena OS: returns [lineage_FP4-userdebug] diff --git a/src/main/resources/yaml/FP3_fs.yml b/src/main/resources/yaml/FP3_fs.yml index 59d0bc8a..2136fa83 100644 --- a/src/main/resources/yaml/FP3_fs.yml +++ b/src/main/resources/yaml/FP3_fs.yml @@ -16,5 +16,5 @@ --- sources: rom: - url: https://images.ecloud.global/stable/FP3/IMG-e-latest-t-FP3.zip + url: https://images.ecloud.global/official/FP3/IMG-e-latest-t-FP3.zip filePath: IMG-e-latest-t-FP3.zip diff --git a/src/main/resources/yaml/FP4_fs.yml b/src/main/resources/yaml/FP4_fs.yml index 64eb978e..1772015a 100644 --- a/src/main/resources/yaml/FP4_fs.yml +++ b/src/main/resources/yaml/FP4_fs.yml @@ -16,5 +16,5 @@ --- sources: rom: - url: https://images.ecloud.global/stable/FP4/IMG-e-latest-t-FP4.zip + url: https://images.ecloud.global/official/FP4/IMG-e-latest-t-FP4.zip filePath: IMG-e-latest-t-FP4.zip diff --git a/src/main/resources/yaml/GS290_fs.yml b/src/main/resources/yaml/GS290_fs.yml index e741301d..21a4ef84 100644 --- a/src/main/resources/yaml/GS290_fs.yml +++ b/src/main/resources/yaml/GS290_fs.yml @@ -16,5 +16,5 @@ --- sources: rom: - url: https://images.ecloud.global/stable/GS290/IMG-e-latest-s-GS290.zip + url: https://images.ecloud.global/official/GS290/IMG-e-latest-s-GS290.zip filePath: IMG-e-latest-s-GS290.zip diff --git a/src/main/resources/yaml/OnePlus7Pro_fs.yml b/src/main/resources/yaml/OnePlus7Pro_fs.yml index 48f9853e..2d7cc55a 100644 --- a/src/main/resources/yaml/OnePlus7Pro_fs.yml +++ b/src/main/resources/yaml/OnePlus7Pro_fs.yml @@ -16,11 +16,11 @@ --- sources: rom: - url: https://images.ecloud.global/dev/guacamole/e-latest-t-guacamole.zip + url: https://images.ecloud.global/community/guacamole/e-latest-t-guacamole.zip filePath: e-latest-t-guacamole.zip twrp: - url: https://images.ecloud.global/dev/guacamole/recovery-IMG-e-latest-t-guacamole.zip + url: https://images.ecloud.global/community/guacamole/recovery-IMG-e-latest-t-guacamole.zip filePath: recovery-IMG-e-latest-t-guacamole.img patch: - url: https://images.ecloud.global/stable/copy-partitions-20210323_1922.zip + url: https://images.ecloud.global/official/copy-partitions-20210323_1922.zip filePath: copy-partitions-20210323_1922.zip diff --git a/src/main/resources/yaml/OnePlus7T_fs.yml b/src/main/resources/yaml/OnePlus7T_fs.yml index 6f9469fd..55c5497f 100644 --- a/src/main/resources/yaml/OnePlus7T_fs.yml +++ b/src/main/resources/yaml/OnePlus7T_fs.yml @@ -16,11 +16,11 @@ --- sources: rom: - url: https://images.ecloud.global/dev/hotdogb/e-latest-t-hotdogb.zip + url: https://images.ecloud.global/community/hotdogb/e-latest-t-hotdogb.zip filePath: e-latest-t-hotdogb.zip twrp: - url: https://images.ecloud.global/dev/hotdogb/recovery-IMG-e-latest-t-hotdogb.zip + url: https://images.ecloud.global/community/hotdogb/recovery-IMG-e-latest-t-hotdogb.zip filePath: recovery-IMG-e-latest-t-hotdogb.zip patch: - url: https://images.ecloud.global/stable/copy-partitions-20210323_1922.zip + url: https://images.ecloud.global/official/copy-partitions-20210323_1922.zip filePath: copy-partitions-20210323_1922.zip diff --git a/src/main/resources/yaml/OnePlus8Pro_fs.yml b/src/main/resources/yaml/OnePlus8Pro_fs.yml index f78c4727..51ecaedb 100644 --- a/src/main/resources/yaml/OnePlus8Pro_fs.yml +++ b/src/main/resources/yaml/OnePlus8Pro_fs.yml @@ -16,11 +16,11 @@ --- sources: rom: - url: https://images.ecloud.global/dev/instantnoodlep/e-latest-t-instantnoodlep.zip + url: https://images.ecloud.global/community/instantnoodlep/e-latest-t-instantnoodlep.zip filePath: e-latest-t-instantnoodlep.zip twrp: - url: https://images.ecloud.global/dev/instantnoodlep/recovery-IMG-e-latest-t-instantnoodlep.zip + url: https://images.ecloud.global/community/instantnoodlep/recovery-IMG-e-latest-t-instantnoodlep.zip filePath: recovery-e-latest-t-instantnoodlep.img patch: - url: https://images.ecloud.global/stable/copy-partitions-20210323_1922.zip + url: https://images.ecloud.global/official/copy-partitions-20210323_1922.zip filePath: copy-partitions-20210323_1922.zip diff --git a/src/main/resources/yaml/OnePlus8_fs.yml b/src/main/resources/yaml/OnePlus8_fs.yml index 37751291..53bd8e83 100644 --- a/src/main/resources/yaml/OnePlus8_fs.yml +++ b/src/main/resources/yaml/OnePlus8_fs.yml @@ -16,11 +16,11 @@ --- sources: rom: - url: https://images.ecloud.global/dev/instantnoodle/e-latest-t-instantnoodle.zip + url: https://images.ecloud.global/community/instantnoodle/e-latest-t-instantnoodle.zip filePath: e-latest-t-instantnoodle.zip twrp: - url: https://images.ecloud.global/dev/instantnoodle/recovery-IMG-e-latest-t-instantnoodle.zip + url: https://images.ecloud.global/community/instantnoodle/recovery-IMG-e-latest-t-instantnoodle.zip filePath: recovery-IMG-e-latest-t-instantnoodle.zip patch: - url: https://images.ecloud.global/stable/copy-partitions-20210323_1922.zip + url: https://images.ecloud.global/official/copy-partitions-20210323_1922.zip filePath: copy-partitions-20210323_1922.zip diff --git a/src/main/resources/yaml/OnePlusNord_fs.yml b/src/main/resources/yaml/OnePlusNord_fs.yml index 58bd8f92..c35babd8 100644 --- a/src/main/resources/yaml/OnePlusNord_fs.yml +++ b/src/main/resources/yaml/OnePlusNord_fs.yml @@ -16,8 +16,8 @@ --- sources: rom: - url: https://images.ecloud.global/stable/avicii/e-latest-s-avicii.zip + url: https://images.ecloud.global/official/avicii/e-latest-s-avicii.zip filePath: e-latest-s-avicii.zip twrp: - url: https://images.ecloud.global/stable/avicii/recovery-IMG-e-latest-s-avicii.zip + url: https://images.ecloud.global/official/avicii/recovery-IMG-e-latest-s-avicii.zip filePath: recovery-IMG-e-latest-s-avicii.zip diff --git a/src/main/resources/yaml/Teracube_2e_fs.yml b/src/main/resources/yaml/Teracube_2e_fs.yml index 33ee33e9..8bd97144 100644 --- a/src/main/resources/yaml/Teracube_2e_fs.yml +++ b/src/main/resources/yaml/Teracube_2e_fs.yml @@ -16,5 +16,5 @@ --- sources: rom: - url: https://images.ecloud.global/stable/zirconia/IMG-e-latest-s-zirconia.zip + url: https://images.ecloud.global/official/zirconia/IMG-e-latest-s-zirconia.zip filePath: IMG-e-latest-s-zirconia.zip diff --git a/src/main/resources/yaml/bramble_fs.yml b/src/main/resources/yaml/bramble_fs.yml index 83591974..a0dd4c70 100644 --- a/src/main/resources/yaml/bramble_fs.yml +++ b/src/main/resources/yaml/bramble_fs.yml @@ -16,8 +16,8 @@ --- sources: rom: - url: https://images.ecloud.global/dev/bramble/e-latest-t-bramble.zip + url: https://images.ecloud.global/community/bramble/e-latest-t-bramble.zip filePath: e-latest-t-bramble.zip twrp: - url: https://images.ecloud.global/dev/bramble/recovery-IMG-e-latest-t-bramble.img + url: https://images.ecloud.global/community/bramble/recovery-IMG-e-latest-t-bramble.img filePath: recovery-IMG-e-latest-t-bramble.img diff --git a/src/main/resources/yaml/coral_fs.yml b/src/main/resources/yaml/coral_fs.yml index f345d86f..3bf51793 100644 --- a/src/main/resources/yaml/coral_fs.yml +++ b/src/main/resources/yaml/coral_fs.yml @@ -16,9 +16,9 @@ --- sources: rom: - url: https://images.ecloud.global/dev/coral/e-latest-t-coral.zip + url: https://images.ecloud.global/community/coral/e-latest-t-coral.zip filePath: e-latest-t-coral.zip twrp: - url: https://images.ecloud.global/dev/coral/recovery-IMG-latest-t-coral.zip + url: https://images.ecloud.global/community/coral/recovery-IMG-latest-t-coral.zip filePath: recovery-IMG-e-latest-t-coral.zip diff --git a/src/main/resources/yaml/dream2lte_fs.yml b/src/main/resources/yaml/dream2lte_fs.yml index f3f9c9fd..63714a17 100644 --- a/src/main/resources/yaml/dream2lte_fs.yml +++ b/src/main/resources/yaml/dream2lte_fs.yml @@ -16,8 +16,8 @@ --- sources: rom: - url: https://images.ecloud.global/stable/dream2lte/e-latest-r-dream2lte.zip + url: https://images.ecloud.global/official/dream2lte/e-latest-r-dream2lte.zip filePath: e-latest-r-dream2lte.zip twrp: - url: https://images.ecloud.global/stable/dream2lte/recovery-e-latest-r-dream2lte.img + url: https://images.ecloud.global/official/dream2lte/recovery-e-latest-r-dream2lte.img filePath: recovery-e-latest-r-dream2lte.img \ No newline at end of file diff --git a/src/main/resources/yaml/dreamlte_fs.yml b/src/main/resources/yaml/dreamlte_fs.yml index c618bb5c..b15f0c4a 100644 --- a/src/main/resources/yaml/dreamlte_fs.yml +++ b/src/main/resources/yaml/dreamlte_fs.yml @@ -16,8 +16,8 @@ --- sources: rom: - url: https://images.ecloud.global/stable/dreamlte/e-latest-r-dreamlte.zip + url: https://images.ecloud.global/official/dreamlte/e-latest-r-dreamlte.zip filePath: e-latest-r-dreamlte.zip twrp: - url: https://images.ecloud.global/stable/dreamlte/recovery-e-latest-r-dreamlte.img + url: https://images.ecloud.global/official/dreamlte/recovery-e-latest-r-dreamlte.img filePath: recovery-e-latest-r-dreamlte.img \ No newline at end of file diff --git a/src/main/resources/yaml/emerald_fs.yml b/src/main/resources/yaml/emerald_fs.yml index ef2dcbe3..2f6dde5f 100644 --- a/src/main/resources/yaml/emerald_fs.yml +++ b/src/main/resources/yaml/emerald_fs.yml @@ -16,5 +16,5 @@ --- sources: rom: - url: https://images.ecloud.global/stable/emerald/IMG-e-latest-s-emerald.zip + url: https://images.ecloud.global/official/emerald/IMG-e-latest-s-emerald.zip filePath: IMG-e-latest-s-emerald.zip diff --git a/src/main/resources/yaml/flame_fs.yml b/src/main/resources/yaml/flame_fs.yml index 259694a8..d8d3fef4 100644 --- a/src/main/resources/yaml/flame_fs.yml +++ b/src/main/resources/yaml/flame_fs.yml @@ -16,8 +16,8 @@ --- sources: rom: - url: https://images.ecloud.global/dev/flame/e-latest-s-flame.zip + url: https://images.ecloud.global/community/flame/e-latest-s-flame.zip filePath: e-latest-s-flame.zip twrp: - url: https://images.ecloud.global/dev/flame/recovery-e-latest-s-flame.img + url: https://images.ecloud.global/community/flame/recovery-e-latest-s-flame.img filePath: recovery-e-latest-s-flame.img diff --git a/src/main/resources/yaml/hero2lte_fs.yml b/src/main/resources/yaml/hero2lte_fs.yml index 13032056..5c88bf30 100644 --- a/src/main/resources/yaml/hero2lte_fs.yml +++ b/src/main/resources/yaml/hero2lte_fs.yml @@ -16,8 +16,8 @@ --- sources: rom: - url: https://images.ecloud.global/stable/hero2lte/e-latest-s-hero2lte.zip + url: https://images.ecloud.global/official/hero2lte/e-latest-s-hero2lte.zip filePath: e-latest-s-hero2lte.zip twrp: - url: https://images.ecloud.global/stable/hero2lte/recovery-e-latest-s-hero2lte.img + url: https://images.ecloud.global/official/hero2lte/recovery-e-latest-s-hero2lte.img filePath: recovery-e-latest-s-hero2lte.img diff --git a/src/main/resources/yaml/herolte_fs.yml b/src/main/resources/yaml/herolte_fs.yml index 7d33f7fd..84faee71 100644 --- a/src/main/resources/yaml/herolte_fs.yml +++ b/src/main/resources/yaml/herolte_fs.yml @@ -16,8 +16,8 @@ --- sources: rom: - url: https://images.ecloud.global/stable/herolte/e-latest-s-herolte.zip + url: https://images.ecloud.global/official/herolte/e-latest-s-herolte.zip filePath: e-latest-s-herolte.zip twrp: - url: https://images.ecloud.global/stable/herolte/recovery-e-latest-s-herolte.img + url: https://images.ecloud.global/official/herolte/recovery-e-latest-s-herolte.img filePath: recovery-e-latest-s-herolte.img diff --git a/src/main/resources/yaml/redfin_fs.yml b/src/main/resources/yaml/redfin_fs.yml index 558220e8..bc81bdfe 100644 --- a/src/main/resources/yaml/redfin_fs.yml +++ b/src/main/resources/yaml/redfin_fs.yml @@ -16,12 +16,12 @@ --- sources: rom: - url: https://images.ecloud.global/stable/redfin/e-latest-t-redfin.zip + url: https://images.ecloud.global/official/redfin/e-latest-t-redfin.zip filePath: e-latest-t-redfin.zip twrp: - url: https://images.ecloud.global/stable/redfin/recovery-IMG-e-latest-t-redfin.zip + url: https://images.ecloud.global/official/redfin/recovery-IMG-e-latest-t-redfin.zip filePath: recovery-IMG-e-latest-t-redfin.zip patch: - url: https://images.ecloud.global/stable/pkmd_pixel.bin + url: https://images.ecloud.global/official/pkmd_pixel.bin filePath: pkmd_pixel.bin diff --git a/src/main/resources/yaml/star2lte_fs.yml b/src/main/resources/yaml/star2lte_fs.yml index cd3683ee..7fb6c808 100644 --- a/src/main/resources/yaml/star2lte_fs.yml +++ b/src/main/resources/yaml/star2lte_fs.yml @@ -16,8 +16,8 @@ --- sources: rom: - url: https://images.ecloud.global/stable/star2lte/e-latest-s-star2lte.zip + url: https://images.ecloud.global/official/star2lte/e-latest-s-star2lte.zip filePath: e-latest-s-star2lte.zip twrp: - url: https://images.ecloud.global/stable/star2lte/recovery-e-latest-s-star2lte.img + url: https://images.ecloud.global/official/star2lte/recovery-e-latest-s-star2lte.img filePath: recovery-e-latest-s-star2lte.img diff --git a/src/main/resources/yaml/starlte_fs.yml b/src/main/resources/yaml/starlte_fs.yml index ee7ce9a1..b47d73e0 100644 --- a/src/main/resources/yaml/starlte_fs.yml +++ b/src/main/resources/yaml/starlte_fs.yml @@ -16,8 +16,8 @@ --- sources: rom: - url: https://images.ecloud.global/stable/starlte/e-latest-s-starlte.zip + url: https://images.ecloud.global/official/starlte/e-latest-s-starlte.zip filePath: e-latest-s-starlte.zip twrp: - url: https://images.ecloud.global/stable/starlte/recovery-e-latest-s-starlte.img + url: https://images.ecloud.global/official/starlte/recovery-e-latest-s-starlte.img filePath: recovery-e-latest-s-starlte.img diff --git a/src/main/resources/yaml/sunfish_fs.yml b/src/main/resources/yaml/sunfish_fs.yml index f865cc8c..235cd797 100644 --- a/src/main/resources/yaml/sunfish_fs.yml +++ b/src/main/resources/yaml/sunfish_fs.yml @@ -16,8 +16,8 @@ --- sources: rom: - url: https://images.ecloud.global/dev/sunfish/e-latest-t-sunfish.zip + url: https://images.ecloud.global/community/sunfish/e-latest-t-sunfish.zip filePath: e-latest-t-sunfish.zip twrp: - url: https://images.ecloud.global/dev/sunfish/recovery-IMG-e-latest-t-sunfish.zip + url: https://images.ecloud.global/community/sunfish/recovery-IMG-e-latest-t-sunfish.zip filePath: recovery-IMG-e-latest-t-sunfish.zip -- GitLab