From 8c55c64b403c9aa8ff5ea560c763b15988f4774e Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 25 Sep 2025 10:31:23 +0200 Subject: [PATCH] add update task --- Makefile | 3 +++ build.xml | 39 ++++++++++++++++++++++++++++++++++----- 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ce0b36bc4..d55c03e8a 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,9 @@ quickstart-dev: install: php vendor/bin/phing -Dversion=$(VERSION) -Dinstallpath=$(INSTALL_PATH) -Ddomain=dms.seeddms.org install +update: + php vendor/bin/phing -Dversion=$(VERSION) -Dinstallpath=$(INSTALL_PATH) -Ddomain=dms.seeddms.org update + unittest: vendor/bin/phing -Dversion=$(VERSION) phpunitfast diff --git a/build.xml b/build.xml index f2c94aa45..a56c17748 100644 --- a/build.xml +++ b/build.xml @@ -301,10 +301,17 @@ - - - - + + + + + + + + + + + @@ -314,11 +321,33 @@ + + + + - + + + + + + + + + + + + + + + + + + +