Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4790ccc..b386b59 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
-V=$(shell git describe --exact-match)
+V=$(shell git describe --tags)
dist:
git archive --format=tar --prefix=reflector32-$(V)/ $(V) | gzip -9 > reflector32-$(V).tar.gz
gpg --detach-sign --use-agent reflector32-$(V).tar.gz
upload:
- scp reflector32-$(V).tar.gz reflector32-$(V).tar.gz.sig sources.archlinux32.org:httpdocs/sources/
+ scp reflector32-$(V).tar.gz reflector32-$(V).tar.gz.sig sources@sources.archlinux32.org:httpdocs/sources/
clean:
rm reflector32-$(V).tar.gz reflector32-$(V).tar.gz.sig