mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rpmdist.mk: Fix missing cvs update -dP in check_cvs_sync
This commit is contained in:
parent
a0bc7da061
commit
46f8219987
1 changed files with 2 additions and 1 deletions
|
|
@ -134,7 +134,8 @@ update-repo.dist: upload.dist
|
||||||
|
|
||||||
define check_cvs_sync
|
define check_cvs_sync
|
||||||
echo + checking cvs ;\
|
echo + checking cvs ;\
|
||||||
cvs status > cvs_status.tmp 2>&1;\
|
cvs update -dP ;\
|
||||||
|
cvs status > cvs_status.tmp 2>&1 ;\
|
||||||
if [ $$? != 0 ]; then \
|
if [ $$? != 0 ]; then \
|
||||||
cat cvs_status.tmp ;\
|
cat cvs_status.tmp ;\
|
||||||
echo -e "\n======== cvs status failed, giving up." >&2 ;\
|
echo -e "\n======== cvs status failed, giving up." >&2 ;\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue