summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-06 13:29:37 +0200
committerErich Eckner <git@eckner.net>2022-12-08 12:57:22 +0100
commitc03044ec32e9c91d71a8c0ecbab327c1c1e90007 (patch)
treede29dd3aa58164946feee874aea75016bdf266db
parentc8df79b8892672d27e1ee61fd3d7666755a67a3c (diff)
downloaddevtools-c03044ec32e9c91d71a8c0ecbab327c1c1e90007.tar.xz
Makefile: devtools -> devtools32 in dist and upload targets
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f0332f4..1dfac0b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=20221012
+V=$(shell git describe --exact-match)
BUILDTOOLVER ?= $(V)
PREFIX = /usr/local
@@ -160,11 +160,11 @@ tag:
@git tag --sign --message "Version $(TODAY)" $(TODAY)
dist:
- git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip > devtools-$(V).tar.gz
- gpg --detach-sign --use-agent devtools-$(V).tar.gz
+ git archive --format=tar --prefix=devtools32-$(V)/ $(V) | gzip -9 > devtools32-$(V).tar.gz
+ gpg --detach-sign --use-agent devtools32-$(V).tar.gz
upload:
- scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig repos.archlinux.org:/srv/ftp/other/devtools/
+ scp devtools32-$(V).tar.gz devtools32-$(V).tar.gz.sig sources.archlinux32.org:httpdocs/sources/
check: $(BINPROGS) $(BUILDDIR)/contrib/completion/bash/devtools config/makepkg/x86_64.conf contrib/makepkg/PKGBUILD.proto
shellcheck $^