)]}'
{"id":"android_build~5445","triplet_id":"android_build~android-12.1~I66f1dc41c09c4cb8ebbd8ef37f5b510e3453c28c","project":"android_build","branch":"android-12.1","hashtags":[],"change_id":"I66f1dc41c09c4cb8ebbd8ef37f5b510e3453c28c","subject":"build: add option to create recovery installer zip","status":"NEW","created":"2022-04-11 22:34:06.000000000","updated":"2024-04-02 16:25:10.000000000","submit_type":"MERGE_IF_NECESSARY","submittable":false,"total_comment_count":1,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"6335bd278b9a8b00601f2a40a96b41f2110c65e2","_number":5445,"virtual_id_number":5445,"owner":{"_account_id":32,"name":"CaptainThrowback","email":"captainthrowback@hotmail.com","username":"CaptainThrowback"},"actions":{},"labels":{"Code-Review":{"values":{"-2":"This shall not be merged","-1":"I would prefer this is not merged as is"," 0":"No score","+1":"Looks good to me, but someone else must approve","+2":"Looks good to me, approved"},"description":"","default_value":0}},"removable_reviewers":[],"reviewers":{"CC":[{"_account_id":37,"name":"mauronofrio","email":"poronofrio@gmail.com","username":"mauronofrio"}]},"pending_reviewers":{},"reviewer_updates":[{"updated":"2022-04-11 22:34:06.000000000","updated_by":{"_account_id":32,"name":"CaptainThrowback","email":"captainthrowback@hotmail.com","username":"CaptainThrowback"},"reviewer":{"_account_id":37,"name":"mauronofrio","email":"poronofrio@gmail.com","username":"mauronofrio"},"state":"CC"}],"messages":[{"id":"9c4d458040fd8e380f88b07acee66869ad53fab4","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":32,"name":"CaptainThrowback","email":"captainthrowback@hotmail.com","username":"CaptainThrowback"},"date":"2022-04-11 22:34:06.000000000","message":"Uploaded patch set 1.","accounts_in_message":[],"_revision_number":1},{"id":"36febe0ef3cdc5af7de951e51abe7ae0077edc7f","author":{"_account_id":32,"name":"CaptainThrowback","email":"captainthrowback@hotmail.com","username":"CaptainThrowback"},"date":"2022-04-11 22:38:47.000000000","message":"Patch Set 1:\n\n(1 comment)","accounts_in_message":[],"_revision_number":1},{"id":"97f7f75d36fb5438a9b58b4ede9c8eec65009124","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":238,"name":"Nebrassy","email":"nebras30@gmail.com","username":"nebrassy"},"date":"2023-09-08 10:15:31.000000000","message":"Uploaded patch set 2: Patch Set 1 was rebased.","accounts_in_message":[],"_revision_number":2},{"id":"a1e4f5c26bfdc03cbedfb70126e19a88e7d03abd","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":32,"name":"CaptainThrowback","email":"captainthrowback@hotmail.com","username":"CaptainThrowback"},"date":"2024-04-02 15:12:32.000000000","message":"Patch Set 3: Published edit on patch set 2.","accounts_in_message":[],"_revision_number":3},{"id":"6335bd278b9a8b00601f2a40a96b41f2110c65e2","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":32,"name":"CaptainThrowback","email":"captainthrowback@hotmail.com","username":"CaptainThrowback"},"date":"2024-04-02 16:25:10.000000000","message":"Patch Set 4: Published edit on patch set 3.","accounts_in_message":[],"_revision_number":4}],"current_revision_number":4,"current_revision":"bc6dc83d3f6304df871f1a0f7903a485d199edd2","revisions":{"f9373a38483bf11f27ee6539bba1893ef89f9c13":{"kind":"REWORK","_number":1,"created":"2022-04-11 22:34:06.000000000","uploader":{"_account_id":32,"name":"CaptainThrowback","email":"captainthrowback@hotmail.com","username":"CaptainThrowback"},"ref":"refs/changes/45/5445/1","fetch":{"anonymous http":{"url":"https://gerrit.twrp.me/android_build","ref":"refs/changes/45/5445/1","commands":{"Branch":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/1 \u0026\u0026 git checkout -b change-5445 FETCH_HEAD","Checkout":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://gerrit.twrp.me/android_build refs/changes/45/5445/1","Reset To":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/1 \u0026\u0026 git reset --hard FETCH_HEAD"}}},"commit":{"parents":[{"commit":"aa50eec1d92dd41a82c8674b97592f7758219c73","subject":"build: Respect fs_config when generating recovery ramdisk"}],"author":{"name":"Mauronofrio Matarrese","email":"poronofrio@gmail.com","date":"2021-12-18 18:40:08.000000000","tz":-300},"committer":{"name":"Captain Throwback","email":"captainthrowback@hotmail.com","date":"2022-04-11 16:55:09.000000000","tz":-240},"subject":"build: add option to create recovery installer zip","message":"build: add option to create recovery installer zip\n\nAdd construction of the recovery installer in compilation processes\n(for A/B devices)\n\nThis function allows you to automatically create a flashable zip\ninstaller for devices with A/B slots (generally the devices that support\nseamless updates).\n\nTo do this set:\nUSE_RECOVERY_INSTALLER :\u003d true in BoardConfig\n(or you can also export it during the compilation)\nand\nRECOVERY_INSTALLER_PATH to the path where the installer template is\nstored or synced.\nExample:\nRECOVERY_INSTALLER_PATH :\u003d bootable/recovery/installer\n\nAt the end of the compilation process, the out folder will contain the\nnew zip.\n\nTWRP A/B Installer Zip Template:\nhttps://github.com/osm0sis/twrp_abtemplate\n\nChange-Id: I66f1dc41c09c4cb8ebbd8ef37f5b510e3453c28c\n"},"branch":"refs/heads/android-12.1"},"b7a0cfed24baf794f1d658bb2e0e22d98d2ae5bb":{"kind":"TRIVIAL_REBASE","_number":2,"created":"2023-09-08 10:15:31.000000000","uploader":{"_account_id":238,"name":"Nebrassy","email":"nebras30@gmail.com","username":"nebrassy"},"ref":"refs/changes/45/5445/2","fetch":{"anonymous http":{"url":"https://gerrit.twrp.me/android_build","ref":"refs/changes/45/5445/2","commands":{"Branch":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/2 \u0026\u0026 git checkout -b change-5445 FETCH_HEAD","Checkout":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/2 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/2 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/2 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://gerrit.twrp.me/android_build refs/changes/45/5445/2","Reset To":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/2 \u0026\u0026 git reset --hard FETCH_HEAD"}}},"commit":{"parents":[{"commit":"86f5391bd7d26777a39ffc4e08df635fbf5d176f","subject":"build: generate modules depmod for recovery at vendor"}],"author":{"name":"Mauronofrio Matarrese","email":"poronofrio@gmail.com","date":"2021-12-18 18:40:08.000000000","tz":-300},"committer":{"name":"nebrassy","email":"nebras30@gmail.com","date":"2023-08-29 08:12:17.000000000","tz":120},"subject":"build: add option to create recovery installer zip","message":"build: add option to create recovery installer zip\n\nAdd construction of the recovery installer in compilation processes\n(for A/B devices)\n\nThis function allows you to automatically create a flashable zip\ninstaller for devices with A/B slots (generally the devices that support\nseamless updates).\n\nTo do this set:\nUSE_RECOVERY_INSTALLER :\u003d true in BoardConfig\n(or you can also export it during the compilation)\nand\nRECOVERY_INSTALLER_PATH to the path where the installer template is\nstored or synced.\nExample:\nRECOVERY_INSTALLER_PATH :\u003d bootable/recovery/installer\n\nAt the end of the compilation process, the out folder will contain the\nnew zip.\n\nTWRP A/B Installer Zip Template:\nhttps://github.com/osm0sis/twrp_abtemplate\n\nChange-Id: I66f1dc41c09c4cb8ebbd8ef37f5b510e3453c28c\n"},"branch":"refs/heads/android-12.1"},"bac207ff4051399e9bb434ce7fa851518b76c2fa":{"kind":"REWORK","_number":3,"created":"2024-04-02 15:12:32.000000000","uploader":{"_account_id":32,"name":"CaptainThrowback","email":"captainthrowback@hotmail.com","username":"CaptainThrowback"},"ref":"refs/changes/45/5445/3","fetch":{"anonymous http":{"url":"https://gerrit.twrp.me/android_build","ref":"refs/changes/45/5445/3","commands":{"Branch":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/3 \u0026\u0026 git checkout -b change-5445 FETCH_HEAD","Checkout":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/3 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/3 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/3 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://gerrit.twrp.me/android_build refs/changes/45/5445/3","Reset To":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/3 \u0026\u0026 git reset --hard FETCH_HEAD"}}},"commit":{"parents":[{"commit":"86f5391bd7d26777a39ffc4e08df635fbf5d176f","subject":"build: generate modules depmod for recovery at vendor"}],"author":{"name":"Mauronofrio Matarrese","email":"poronofrio@gmail.com","date":"2021-12-18 18:40:08.000000000","tz":-300},"committer":{"name":"captainthrowback","email":"captainthrowback@hotmail.com","date":"2024-04-02 15:12:32.000000000","tz":0},"subject":"build: add option to create recovery installer zip","message":"build: add option to create recovery installer zip\n\nAdd construction of the recovery installer in compilation processes\n(for A/B devices)\n\nThis function allows you to automatically create a flashable zip\ninstaller for devices with A/B slots (generally the devices that support\nseamless updates).\n\nTo do this set:\nUSE_RECOVERY_INSTALLER :\u003d true in BoardConfig\n(or you can also export it during the compilation)\nand\nRECOVERY_INSTALLER_PATH to the path where the installer template is\nstored or synced.\nExample:\nRECOVERY_INSTALLER_PATH :\u003d bootable/recovery/installer\n\nAt the end of the compilation process, the out folder will contain the\nnew zip.\n\nTWRP A/B Installer Zip Template:\nhttps://github.com/osm0sis/twrp_abtemplate\n\nChange-Id: I66f1dc41c09c4cb8ebbd8ef37f5b510e3453c28c\n"},"branch":"refs/heads/android-12.1"},"bc6dc83d3f6304df871f1a0f7903a485d199edd2":{"kind":"REWORK","_number":4,"created":"2024-04-02 16:25:10.000000000","uploader":{"_account_id":32,"name":"CaptainThrowback","email":"captainthrowback@hotmail.com","username":"CaptainThrowback"},"ref":"refs/changes/45/5445/4","fetch":{"anonymous http":{"url":"https://gerrit.twrp.me/android_build","ref":"refs/changes/45/5445/4","commands":{"Branch":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/4 \u0026\u0026 git checkout -b change-5445 FETCH_HEAD","Checkout":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/4 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/4 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/4 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://gerrit.twrp.me/android_build refs/changes/45/5445/4","Reset To":"git fetch https://gerrit.twrp.me/android_build refs/changes/45/5445/4 \u0026\u0026 git reset --hard FETCH_HEAD"}}},"commit":{"parents":[{"commit":"86f5391bd7d26777a39ffc4e08df635fbf5d176f","subject":"build: generate modules depmod for recovery at vendor"}],"author":{"name":"Mauronofrio Matarrese","email":"poronofrio@gmail.com","date":"2021-12-18 18:40:08.000000000","tz":-300},"committer":{"name":"captainthrowback","email":"captainthrowback@hotmail.com","date":"2024-04-02 16:25:10.000000000","tz":0},"subject":"build: add option to create recovery installer zip","message":"build: add option to create recovery installer zip\n\nAdd construction of the recovery installer in compilation processes\n(for A/B devices)\n\nThis function allows you to automatically create a flashable zip\ninstaller for devices with A/B slots (generally the devices that support\nseamless updates).\n\nTo do this set:\nUSE_RECOVERY_INSTALLER :\u003d true in BoardConfig\n(or you can also export it during the compilation)\nand\nRECOVERY_INSTALLER_PATH to the path where the installer template is\nstored or synced.\nExample:\nRECOVERY_INSTALLER_PATH :\u003d bootable/recovery/installer\n\nAt the end of the compilation process, the out folder will contain the\nnew zip.\n\nTWRP A/B Installer Zip Template:\nhttps://github.com/osm0sis/twrp_abtemplate\n\nChange-Id: I66f1dc41c09c4cb8ebbd8ef37f5b510e3453c28c\n"},"branch":"refs/heads/android-12.1"}},"requirements":[],"submit_records":[{"rule_name":"gerrit~DefaultSubmitRule","status":"NOT_READY","labels":[{"label":"Code-Review","status":"NEED"}]}],"submit_requirements":[{"name":"Code-Review","status":"UNSATISFIED","is_legacy":true,"submittability_expression_result":{"expression":"label:Code-Review\u003dMAX -label:Code-Review\u003dMIN","fulfilled":false,"status":"FAIL","passing_atoms":[],"failing_atoms":["label:Code-Review\u003dMAX","-label:Code-Review\u003dMIN"],"atom_explanations":{}}}]}
