Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/univention-app.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-08-13 18:49:27 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-08-13 18:49:27 +0300
commit381542c607c36e8ed099dfad84049d2b3ca158ea (patch)
tree6f284e7d38474c8cb45a5d7e2d9e97f9e00dfd71
parentbcde0e26f9f07019a825c07c608b70f4110f959c (diff)
fix upload and config api calls
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ca9af03..ddf3b97 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ add-version:
.PHONY: push-files
push-files:
- univention-appcenter-control upload --noninteractive $(app_name)=$(app_version) \
+ univention-appcenter-control upload --noninteractive $(ucs_version)/$(app_name)=$(app_version) \
env \
restore_data_before_setup \
setup \
@@ -57,7 +57,7 @@ push-files:
i18n/de/README_UNINSTALL_DE \
i18n/en/README_POST_UPDATE_EN \
i18n/de/README_POST_UPDATE_DE
- univention-appcenter-control set --noninteractive $(app_name)=$(app_version) \
+ univention-appcenter-control set --noninteractive $(ucs_version)/$(app_name)=$(app_version) \
--json '{"DockerImage": "nextcloud/univention-app:$(app_version)", "UMCOptionsAttributes": "nextcloudEnabled", "WebInterface": "/nextcloud", "MinPhysicalRam": "512", "RequiredUcsVersion": "4.4-0", "SupportedUCSVersions": "4.4-0", "RequiredAppVersionUpgrade": "$(app_upgrade_from)"}'
.PHONY: docker