mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
untested: Fix versions in commit comments
This commit is contained in:
parent
7e46a39299
commit
b7e17d30a2
1 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@ define increase_build_number
|
||||||
if ! grep -q HASH CVS/Entries; then \
|
if ! grep -q HASH CVS/Entries; then \
|
||||||
cvs add HASH ;\
|
cvs add HASH ;\
|
||||||
fi ;\
|
fi ;\
|
||||||
cvs commit -m "o $(RPM_VERSION)" HASH VERSION
|
cvs commit -m "o $(shell cat VERSION)" HASH VERSION
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define check_reinstall_old
|
define check_reinstall_old
|
||||||
|
|
@ -204,7 +204,7 @@ rpm-release: rpm-update-release
|
||||||
if ! grep -q $(LAST_RPM_VERSION_FILE) CVS/Entries; then \
|
if ! grep -q $(LAST_RPM_VERSION_FILE) CVS/Entries; then \
|
||||||
cvs add $(LAST_RPM_VERSION_FILE) ;\
|
cvs add $(LAST_RPM_VERSION_FILE) ;\
|
||||||
fi ;\
|
fi ;\
|
||||||
cvs commit -m "o $(RPM_VERSION)" $(LAST_RPM_VERSION_FILE) ;\
|
cvs commit -m "o $(shell cat $(LAST_RPM_VERSION_FILE))" $(LAST_RPM_VERSION_FILE) ;\
|
||||||
else \
|
else \
|
||||||
echo "+ version matches latest released rpm version" ;\
|
echo "+ version matches latest released rpm version" ;\
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue