mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make, scripts: Rename list-cvs-files.sh to list-vcs-files.sh
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
d125b20fad
commit
9b532fd601
8 changed files with 7 additions and 7 deletions
|
|
@ -276,7 +276,7 @@ define increase_build_number
|
|||
echo -n "+ increasing build number to " ;\
|
||||
echo $(MAJOR_MINOR_RELEASE)-$(shell expr $(BUILD_NUMBER) + 1)-dev | tee VERSION ;\
|
||||
echo $(HASH) > HASH ;\
|
||||
if ! /bin/bash $(MOD_SCRIPT_DIR)/list-cvs-files.sh | grep -q '^HASH$$'; then \
|
||||
if ! /bin/bash $(MOD_SCRIPT_DIR)/list-vcs-files.sh | grep -q '^HASH$$'; then \
|
||||
$(SCM_ADD) HASH ;\
|
||||
fi ;\
|
||||
$(SCM_COMMIT) -m "$(MAJOR_MINOR_RELEASE)-$(shell expr $(BUILD_NUMBER) + 1)-dev" HASH VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue