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

github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2017-01-20 00:31:00 +0300
committerJulius Haertl <jus@bitgrid.net>2017-01-20 00:31:00 +0300
commitb51354506ecb36f5aa51e2476a0d1a1f6e7ec567 (patch)
tree7c4bd51b1040f93eb20e99f50e3eb72f9a1f979d
parente923247c76119b8f66619d37969ddfb25721f20f (diff)
Bump version to 0.2.00.2.0
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ba128e4..0e9a0cb 100644
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ source:
appstore:
rm -rf $(appstore_build_directory)
mkdir -p $(appstore_build_directory)
- tar cvzf $(appstore_package_name).tar.gz ../$(app_name) \
+ tar cvzf $(appstore_package_name).tar.gz \
--exclude-vcs \
--exclude="../$(app_name)/build" \
--exclude="../$(app_name)/tests" \
@@ -150,6 +150,7 @@ appstore:
--exclude="../$(app_name)/protractor\.*" \
--exclude="../$(app_name)/.*" \
--exclude="../$(app_name)/js/.*" \
+ ../$(app_name)
# Command for running JS and PHP tests. Works for package.json files in the js/
# and root directory. If phpunit is not installed systemwide, a copy is fetched
@@ -171,4 +172,4 @@ ifeq (, $(shell which phpunit 2> /dev/null))
else
phpunit -c phpunit.xml --coverage-clover build/php-unit.clover
phpunit -c phpunit.integration.xml --coverage-clover build/php-unit.clover
-endif \ No newline at end of file
+endif