1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00

Adjust LineageOS version to cm-14.1

This commit is contained in:
Michael Stucki 2017-01-03 21:32:46 +01:00
parent 1b629ad28c
commit 44c82cadab
3 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Rename the project from "docker-cyanogenmod" to "docker-lineageos" - Rename the project from "docker-cyanogenmod" to "docker-lineageos"
- Change all references of "CyanogenMod" to "LineageOS", see http://lineageos.org/ - Change all references of "CyanogenMod" to "LineageOS", see http://lineageos.org/
- Rename user "cmbuild" to "build" - Rename user "cmbuild" to "build"
- Adjust LineageOS version to cm-14.1
## [0.6.0] - 2016-08-20 ## [0.6.0] - 2016-08-20
### Added ### Added

View File

@ -32,7 +32,7 @@ The container uses "screen" to run the shell. This means that you will be able t
### How to build LineageOS for your device ### How to build LineageOS for your device
``` ```
repo init -u git://github.com/lineageos/android.git -b cm-13.0 repo init -u git://github.com/lineageos/android.git -b cm-14.1
repo sync repo sync
source build/envsetup.sh source build/envsetup.sh
breakfast <device codename> # example: breakfast grouper breakfast <device codename> # example: breakfast grouper

2
run.sh
View File

@ -13,7 +13,7 @@ fi
CONTAINER_HOME=/home/build CONTAINER_HOME=/home/build
CONTAINER=lineageos CONTAINER=lineageos
REPOSITORY=stucki/lineageos REPOSITORY=stucki/lineageos
TAG=cm-13.0 TAG=cm-14.1
FORCE_BUILD=0 FORCE_BUILD=0
PRIVILEGED= PRIVILEGED=