All,

On Debian unstable and Ubuntu, the version of rsync installed is incompatible 
with the version of rsync which is installed on the wald server as part of 
the "make online" process.  It can be resolved by the following patch.  The 
question is whether we should commit this change and whether it will break 
other users.

Index: Makefile
===================================================================
--- Makefile    (revision 4596)
+++ Makefile    (working copy)
@@ -54,7 +54,7 @@

 online: all
        echo "Going to put current contents online for 
openvas.wald.intevation.org ..."
-       rsync -urvP --exclude='.svn' $(ADD_INST_TYPES) $(TARGETS) 
$(ADD_INST_DIRS) \
+       rsync --protocol=29 -urvP --exclude='.svn' $(ADD_INST_TYPES) 
$(TARGETS) $(ADD_INST_DIRS) \
       $(USER)@wald.intevation.org:/openvas/htdocs/

 install: all

Tim
-- 
Tim Brown
<mailto:t...@openvas.org>
<http://www.openvas.org/>
_______________________________________________
Openvas-devel mailing list
Openvas-devel@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-devel

Reply via email to