git-submod.mk: Add another remark to git-submod.mk about editing .gitmodules

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-05-08 14:52:41 +00:00
commit 6d91861a1c

View file

@ -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 remote add origin ssh://jan@git.jannet.de/srv/git/jan/contrib/$(PROJECT_DIRNAME)
git config branch.master.remote origin git config branch.master.remote origin
git config branch.master.merge refs/heads/master 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." @echo "FIXME: - push contents there."
@exit 1 @exit 1