mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
git-submod.mk: Add git-submod.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
158070988d
commit
2ffb97ada9
1 changed files with 10 additions and 0 deletions
10
make/git-submod.mk
Normal file
10
make/git-submod.mk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
all:
|
||||
|
||||
git-submod-init-remote:
|
||||
@echo "FIXME: git-srv-admin.sh needs to support creating a bare repo below <user>/contrib/<project>."
|
||||
@echo "FIXME: Then this target in $(lastword $(MAKEFILE_LIST)) has to do the following:"
|
||||
@echo "FIXME: - Use that,"
|
||||
@echo "FIXME: - rename remote \"origin\" to \"upstream\","
|
||||
@echo "FIXME: - add new remote origin pointing to newly created repo,"
|
||||
@echo "FIXME: - push contents there."
|
||||
@exit 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue