... | ... | @@ -65,7 +65,7 @@ $ sudo docker run \ |
|
|
-v "/srv/e/ccache:/srv/ccache:delegated" \
|
|
|
-e "BRANCH_NAME=eelo-0.1" \
|
|
|
-e "DEVICE_LIST=<my-device>" \
|
|
|
-e "CUSTOM_PACKAGES='GmsCore GsfProxy FakeStore Telegram Signal Mail BlissLauncher BlissIconPack MozillaNlpBackend YahooWeatherProvider AccountManager MagicEarth MuPDF OpenCamera eDrive Weather Notes Tasks NominatimNlpBackend Light AnySoftKeyboard'" \
|
|
|
-e "CUSTOM_PACKAGES='MuPDF Notes Tasks GmsCore GsfProxy FakeStore Telegram Signal AnySoftKeyboard Mail BlissLauncher BlissIconPack MozillaNlpBackend OpenWeatherMapWeatherProvider AccountManager MagicEarth OpenCamera eDrive Weather NominatimNlpBackend'" \
|
|
|
-e "SIGNATURE_SPOOFING=restricted" \
|
|
|
-e "OTA_URL=https://ota.ecloud.global/api" \
|
|
|
-e "REPO=https://gitlab.e.foundation/e/os/android.git" \
|
... | ... | @@ -90,6 +90,23 @@ registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:latest |
|
|
```
|
|
|
>>>
|
|
|
|
|
|
>>>
|
|
|
To build /e/ 0.2, please set `BRANCH_NAME` value to `eelo-0.2`. Here an example for tissot:
|
|
|
```shell
|
|
|
$ sudo docker run \
|
|
|
-v "/srv/e/src:/srv/src:delegated" \
|
|
|
-v "/srv/e/zips:/srv/zips:delegated" \
|
|
|
-v "/srv/e/logs:/srv/logs:delegated" \
|
|
|
-v "/srv/e/ccache:/srv/ccache:delegated" \
|
|
|
-e "BRANCH_NAME=eelo-0.2" \
|
|
|
-e "DEVICE_LIST=tissot" \
|
|
|
-e "CUSTOM_PACKAGES='GmsCore GsfProxy FakeStore Telegram Signal Mail BlissLauncher BlissIconPack MozillaNlpBackend YahooWeatherProvider AccountManager MagicEarth MuPDF OpenCamera eDrive Weather Notes Tasks NominatimNlpBackend Light AnySoftKeyboard'" \
|
|
|
-e "SIGNATURE_SPOOFING=restricted" \
|
|
|
-e "OTA_URL=https://ota.ecloud.global/api" \
|
|
|
-e "REPO=https://gitlab.e.foundation/e/os/android.git" \
|
|
|
registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:latest
|
|
|
```
|
|
|
>>>
|
|
|
---
|
|
|
>>>
|
|
|
The device code can be found on [/e/ wiki](https://gitlab.e.foundation/e/wiki/en/wikis/devices-list), [LineageOS wiki](https://wiki.lineageos.org/devices/) or with the following command:
|
... | ... | |