mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-25 17:45:55 +02:00
projects-dir.mk: Add target pkg-manager-dup
There's pkg-manager-refresh already, so by adding pkg-manager-dup the distribution can be upgraded by distribution agnostic targets only through the Makefile. This might come in handy for CI, so add it. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e075e8902b
commit
4ff29ba255
1 changed files with 3 additions and 0 deletions
|
|
@ -240,6 +240,9 @@ cloc:
|
||||||
pkg-manager-refresh:
|
pkg-manager-refresh:
|
||||||
$(PKG_MANAGER) refresh
|
$(PKG_MANAGER) refresh
|
||||||
|
|
||||||
|
pkg-manager-dup:
|
||||||
|
$(PKG_MANAGER) dup
|
||||||
|
|
||||||
pkg-install-build-deps:
|
pkg-install-build-deps:
|
||||||
$(PKG_MANAGER) install $(BASE_PKGS) $(shell $(JW_PKG_PY_PROJECTS) required-os-pkg --quote --skip-excluded --flavours build $(TARGET_PROJECTS))
|
$(PKG_MANAGER) install $(BASE_PKGS) $(shell $(JW_PKG_PY_PROJECTS) required-os-pkg --quote --skip-excluded --flavours build $(TARGET_PROJECTS))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue