Skip to content

Commit

Permalink
Merge pull request #1 from Giovix92/master
Browse files Browse the repository at this point in the history
Add MANIFEST_BRANCH opt.
  • Loading branch information
techyminati authored Apr 1, 2021
2 parents 80571ce + 3f0c6df commit 923adaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/recovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

env:
MANIFEST: https://gitlab.com/OrangeFox/Manifest.git
MANIFEST_BRANCH: fox_9.0
DEVICE: rosy
DT_LINK: https://github.com/ElytrA8/recovery_rosy
DT_PATH: device/xiaomi/rosy
Expand Down Expand Up @@ -48,7 +49,7 @@ jobs:
run: |
mkdir work
cd work
repo init -u $MANIFEST --depth=1 --groups=all,-notdefault,-device,-darwin,-x86,-mips
repo init -u $MANIFEST -b $MANIFEST_BRANCH --depth=1 --groups=all,-notdefault,-device,-darwin,-x86,-mips
repo sync -j4
git clone $DT_LINK --depth=1 --single-branch $DT_PATH
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Some variables that you'd like to set:

```MANIFEST : Link to your recovery manifest, Google it if you don't know what this is```

```MANIFEST_BRANCH : Branch of your recovery manifest. Again, Google it if you don't know what this is```

```DEVICE : Most likely your device codename, e.g. rosy, sakura, curtana, etc.```

```DT_LINK : Link to your recovery device tree.```
Expand Down

0 comments on commit 923adaa

Please sign in to comment.