This repository was archived by the owner on Dec 23, 2024. It is now read-only.
File tree 3 files changed +5
-10
lines changed
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ required arguments:
10
10
- $1 - path where android build will end up
11
11
12
12
``` sh
13
- mkdir android
14
13
./run-image-{podman,docker}.sh " $( pwd) /Builds"
15
14
```
16
15
@@ -31,13 +30,7 @@ Either proceed manually (https://divestos.org/pages/build#init) or use the scrip
31
30
nano DivestOS/Scripts/init.sh
32
31
```
33
32
34
- c. Update description (optional)
35
-
36
- ```sh
37
- nano DivestOS/Scripts/Generate_Signing_Keys.sh
38
- ```
39
-
40
- d. Add vendor blobs
33
+ c. Add vendor blobs
41
34
42
35
```sh
43
36
githuborg="" # <-- put the correct github organization here
@@ -46,7 +39,7 @@ Either proceed manually (https://divestos.org/pages/build#init) or use the scrip
46
39
sed -i "/gitlab/s/\[COLOUR IN THE LINES\]/$gitlaborg/g" DivestOS/Build/LineageOS-20.0/.repo/local_manifests/local_manifest.xml
47
40
```
48
41
49
- e . Download and Build
42
+ d . Download and Build
50
43
51
44
```sh
52
45
# $1: version
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if [[ -d "$DOS_SIGNING_KEYS" ]]; then
30
30
cd " $DOS_SIGNING_KEYS /NEW" ;
31
31
mkdir $1 ; cd $1 ;
32
32
33
- desc=
" /O=Divested Computing Group /CN=DivestOS for $1 /emailAddress=[email protected] " ;
33
+ desc=" /O=$DOS_BRANDING_ORG /CN=$DOS_BRANDING_NAME for $1 /emailAddress=$DOS_BRANDING_EMAIL " ;
34
34
35
35
sed -i ' /blank for none/,+1 d' " $DOS_BUILD_BASE " /development/tools/make_key;
36
36
Original file line number Diff line number Diff line change @@ -73,7 +73,9 @@ export DOS_GPG_SIGNING=true;
73
73
export DOS_GPG_SIGNING_KEY=" B8744D67F9F1E14E145DFD8E7F627E920F316994" ;
74
74
75
75
# Branding
76
+ export DOS_BRANDING_ORG=" Divested Computing Group" ;
76
77
export DOS_BRANDING_NAME=" DivestOS" ;
78
+ export DOS_BRANDING_EMAIL=
" [email protected] " ;
77
79
export DOS_BRANDING_ZIP_PREFIX=" divested" ;
78
80
export DOS_BRANDING_BOOTANIMATION_FONT=" Fira-Sans-Heavy" ; # Options: $ convert -list font
79
81
export DOS_BRANDING_BOOTANIMATION_STYLE=" plasma" ; # Options: gradient, plasma
You can’t perform that action at this time.
0 commit comments