aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2007-05-06 21:42:09 +0000
committerMike Kelly <pioto@gentoo.org>2007-05-06 21:42:09 +0000
commitf01cdac94c7061f007f490f9b98a72cf7d48bc15 (patch)
tree611603630e0922290dc114cd798a8d3c8bffd06a /Makefile
parentHilight usage of the `which` command as an error. People should use the bash ... (diff)
downloadgentoo-syntax-f01cdac94c7061f007f490f9b98a72cf7d48bc15.tar.gz
gentoo-syntax-f01cdac94c7061f007f490f9b98a72cf7d48bc15.tar.bz2
gentoo-syntax-f01cdac94c7061f007f490f9b98a72cf7d48bc15.zip
Make dist-upload work properly.gentoo-syntax-20070506
svn path=/trunk/gentoo-syntax/; revision=36
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index c01bc3c..ac03db7 100644
--- a/Makefile
+++ b/Makefile
@@ -86,13 +86,8 @@ dist:
tar jcf "$(distpkg).tar.bz2" "$(distpkg)"
rm -fr "$(distpkg)/"
-dist-sign: dist
- gpg --armour --detach-sign "$(distpkg).tar.bz2"
- mv "$(distpkg).tar.bz2.asc" "$(distpkg).tar.bz2.signature"
-
-dist-upload: dist dist-sign
- echo -ne "user anonymous gentoo-syntax\ncd incoming\nput $(distpkg).tar.bz2\nput $(distpkg).tar.bz2.signature\nbye" | \
- ftp -n ftp.berlios.de
+dist-upload: dist
+ scp $(distpkg).tar.bz2 dev.gentoo.org:/space/distfiles-local/
clean:
find . -name '*~' | xargs rm || true