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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsplitt3r <splitt3r@users.noreply.github.com>2018-01-14 16:26:45 +0300
committersplitt3r <splitt3r@users.noreply.github.com>2018-01-14 16:26:45 +0300
commitea042ed532f1340b8a7998102841801e7dded94a (patch)
tree965c16c6827cec0a2422e502c99f41827060e1aa /Makefile
parenteac04fe7ca31edff6e9c16b2652ea22e9dd4d11c (diff)
Merge branch 'master' into develop-0.9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index a2953bac..d26ff102 100644
--- a/Makefile
+++ b/Makefile
@@ -79,11 +79,6 @@ appstore:
--exclude="l10n/no-php" \
./ $(build_source_directory)/$(app_name)
- @if [ -f $(nc_cert_directory)/$(app_name).key ]; then \
- echo "Creating integrity file..."; \
- php ../../occ integrity:sign-app --privateKey="$(nc_cert_directory)/$(app_name).key" --certificate="$(nc_cert_directory)/$(app_name).crt" --path "$(build_source_directory)/$(app_name)"; \
- fi
-
tar cvzf $(appstore_package_name).tar.gz --directory="$(build_source_directory)" $(app_name)
@if [ -f $(nc_cert_directory)/$(app_name).key ]; then \
@@ -132,11 +127,6 @@ else
# We need to replace Nc screenshot urls with the oC ones
sed -i -E "s~(<screenshot>)([^<]*).(png|jpg|jpeg)(</screenshot>)~\1\2-oc.\3\4~" $(build_source_directory)/$(app_name)/appinfo/info.xml
- @if [ -f $(oc_cert_directory)/$(app_name).key ]; then \
- echo "Creating integrity file..."; \
- php ../../occ integrity:sign-app --privateKey="$(oc_cert_directory)/$(app_name).key" --certificate="$(oc_cert_directory)/$(app_name).crt" --path "$(build_source_directory)/$(app_name)"; \
- fi
-
tar cvzf $(marketplace_package_name).tar.gz --directory="$(build_source_directory)" $(app_name)
@if [ -f $(oc_cert_directory)/$(app_name).key ]; then \