Update of /cvsroot/spambayes/website/scripts
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv32552/scripts

Modified Files:
        make.rules 
Log Message:
Preserving times doesn't seem to work anymore (a sf change, perhaps?).  We 
don't really need that AFAIK, so take it out.

Index: make.rules
===================================================================
RCS file: /cvsroot/spambayes/website/scripts/make.rules,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** make.rules  25 Mar 2007 04:08:39 -0000      1.7
--- make.rules  25 Mar 2007 04:22:09 -0000      1.8
***************
*** 87,91 ****
        fi
        @echo Push to $(LIVE_DEST) ...
!       rsync --rsh=$(RSYNC_RSH) -v -r -l -t --update $(LOCAL_INCLUDE) 
$(GLOBAL_EXCLUDES) $(EXCLUDE_FROM) ./* $(LIVE_DEST)
  
  validate:     $(TARGETS)
--- 87,91 ----
        fi
        @echo Push to $(LIVE_DEST) ...
!       rsync --rsh=$(RSYNC_RSH) -v -r -l --update $(LOCAL_INCLUDE) 
$(GLOBAL_EXCLUDES) $(EXCLUDE_FROM) ./* $(LIVE_DEST)
  
  validate:     $(TARGETS)

_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins

Reply via email to