Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80eae243 authored by Jackeagle's avatar Jackeagle
Browse files

Merge branch 'master-build-e-community' into 'master'

build-e: Add /e/OS R, S and T to branch names list.

See merge request e/documentation/user!1149
parents 81c0b257 1e88e568
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -109,22 +109,22 @@ List of tags to use for `BRANCH_NAME` is available at [https://gitlab.e.foundati
{% include alerts/tip.html content="We now use git tags in addition to a specific manifest for each release. It let us to know exactly what's inside each build." %}

> If you want to build a test version, you can use:
> - `BRANCH_NAME` set to v1-nougat, v1-oreo , v1-pie or v1-q to get the last test build
> - `BRANCH_NAME` set to v1-nougat, v1-oreo , v1-pie or v1-q & `REPO=https://gitlab.e.foundation/e/os/android.git`
> - `BRANCH_NAME` set to v1-nougat, v1-oreo, v1-pie, v1-q, v1-r, v1-s, v1-t
> - `REPO=https://gitlab.e.foundation/e/os/android.git`

---

To understand what these parameters mean, check the document given [here](docker-command-details)

Example for Samsung Galaxy S9
Example for Google Pixel 5
```shell
$ sudo docker run \
-v "/srv/e/src:/srv/src" \
-v "/srv/e/zips:/srv/zips" \
-v "/srv/e/logs:/srv/logs" \
-v "/srv/e/ccache:/srv/ccache" \
-e "BRANCH_NAME=v0.9-pie" \
-e "DEVICE_LIST=starlte" \
-e "BRANCH_NAME=v1-t" \
-e "DEVICE_LIST=redfin" \
-e "REPO=https://gitlab.e.foundation/e/os/releases.git" \
registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community
```