commit: 0430b6d232abcd98de7d6a4246db2bbb0d96446a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 07:54:24 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 25 07:54:24 2024 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/commit/?id=0430b6d2
Makefile: remove legacy dist rules
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
Makefile | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/Makefile b/Makefile
index 5947e9e..9302f35 100644
--- a/Makefile
+++ b/Makefile
@@ -45,16 +45,3 @@ tag:
@echo
@echo "created tag $(distpkg) - remember to push it"
@echo
-
-dist: tag
- git archive --prefix=$(distpkg)/ --format=tar -o $(distpkg).tar
$(distpkg)
- mkdir $(distpkg)/
- git log > $(distpkg)/ChangeLog
- tar vfr $(distpkg).tar $(distpkg)/ChangeLog
- xz $(distpkg).tar
- rm -rf $(distpkg)/
- @echo "success."
-
-dist-upload: dist
- scp $(distpkg).tar.xz dev.gentoo.org:/space/distfiles-local/
- ssh dev.gentoo.org chmod ug+rw /space/distfiles-local/$(distpkg).tar.xz