forked from JarlPenguin/releases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sh
executable file
·34 lines (28 loc) · 1.27 KB
/
config.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/bash
export GITHUB_USER="kiam001"
export GITHUB_EMAIL="[email protected]"
export ROM="Mint-OS"
export ROM_DIR="${WORKSPACE}/MintOS"
export ROM_VERSION="3.0pre1"
export official="false"
export local_manifest_url="https://github.com/nift4/Mint-OS/raw/master/99-mintos.xml"
export manifest_url="https://github.com/LineageOS/android"
export rom_vendor_name="lineage"
export branch="lineage-18.1"
export bacon="bacon"
export buildtype=""
export clean="installclean"
export upload_recovery="false"
export ccache="true"
export ccache_size="100"
export jenkins="true"
export TARGET_UNOFFICIAL_BUILD_ID="Mint-v$ROM_VERSION"
[ "$WITH_GAPPS" == "true" ] && export TARGET_UNOFFICIAL_BUILD_ID="$TARGET_UNOFFICIAL_BUILD_ID-GApps"
export release_repo="nift4/releases"
export sf_target="[email protected]:/home/frs/project/mint-os-project/$device/Next/"
export sf_http_target="mint-os-project/files/$device/Next"
[ "$device" == "cedric" ] && export sf_target="[email protected]:/home/frs/project/motog5/MintOS/Next/"
[ "$device" == "cedric" ] && export sf_http_target="motog5/files/MintOS/Next/"
[ "$WITH_GAPPS" == "true" ] && export sf_target="${sf_target}GApps/"
[ "$WITH_GAPPS" == "true" ] && export sf_http_target="$sf_http_target/GApps"
export timezone="Europe/Berlin"