mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
fix: Git commit doesn\'t work
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
78c02625a0
commit
411fdd95b2
1 changed files with 2 additions and 2 deletions
|
|
@ -223,7 +223,7 @@ endef
|
|||
|
||||
else
|
||||
|
||||
SCM_COMMIT = git commit -a
|
||||
SCM_COMMIT = git commit
|
||||
SCM_ADD = git add
|
||||
SCM_PUSH = git push
|
||||
SCM_PULL = git pull
|
||||
|
|
@ -233,7 +233,7 @@ define check_scm_sync
|
|||
$(SCM_PULL) || {\
|
||||
echo "$(SCM_PULL) failed, giving up" ;\
|
||||
exit 1 ;\
|
||||
} \
|
||||
} ;\
|
||||
git status -s > git_status.tmp 2>&1 ;\
|
||||
if [ $$? != 0 ]; then \
|
||||
$(CAT) git_status.tmp ;\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue