mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 07:33:54 +01:00
$(TOPDIR), make, scripts: Merged changes from V_1_2_3_33_YAPPLICATION_INIFILE_CTOR
Signed-off-by: Jan Lindemann <jan@jannet.de>
This commit is contained in:
parent
6fbb886828
commit
78bd6215b4
12 changed files with 346 additions and 28 deletions
|
|
@ -83,7 +83,7 @@ do-install-links:
|
|||
}; \
|
||||
done; \
|
||||
|
||||
git-init:
|
||||
git-init-from-cvs:
|
||||
@if [ -e .git ]; then \
|
||||
echo $(TOPDIR)/.git exists, aborting ;\
|
||||
exit 1 ;\
|
||||
|
|
@ -92,6 +92,16 @@ git-init:
|
|||
list-cvs-files.sh -f | xargs git add
|
||||
git commit -m "initial checkin of $(RPM_VERSION)"
|
||||
|
||||
WHOAMI = $(shell whoami)
|
||||
REMOTE_GIT_DIR = /srv/git/$(WHOAMI)/proj/$(PROJECT)
|
||||
|
||||
git-clone-to-remote:
|
||||
ssh git.jannet.de "/opt/ytools/bin/git-srv-admin.sh create-personal-project $(PROJECT)"
|
||||
git remote add origin ssh://$(WHOAMI)@git.jannet.de$(REMOTE_GIT_DIR)
|
||||
git config --global user.name $(FULL_NAME)
|
||||
git config --global user.email $(WHOAMI)@jannet.de
|
||||
git push --all origin
|
||||
|
||||
projects-%:
|
||||
python $(MOD_SCRIPT_DIR)/build.py $* $(PROJECT)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue