← Back to team overview

ubuntu-phone team mailing list archive

[PATCH] Use the correct branch for the dependant maguro repository

 

This would allow breakfast to pick up the correct branch required
to build phablet.

Signed-off-by: Sergio Schvezov <sergio.schvezov@xxxxxxxxxxxxx>
---
 cm.dependencies | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cm.dependencies b/cm.dependencies
index 6450aa7..1c9a018 100644
--- a/cm.dependencies
+++ b/cm.dependencies
@@ -2,12 +2,12 @@
  {
    "repository": "android_kernel_samsung_tuna",
    "target_path": "kernel/samsung/tuna",
-   "branch": "cm-10.1"
+   "branch": "phablet-10.1"
  },
  {
    "repository": "android_device_samsung_tuna",
    "target_path": "device/samsung/tuna",
-   "branch": "cm-10.1"
+   "branch": "phablet-10.1"
  }
 ]
 
-- 
1.8.1.2



Follow ups