From 6d91861a1cc9d80345a242025434f446c38d142c Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 8 May 2016 14:52:41 +0000 Subject: [PATCH] git-submod.mk: Add another remark to git-submod.mk about editing .gitmodules Signed-off-by: Jan Lindemann --- make/git-submod.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/git-submod.mk b/make/git-submod.mk index cec6d5c6..555c622d 100644 --- a/make/git-submod.mk +++ b/make/git-submod.mk @@ -16,6 +16,7 @@ git-submod-test-init-remote: git remote add origin ssh://jan@git.jannet.de/srv/git/jan/contrib/$(PROJECT_DIRNAME) git config branch.master.remote origin git config branch.master.merge refs/heads/master + @echo "FIXME: after this procedure I had to manually change the remote in the toplevel project's directory .gitmodules to point to the janware server" @echo "FIXME: - push contents there." @exit 1