index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-06-06 13:29:37 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-06-07 06:38:46 +0200 |
commit | 3e199e4d992268e9e5b7f03c7b8e843361a2a1ca (patch) | |
tree | f904187138435fd9a41f08320e5fc024ef3cecfb | |
parent | 9ba7fd06524133088d5cfb4f1f19b905e2c8fb75 (diff) |
-rw-r--r-- | Makefile | 8 |
@@ -1,4 +1,4 @@ -V=20220207 +V=$(shell git describe --exact-match) BUILDTOOLVER ?= $(V) PREFIX = /usr/local @@ -168,11 +168,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) bash_completion makepkg-x86_64.conf PKGBUILD.proto shellcheck $^ |