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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-01-29 16:45:03 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-01-29 16:45:03 +0300
commit05f0cab319b55afc0ff88bafd43c84d8b5000864 (patch)
tree20f73bac99c77e97c03791a31548249d7059a45c
parent92e14339c8f85875a03b5e4ee19d655f7c0b43bf (diff)
ignore screenshots from packagingv3.0.0
also sort files in the Makefile list Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--Makefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index a53930d4..498ac1e3 100644
--- a/Makefile
+++ b/Makefile
@@ -24,23 +24,24 @@ clean:
appstore: clean
mkdir -p $(sign_dir)
rsync -a \
- --exclude=/build \
- --exclude=/docs \
- --exclude=/translationfiles \
- --exclude=.tx \
- --exclude=/tests \
+ --exclude=.drone.yml \
--exclude=.git \
- --exclude=.github \
- --exclude=/l10n/l10n.pl \
- --exclude=/CONTRIBUTING.md \
- --exclude=/issue_template.md \
- --exclude=/README.md \
--exclude=.gitattributes \
+ --exclude=.github \
--exclude=.gitignore \
--exclude=.scrutinizer.yml \
--exclude=.travis.yml \
+ --exclude=.tx \
+ --exclude=/build \
+ --exclude=/CONTRIBUTING.md \
+ --exclude=/docs \
+ --exclude=/issue_template.md \
+ --exclude=/l10n/l10n.pl \
--exclude=/Makefile \
- --exclude=.drone.yml \
+ --exclude=/README.md \
+ --exclude=/screenshots \
+ --exclude=/tests \
+ --exclude=/translationfiles \
$(project_dir)/ $(sign_dir)/$(app_name)
tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
-C $(sign_dir) $(app_name)