Building Updates from Source #327
-
Is there any information or resources on building and serving updates from source? The build guide seems to make no mention of it. Further, there seems to be no way to change the update servers in "Updater" settings. I take it one would need to patch the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The Updater paths need to be pointed to your own: https://github.com/Divested-Mobile/DivestOS-Build/blob/master/Scripts/init.sh#L86-L94 The server parts are here: https://github.com/Divested-Mobile/mirror.divestos.org Just have all those files in the in a web root, edit mirrorutils/config.php, and then builds go into builds/LineageOS/device See here for an example push: https://github.com/Divested-Mobile/DivestOS-Build/blob/master/Scripts/Common/Functions.sh#L487-L494 |
Beta Was this translation helpful? Give feedback.
The Updater paths need to be pointed to your own: https://github.com/Divested-Mobile/DivestOS-Build/blob/master/Scripts/init.sh#L86-L94
The server parts are here: https://github.com/Divested-Mobile/mirror.divestos.org
Just have all those files in the in a web root, edit mirrorutils/config.php, and then builds go into builds/LineageOS/device
See here for an example push: https://github.com/Divested-Mobile/DivestOS-Build/blob/master/Scripts/Common/Functions.sh#L487-L494