aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4c077dd..2c1d4b3 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,6 @@ build: prepare
release: rpm tar
@$(eval filename := $(app_name)-$(target)-$(channel))
rsync -avz $(filename).tar.gz deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name)
- rsync -avz $(filename).asc deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name)
$(architectures):
ifneq ($(channel),)
@@ -31,7 +30,6 @@ rpm: build
tar: build
@$(eval filename := $(app_name)-$(target)-$(channel))
tar -czvf $(filename).tar.gz -C target/$(target)/$(profile)/ $(app_name)
- gpg --armor --output $(filename).asc --detach-sig $(filename).tar.gz
package: $(architectures)