diff options
author | Mike Kelly <pioto@gentoo.org> | 2007-05-06 21:42:09 +0000 |
---|---|---|
committer | Mike Kelly <pioto@gentoo.org> | 2007-05-06 21:42:09 +0000 |
commit | f01cdac94c7061f007f490f9b98a72cf7d48bc15 (patch) | |
tree | 611603630e0922290dc114cd798a8d3c8bffd06a | |
parent | Hilight usage of the `which` command as an error. People should use the bash ... (diff) | |
download | gentoo-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
-rw-r--r-- | Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 |