mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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,8 +89,7 @@ git-init:
|
|||
exit 1 ;\
|
||||
fi
|
||||
git init
|
||||
make git-config
|
||||
|
||||
|
||||
git-init-from-cvs: git-init
|
||||
list-cvs-files.sh -f | xargs git add
|
||||
git commit -m "initial checkin of $(RPM_VERSION)"
|
||||
|
|
@ -109,11 +108,11 @@ git-clone-to-remote:
|
|||
ssh git.jannet.de "/opt/ytools/bin/git-srv-admin.sh -j create-personal-project $(PROJECT)"
|
||||
git push --all origin $(REMOTE_GIT_URL)
|
||||
|
||||
git-import: git-init
|
||||
git-import: git-init git-config
|
||||
git add -A
|
||||
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-%:
|
||||
python $(MOD_SCRIPT_DIR)/build.py $* $(PROJECT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue