[Home]

Summary:ASTERISK-02421: "make update" don't use compression
Reporter:Andrey S Pankov (casper)Labels:
Date Opened:2004-09-16 05:20:29Date Closed:2004-09-25 02:01:42
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:To save bandwith is would be nice if cvs use -z3 option.

****** ADDITIONAL INFORMATION ******

--- Makefile    7 Sep 2004 01:49:08 -0000       1.112
+++ Makefile    16 Sep 2004 10:15:57 -0000
@@ -355,11 +355,11 @@
       mkdir -p $(DESTDIR)$(AGI_DIR)
                                                                                                             
update:
       @if [ -d CVS ]; then \
               echo "Updating from CVS..." ; \
-               cvs -q update -Pd; \
+               cvs -z3 -q update -Pd; \
               rm -f .version; \
       else \
               echo "Not CVS";  \
       fi
                                                                                                             
Comments:By: Mark Spencer (markster) 2004-09-16 14:45:23

Fair enough :)