mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 22:20:39 +01:00
topdir.mk: Git-jannet-init simplified but untested
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
9ce0075e9b
commit
4b00d44537
1 changed files with 3 additions and 4 deletions
|
|
@ -89,7 +89,6 @@ git-init:
|
||||||
exit 1 ;\
|
exit 1 ;\
|
||||||
fi
|
fi
|
||||||
git init
|
git init
|
||||||
make git-config
|
|
||||||
|
|
||||||
git-init-from-cvs: git-init
|
git-init-from-cvs: git-init
|
||||||
list-cvs-files.sh -f | xargs git add
|
list-cvs-files.sh -f | xargs git add
|
||||||
|
|
@ -109,11 +108,11 @@ git-clone-to-remote:
|
||||||
ssh git.jannet.de "/opt/ytools/bin/git-srv-admin.sh -j create-personal-project $(PROJECT)"
|
ssh git.jannet.de "/opt/ytools/bin/git-srv-admin.sh -j create-personal-project $(PROJECT)"
|
||||||
git push --all origin $(REMOTE_GIT_URL)
|
git push --all origin $(REMOTE_GIT_URL)
|
||||||
|
|
||||||
git-import: git-init
|
git-import: git-init git-config
|
||||||
git add -A
|
git add -A
|
||||||
git commit -am "o initial checkin"
|
git commit -am "o initial checkin"
|
||||||
|
|
||||||
git-jannet-init: git-import git-clone-to-remote
|
git-jannet-init: git-init git-config git-clone-to-remote
|
||||||
|
|
||||||
projects-%:
|
projects-%:
|
||||||
python $(MOD_SCRIPT_DIR)/build.py $* $(PROJECT)
|
python $(MOD_SCRIPT_DIR)/build.py $* $(PROJECT)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue