Customrombay / database

A repository for syncing with custom ROMs creators
GNU General Public License v3.0
12 stars 24 forks source link

Update /e/OS devices #26

Closed HemanthJabalpuri closed 6 months ago

HemanthJabalpuri commented 7 months ago

https://community.e.foundation/t/list-new-devices-to-be-added-to-the-list-of-supported-devices-on-e-os-t-part-ii/54628

I don't know if any other devices added between that list and your repo.

HemanthJabalpuri commented 7 months ago

@PiotrZPL

PiotrZPL commented 7 months ago

The database is unfortunately out of sync with the /e/OS repos. That is because they have a lot of duplicate entries in their .yaml files, which is not supported by this file format and causes dart's YAML interpreter to crash. This was also the case in the lineage_wiki repo before I fixed it with this commit.

For now, I do not have the time to create a pull request in their repository and adjust my script. But it will happen, one day.

HemanthJabalpuri commented 7 months ago

Ok, I created a pull request for my device for now

https://github.com/Customrombay/database/pull/28

PiotrZPL commented 6 months ago

@HemanthJabalpuri The support for automatic syncing with /e/OS was fixed in 63278d0. Thank you for this issue. Closing...