Bug 1299497 - Target custom repo as remote for `platform_build`; r?gerard-majax draft
☠☠ backed out by de721642d827 ☠ ☠
authorenrico <enrico.ghiorzi@gmail.com>
Fri, 02 Sep 2016 22:08:33 +0200
changeset 409437 d96a723b7e52e37e361c4e436dc8857b8a6f7720
parent 408980 b5b9ae9593a20ba33514b42a90d20cf68aee94ea
child 409858 de721642d82723225320398bea9902bc86cfa885
child 409859 1b25819970b27fbb01ef2e51ddc29152c08d9081
push id28467
push userbmo:enrico.ghiorzi@gmail.com
push dateFri, 02 Sep 2016 20:14:20 +0000
reviewersgerard-majax
bugs1299497
milestone51.0a1
Bug 1299497 - Target custom repo as remote for `platform_build`; r?gerard-majax briefing: add a remote that targets your repo and then change the platform_build project line to pick from your repo/branch MozReview-Commit-ID: DFLTNkzFzXt
b2g/config/nexus-5-l/sources.xml
--- a/b2g/config/nexus-5-l/sources.xml
+++ b/b2g/config/nexus-5-l/sources.xml
@@ -1,27 +1,28 @@
 <?xml version="1.0" ?><manifest>
   <!--
     Remotes
     -->
   <remote fetch="git://github.com/apitrace/" name="apitrace"/>
   <remote fetch="git://github.com/mozilla-b2g/" name="b2g"/>
   <remote fetch="git://codeaurora.org/" name="caf"/>
+  <remote fetch="git://github.com/EGhiorzi/platform_build/" name="EnricoRemote"/>
   <!--
     B2G repositories for all targets
     -->
   <project name="gaia" path="gaia" remote="b2g" revision="90240f7a2e66ae8873e1f1b0e5f1d80a98c2c2db"/>
   <project name="gonk-misc" path="gonk-misc" remote="b2g" revision="99003a6e7ecee880330a3fb8b5e49fefdb762374"/>
   <project name="moztt" path="external/moztt" remote="b2g" revision="99c333dab00ed79baff9e1cf76b320aee8e1c123"/>
   <project name="platform_hardware_libhardware_moz" path="hardware/libhardware_moz" remote="b2g" revision="fdf3a143dc777e5f9d33a88373af7ea161d3b440"/>
   <project name="platform_system_libfdio" path="system/libfdio" remote="b2g" revision="34adfb400e031f3dd3353d92413572db5e3a7376"/>
   <project name="platform_system_libpdu" path="system/libpdu" remote="b2g" revision="f1a61fa8f97cc0a1ac4eca160acc222981b21d90"/>
   <project name="platform_system_sensorsd" path="system/sensorsd" remote="b2g" revision="3618678c472320de386f5ddc27897992d0e148a8"/>
   <!-- B2G specific things. -->
-  <project name="platform_build" path="build" remote="b2g" revision="76946dd709234cf4bdb860672ec66d6af8f2ea3c">
+  <project name="platform_build" path="build" remote="EnricoRemote" revision="76946dd709234cf4bdb860672ec66d6af8f2ea3c">
     <copyfile dest="Makefile" src="core/root.mk"/>
   </project>
   <project name="fake-libdvm" path="dalvik" remote="b2g" revision="d50ae982b19f42f0b66d08b9eb306be81687869f"/>
   <project name="fake-qemu-kernel" path="prebuilts/qemu-kernel" remote="b2g" revision="939b377d55a2f081d94029a30a75d05e5a20daf3"/>
   <project name="librecovery" path="librecovery" remote="b2g" revision="1b3591a50ed352fc6ddb77462b7b35d0bfa555a3"/>
   <project name="rilproxy" path="rilproxy" remote="b2g" revision="5ef30994f4778b4052e58a4383dbe7890048c87e"/>
   <project name="valgrind" path="external/valgrind" remote="b2g" revision="5f931350fbc87c3df9db8b0ceb37734b8b471593"/>
   <project name="vex" path="external/VEX" remote="b2g" revision="48d8c7c950745f1b166b42125e6f0d3293d71636"/>