[coreboot-gerrit] Patch merged into coreboot/master: git modules: rename git submodules to avoid hierarchies

gerrit at coreboot.org gerrit at coreboot.org
Thu Feb 11 20:56:00 CET 2016


the following patch was just integrated into master:
commit 9f428137b75031d5cd6a88dc9c5c2a8237acde28
Author: Patrick Georgi <pgeorgi at google.com>
Date:   Thu Feb 11 00:09:30 2016 +0100

    git modules: rename git submodules to avoid hierarchies
    
    Having a git module named "3rdparty" and another one in
    "3rdparty/chrome-ec" led to git failures when the latter was initialized
    before the former (because of git being stupid, but then it says so on
    the box, right?)
    
    Rename modules so there's no such hierarchy (3rdparty ->
    3rdparty/blobs). While at it, also rename the culprit to match the path
    name (3rdparty/chrome-ec to 3rdparty/chromeec).
    
    git will resolve this on the next git submodule update invocation (eg.
    the next coreboot build).
    
    Change-Id: Ief79074d73abeefff36a47b2e58ac6b1c047e3a7
    Signed-off-by: Patrick Georgi <pgeorgi at google.com>
    Reviewed-on: https://review.coreboot.org/13675
    Reviewed-by: Nico Huber <nico.h at gmx.de>
    Tested-by: build bot (Jenkins)


See https://review.coreboot.org/13675 for details.

-gerrit



More information about the coreboot-gerrit mailing list