Skip to content

Commit

Permalink
More 14.0 -> 14.1 changes
Browse files Browse the repository at this point in the history
Change-Id: I38a2589e5743aac0d8b13799b3d79cb2dab8e5d6
  • Loading branch information
mikeNG committed Oct 26, 2016
1 parent 7d4f0f2 commit 89450fb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.mkdn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CyanogenMod
===========

Maintainers (CyanogenMod 14.0):
Maintainers (CyanogenMod 14.1):
-----------------------------
* __Acer A700:__ pawitp
* __Amazon Kindle Fire 1st Edition:__ Hashcode, FuZZ__
Expand Down
4 changes: 2 additions & 2 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can do this by using these commands:
(Go to repo you are patching, make your changes and commit)
cmgerrit <for(new)/changes(patch set)> <branch/change-id>

repo start cm-14.0 .
repo start cm-14.1 .
(Make your changes and commit)
repo upload .
Note: "." meaning current directory
Expand All @@ -31,7 +31,7 @@ familiar with [Repo](https://source.android.com/source/using-repo.html) and [Ver

To initialize your local repository using the CyanogenMod trees, use a command like this:

repo init -u git://github.com/CyanogenMod/android.git -b cm-14.0
repo init -u git://github.com/CyanogenMod/android.git -b cm-14.1

Then to sync up:

Expand Down
2 changes: 1 addition & 1 deletion prebuilt/common/bin/50-cm.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/sbin/sh
#
# /system/addon.d/50-cm.sh
# During a CM14.0 upgrade, this script backs up /system/etc/hosts,
# During a CM14.1 upgrade, this script backs up /system/etc/hosts,
# /system is formatted and reinstalled, then the file is restored.
#

Expand Down
2 changes: 1 addition & 1 deletion prebuilt/common/bin/backuptool.functions
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

export C=/tmp/backupdir
export S=/system
export V=14.0
export V=14.1

backup_file() {
if [ -e "$1" ]; then
Expand Down
2 changes: 1 addition & 1 deletion prebuilt/common/bin/backuptool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

export C=/tmp/backupdir
export S=/system
export V=14.0
export V=14.1

# Scripts in /system/addon.d expect to find backuptool.functions in /tmp
cp -f /tmp/install/bin/backuptool.functions /tmp
Expand Down
2 changes: 1 addition & 1 deletion vendorsetup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
for combo in $(curl -s https://raw.githubusercontent.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-14.0 | awk '{printf "cm_%s-%s\n", $1, $2}')
for combo in $(curl -s https://raw.githubusercontent.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-14.1 | awk '{printf "cm_%s-%s\n", $1, $2}')
do
add_lunch_combo $combo
done

0 comments on commit 89450fb

Please sign in to comment.