Ignore:
Timestamp:
02/02/2024 07:19:41 AM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib
Children:
e14adea
Parents:
343ab13
Message:

Remove -v from "chown -R tester" commands

It does no good: normally we have -v for chown so once it no longer has
an effect we can know, but in this case these chown commands will never
have no effect. And a huge amount of output with -v wastes the server
storage and bandwidth (for both the server and the people reading the
build logs).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/util-linux.xml

    r343ab13 r9c73d911  
    104104    </warning>
    105105
    106 <screen><userinput remap="test">chown -Rv tester .
     106<screen><userinput remap="test">chown -R tester .
    107107su tester -c "make -k check"</userinput></screen>
    108108
Note: See TracChangeset for help on using the changeset viewer.