diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-16 21:58:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-16 21:58:47 +0000 |
commit | eddbee038320e5db1049535e71c8954db5076143 (patch) | |
tree | 4e860eb0e359878b13c521187c4101179110d257 /Makefile | |
parent | Releasing debian version 20220614-1. (diff) | |
download | open-infrastructure-service-tools-eddbee038320e5db1049535e71c8954db5076143.tar.xz open-infrastructure-service-tools-eddbee038320e5db1049535e71c8954db5076143.zip |
Merging upstream version 20220615.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -77,6 +77,9 @@ distclean: reinstall: uninstall install release: distclean + git commit -a -s -S -m 'Releasing version $(VERSION).' || true + git tag -s -m 'Tagging version $(VERSION).' v$(VERSION) || true + mkdir service-tools-$(VERSION) find . -mindepth 1 -maxdepth 1 -and -not -name ".git*" -and -not -name debian -and -not -name service-tools-$(VERSION) -exec cp \-a {} service-tools-$(VERSION) \; |