#10040: Don't ask for verbose output from tar when installing packages
------------------------------+---------------------------------------------
Reporter: mpatel | Owner: drkirkby
Type: enhancement | Status: positive_review
Priority: minor | Milestone: sage-4.6.1
Component: build | Keywords:
Author: Leif Leonhardy | Upstream: N/A
Reviewer: Mitesh Patel | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Comment(by leif):
Replying to [comment:24 leif]:
> Did I already tell the `install.log` size drops to less than the half
with non-verbose untarring and "copying" messages suppressed? (Also quite
significantly depends on the length of `$SAGE_ROOT`...)
{{{
#!sh
$ wc -lc sage-4.6.rc0/install.log-rc0-orig sage-4.6.rc0-short-logs/install
.log-rc0-short-logs
299773 31880226 sage-4.6.rc0/install.log-rc0-orig
122924 15222503 sage-4.6.rc0-short-logs/install.log-rc0-short-logs
422697 47102729 total
$ expr 15222503 - 11 \* `grep -c -- -short-logs sage-4.6.rc0-short-
logs/install.log-rc0-short-logs`
14771536
$ echo "Total bytes saved: `expr 31880226 - 14771536`"
Total bytes saved: 17108690
}}}
(The above computation does not even take into account multiple
occurrences of `$SAGE_ROOT` on a single line, which is also frequently the
case, so we save more than 53.7%. :) )
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10040#comment:25>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.