mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
rpmdist.mk: pkg-release ignores PACKAGE_VCS_FILES
PACKAGE_VCS_FILES is only considered by pkg-rebuild and ignored by pkg-release. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
27ebcb2d83
commit
5bdd917abc
2 changed files with 9 additions and 2 deletions
|
|
@ -340,6 +340,14 @@ git-show-non-master-branches:
|
|||
fi ;\
|
||||
done
|
||||
|
||||
git-show-pushable-master-branches:
|
||||
@for p in $(PROJECTS); do \
|
||||
if git -C $$p log --oneline origin/master.. | grep -q .; then \
|
||||
echo ======================= $$p ;\
|
||||
git -C $$p log --oneline origin/master.. ;\
|
||||
fi ;\
|
||||
done
|
||||
|
||||
# git-echo-link-<filename> returns a string functioning as hyperlink to
|
||||
# matching files in git when embedded into a janware wiki or ticket.
|
||||
git-echo-links-%: | $(TEXT_FILES_CACHE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue