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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-26 20:57:41 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-04-26 20:57:41 +0300
commitb8ce04193057967835826672b4b593adb4b31c61 (patch)
tree6228cbaedd7e564f7aeaf29bcb95ec0831436015
parent6aa5b1134b8a238a5a644366b0b1f581cb5429fd (diff)
Adjust makefilev1.0.2
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r--Makefile7
-rw-r--r--appinfo/info.xml2
2 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 84a15bad..f106b3b7 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
webpack=node_modules/.bin/webpack
-version+=1.0.1
+version+=1.0.2
jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*)
othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*)
@@ -16,7 +16,8 @@ othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*
all: build/main.js
clean:
- rm -rf $(build_dir)
+ rm -rf $(sign_dir)
+ rm -rf $(build_dir)/$(app_name)-$(version).tar.gz
rm -rf node_modules
node_modules: package.json
@@ -38,8 +39,8 @@ create-tag:
appstore: clean
mkdir -p $(sign_dir)
rsync -a \
- --exclude=/build \
--exclude=/docs \
+ --exclude=/build/sign \
--exclude=/l10n/templates \
--exclude=/l10n/.tx \
--exclude=/tests \
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 40b85606..4d9b7e39 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ Folders can be configured from *Group folders* in the admin settings.
After a folder is created, the admin can give access to the folder to one or more groups.]]></description>
<licence>AGPL</licence>
<author>Robin Appelman</author>
- <version>1.0.1</version>
+ <version>1.0.2</version>
<types>
<filesystem/>
</types>