mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
rpmdist.mk: pkg-release-reinstall -> get-official
Make target pkg-release-reinstall depend on target get-official. It already depends on get-maintainer, but that's not enough in situations where devops built a target on platform A, pushed the new release, then proceeds to build on platform B: It needs to pull its own changes made during release of A. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
02c4f9080b
commit
d7cd96bd4b
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ pkg-rebuild-reinstall: pkg-clean pkg-build pkg-reinstall
|
|||
# doesn't work
|
||||
# pkg-release-update: pkg-release pkg-update
|
||||
|
||||
pkg-release-reinstall: get-maintainer
|
||||
pkg-release-reinstall: get-maintainer get-official
|
||||
$(PKG_SH) release $(PKG_SH_BUILD_OPTS)
|
||||
ifneq ($(TARGET_HOST),)
|
||||
pkg-remote-install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue