mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: Some more git tweaking
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
638077229f
commit
e7436673cd
1 changed files with 3 additions and 3 deletions
|
|
@ -102,17 +102,17 @@ git-config:
|
||||||
git config --global user.name $(FULL_NAME)
|
git config --global user.name $(FULL_NAME)
|
||||||
git config --global user.email $(WHOAMI)@jannet.de
|
git config --global user.email $(WHOAMI)@jannet.de
|
||||||
git remote add origin $(REMOTE_GIT_URL)
|
git remote add origin $(REMOTE_GIT_URL)
|
||||||
git push --set-upstream origin master
|
|
||||||
|
|
||||||
git-clone-to-remote:
|
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 --set-upstream origin master
|
||||||
|
git push --all $(REMOTE_GIT_URL)
|
||||||
|
|
||||||
git-import: git-init git-config
|
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-init git-config git-clone-to-remote
|
git-jannet-init: git-import 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