← Back to team overview

ubuntu-phone team mailing list archive

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

 

On 04/09/2013 11:48 PM, Sergio Schvezov wrote:
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"
   }
  ]

Applied, thanks!

Cheers,
--
Ricardo Salveti de Araujo


References