cm: Rebrand to LineageOS

Change-Id: Icf53ce2b98306498cfa815e9fc7377e9a6c583a6
This commit is contained in:
Zhao Wei Liew 2016-12-27 15:12:38 +08:00
parent 7f06bc78a9
commit e9bf910528
9 changed files with 28 additions and 23 deletions

View File

@ -1,9 +1,9 @@
CyanogenMod LineageOS
=============== ===============
Visit http://github.com/CyanogenMod for full source and git access. Visit http://github.com/LineageOS for full source and git access.
Visit http://review.cyanogenmod.org for our Gerrit instance. Visit http://review.lineageos.org for our Gerrit instance.
CHANGELOG (notable new features) CHANGELOG (notable new features)
--------- ---------

View File

@ -1,7 +1,7 @@
CyanogenMod LineageOS
=========== ===========
Maintainers (CyanogenMod 13.0): Maintainers (LineageOS 13.0):
----------------------------- -----------------------------
* __Acer A700:__ pawitp * __Acer A700:__ pawitp
* __Alcatel Idol 3:__ c457 * __Alcatel Idol 3:__ c457

View File

@ -1,4 +1,5 @@
Copyright 2011-15 The CyanogenMod Project Copyright 2011-15 The CyanogenMod Project
2017 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -1,9 +1,9 @@
CyanogenMod LineageOS
=========== ===========
Submitting Patches Submitting Patches
------------------ ------------------
Patches are always welcome! Please submit your patches via CyanogenMod Gerrit! Patches are always welcome! Please submit your patches via LineageOS Gerrit!
You can do this by using these commands: You can do this by using these commands:
(From root android directory) (From root android directory)
@ -20,31 +20,31 @@ For more help on using this tool, use this command: repo help upload
Make your changes and commit with a detailed message, starting with what you are working with (i.e. vision: Update Kernel) Make your changes and commit with a detailed message, starting with what you are working with (i.e. vision: Update Kernel)
Commit your patches in a single commit. Squash multiple commit using this command: git rebase -i HEAD~<# of commits> Commit your patches in a single commit. Squash multiple commit using this command: git rebase -i HEAD~<# of commits>
To view the status of your and others' patches, visit [CyanogenMod Code Review](http://review.cyanogenmod.org/) To view the status of your and others' patches, visit [LineageOS Code Review](http://review.lineageos.org/)
Getting Started Getting Started
--------------- ---------------
To get started with Android/CyanogenMod, you'll need to get To get started with Android/LineageOS, you'll need to get
familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html). familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html).
To initialize your local repository using the CyanogenMod trees, use a command like this: To initialize your local repository using the LineageOS trees, use a command like this:
repo init -u git://github.com/CyanogenMod/android.git -b cm-13.0 repo init -u git://github.com/LineageOS/android.git -b cm-13.0
Then to sync up: Then to sync up:
repo sync repo sync
Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.org/) for building instructions, by device. Please see the [LineageOS Wiki](http://wiki.lineageos.org/) for building instructions, by device.
For more information on this Github Organization and how it is structured, For more information on this Github Organization and how it is structured,
please [read the wiki article](http://wiki.cyanogenmod.org/w/Github_Organization) please [read the wiki article](http://wiki.lineageos.org/w/Github_Organization)
Buildbot Buildbot
-------- --------
All supported devices are built nightly and periodically as changes are committed to ensure the source trees remain buildable. All supported devices are built nightly and periodically as changes are committed to ensure the source trees remain buildable.
You can view the current build statuses in the [Jenkins](http://jenkins.cyanogenmod.org) tool. You can view the current build statuses in the [Jenkins](http://jenkins.lineageos.org) tool.

View File

@ -4,7 +4,7 @@ You have tried to change the API from what has been previously approved.
STOP. STOP.
Read this: Read this:
https://github.com/CyanogenMod/cm_platform_sdk/wiki/Creating-an-API-for-the-SDK#updating--verifying-the-api https://github.com/LineageOS/cm_platform_sdk/wiki/Creating-an-API-for-the-SDK#updating--verifying-the-api
To make these errors go away, you have two choices: To make these errors go away, you have two choices:
1) You can add "@hide" javadoc comments to the methods, etc. listed in the 1) You can add "@hide" javadoc comments to the methods, etc. listed in the
@ -142,6 +142,6 @@ To make these errors go away, you have two choices:
,;+++++++++++++++++++++++++++++++++++++++++++++++++++++++:. ,;+++++++++++++++++++++++++++++++++++++++++++++++++++++++:.
..,;;+++++++++++++++++++++++++++++;:,. ..,;;+++++++++++++++++++++++++++++;:,.
To submit the revised current.txt to the main CyanogenMod repository, To submit the revised current.txt to the main LineageOS repository,
you will need approval. you will need approval.
****************************** ******************************

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
Copyright (C) 2013 The CyanogenMod Project Copyright (C) 2013 The CyanogenMod Project
(C) 2017 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@ -41,7 +42,7 @@
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService</item> <item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService</item>
</string-array> </string-array>
<string name="config_mms_user_agent">CyanogenMod</string> <string name="config_mms_user_agent">LineageOS</string>
<string name="config_mms_user_agent_profile_url">http://www.google.com/oha/rdf/ua-profile-kila.xml</string> <string name="config_mms_user_agent_profile_url">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
<!-- Defines the default set of global actions. Actions may still be disabled or hidden based <!-- Defines the default set of global actions. Actions may still be disabled or hidden based

View File

@ -1,7 +1,7 @@
#!/sbin/sh #!/sbin/sh
# #
# /system/addon.d/50-cm.sh # /system/addon.d/50-cm.sh
# During a CM13.0 upgrade, this script backs up /system/etc/hosts, # During a LineageOS 13.0 upgrade, this script backs up /system/etc/hosts,
# /system is formatted and reinstalled, then the file is restored. # /system is formatted and reinstalled, then the file is restored.
# #

View File

@ -4,7 +4,10 @@
# #
L="log -p i -t cm" L="log -p i -t cm"
$L "____ _ _ ____ _ _ ____ ____ ____ _ _ _ _ ____ ___"; $L "_ _ "
$L "| \\_/ |__| |\\ | | | | __ |___ |\\ | |\\/| | | | \\"; $L "| (_)_ __ ___ __ _ __ _ ___ ___ ___ "
$L "|___ | | | | \\| |__| |__] |___ | \\| | | |__| |__/"; $L "| | | '_ \\ / _ \\/ _\` |/ _\` |/ _ \\/ _ \\/ __|"
$L "Welcome to Android `getprop ro.build.version.release` / CyanogenMod-`getprop ro.cm.version`"; $L "| | | | | | __/ (_| | (_| | __/ (_) \\__ \\"
$L "|_|_|_| |_|\\___|\\__,_|\\__, |\\___|\\___/|___/"
$L " |___/"
$L "Welcome to Android `getprop ro.build.version.release` / LineageOS-`getprop ro.cm.version`";

View File

@ -1,4 +1,4 @@
for combo in $(curl -s https://raw.githubusercontent.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-13.0 | awk '{printf "cm_%s-%s\n", $1, $2}') for combo in $(curl -s https://raw.githubusercontent.com/LineageOS/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-13.0 | awk '{printf "cm_%s-%s\n", $1, $2}')
do do
add_lunch_combo $combo add_lunch_combo $combo
done done