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

Commit d747aec5 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

TEMP: Use epic branch

Change-Id: I24432c0a163db5688f6e1c19d5adf4703b9d7658
parent cacaadba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ To get started with /e/ OS, you'll need to get familiar with [Source Control Too

To initialize your local repository using the /e/ OS trees, use a command like this:
```
repo init -u https://gitlab.e.foundation/e/os/android.git -b v1-u --git-lfs
repo init -u https://gitlab.e.foundation/e/os/android.git -b v1-u-a14 --git-lfs
```
Then to sync up:
```
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@

  <remote  name="e"
           fetch="https://gitlab.e.foundation"
           revision="refs/heads/v1-u"/>
           revision="refs/heads/epic326-u-a14"/>

  <remote  name="e-priv"
           fetch="ssh://git@gitlab.e.foundation:2222"
           revision="refs/heads/v1-u"/>
           revision="refs/heads/epic326-u-a14"/>


  <default revision="refs/heads/lineage-21.0"
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@

  <!-- /e/ OS additions -->

  <project path="android" name="e/os/android" remote="e" />
  <project path="android" name="e/os/android" remote="e" revision="v1-u-a14" />
  <project path="build/make" name="e/os/android_build" groups="pdk" remote="e" >
    <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
    <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />