From: travisutk Date: Thu, 27 May 2010 22:24:55 +0000 (+0000) Subject: 'make py2exepub' in client now uses rsync --chmod=ugo+rw to ensure the file is downlo... X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=16c3c325ed800a4653e8a4e22f91504228820df8 'make py2exepub' in client now uses rsync --chmod=ugo+rw to ensure the file is downloadable. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@583 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/Makefile b/client/Makefile index a1b4878..8110c87 100644 --- a/client/Makefile +++ b/client/Makefile @@ -10,7 +10,7 @@ install: py2exepub: #publish the windows build. - rsync --exclude .svn -ave ssh --progress tmp/goodfet.zip travisutk,goodfet@web.sourceforge.net:htdocs/dist/gfwin.zip + rsync --exclude .svn -ave ssh --progress --chmod=a+rx tmp/goodfet.zip travisutk,goodfet@web.sourceforge.net:htdocs/dist/gfwin.zip py2exe: #Run this from Win32 with Python, py2exe, py-serial, and GNU utils. #MSP430 Client