diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-07-10 16:33:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-07-10 16:33:21 +0000 |
commit | 640255572c30658ad75a7ed7948617dd56fdeaa4 (patch) | |
tree | aad1cfd9e13b4490a611dbdd51200621b65fe4ed /Makefile | |
parent | 8177c7b2bdc55ff489f39c471085db9064ae359b (diff) | |
download | drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.tar drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.tar.gz drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.tar.bz2 drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.tar.xz drakx-640255572c30658ad75a7ed7948617dd56fdeaa4.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ clean: find . -name "*~" -o -name ".#*" | xargs rm -f upload: clean install +# do this on source machine: eval `ssh-agent` ; ssh-add function upload() { rsync -qSavz --verbose --exclude '*~' -e ssh --delete $(ROOTDEST)/$$1/$$2 mandrake@kenobi:/c/cooker/$$1; } ;\ upload Mandrake/mdkinst '' ;\ upload Mandrake/base {compss*,mdkinst_stage2.gz,rescue_stage2.gz} ;\ |