Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-02-03 08:34:43 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-02-03 08:34:43 +0100
commit402ca5c42da4b3a8c106d2fb30e44cbcecdd9e69 (patch)
tree7e2ac0c9758e51ca6322168741995c405dc76a84
parente2150d729239c42e358482a3fdfa52246c48ac05 (diff)
using tag for source targball, using source user when uploading explicitelyHEAD2021.11master
-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