mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 22:20:39 +01:00
rpmdist.mk: Run rpm-clean before update-repo.dist
Run rpm-clean before update-repo.dist on an automated build, hope this helps to avoid conflicting version numbers
This commit is contained in:
parent
218f12eba7
commit
63dc2009df
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ rpm-release: rpm-update-release
|
||||||
$(check_cvs_sync) ;\
|
$(check_cvs_sync) ;\
|
||||||
echo "+ version $(VERSION) doesn't match latest released rpm version "\
|
echo "+ version $(VERSION) doesn't match latest released rpm version "\
|
||||||
"$(LAST_RPM_VERSION), building a new release" ;\
|
"$(LAST_RPM_VERSION), building a new release" ;\
|
||||||
make update-repo.dist || exit 1;\
|
make rpm-clean update-repo.dist || exit 1;\
|
||||||
cp VERSION LAST_RPM_VERSION ;\
|
cp VERSION LAST_RPM_VERSION ;\
|
||||||
if ! grep -q LAST_RPM_VERSION CVS/Entries; then \
|
if ! grep -q LAST_RPM_VERSION CVS/Entries; then \
|
||||||
cvs add LAST_RPM_VERSION ;\
|
cvs add LAST_RPM_VERSION ;\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue