[coreboot-gerrit] New patch to review for coreboot: Makefile.inc: Fix make gitconfig for blobs repo

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Sat Oct 8 23:47:37 CEST 2016


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16946

-gerrit

commit 4b512b7c95d0e8923ebdbf8649f70b9ffe2f2d8d
Author: Nico Huber <nico.huber at secunet.com>
Date:   Sat Oct 8 23:03:24 2016 +0200

    Makefile.inc: Fix make gitconfig for blobs repo
    
    It's `.git/modules/3rdparty/blobs` now.
    
    Change-Id: Ief12bb934332375a20f150afb568aef266924c9f
    Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
 Makefile.inc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile.inc b/Makefile.inc
index d6c7476..c7f1d04 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -563,11 +563,11 @@ gitconfig:
 		fi;						     \
 	done
 	# Now set up thehooks for 3rdparty/blobs
-	if [ -d .git/modules/3rdparty/hooks -a \
-	\( util/gitconfig/commit-msg -nt .git/modules/3rdparty/hooks/commit-msg -o \
-	! -x .git/modules/3rdparty/hooks/commit-msg \) ]; then \
-		sed -e "s,%MAKE%,$(MAKE),g" util/gitconfig/commit-msg > .git/modules/3rdparty/hooks/commit-msg; \
-		chmod +x .git/modules/3rdparty/hooks/commit-msg; \
+	if [ -d .git/modules/3rdparty/blobs/hooks -a \
+	\( util/gitconfig/commit-msg -nt .git/modules/3rdparty/blobs/hooks/commit-msg -o \
+	! -x .git/modules/3rdparty/blobs/hooks/commit-msg \) ]; then \
+		sed -e "s,%MAKE%,$(MAKE),g" util/gitconfig/commit-msg > .git/modules/3rdparty/blobs/hooks/commit-msg; \
+		chmod +x .git/modules/3rdparty/blobs/hooks/commit-msg; \
 	fi
 	[ -d 3rdparty/blobs ] && cd 3rdparty/blobs && git config remote.origin.push HEAD:refs/for/master
 	git config remote.origin.push HEAD:refs/for/master



More information about the coreboot-gerrit mailing list