After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763277 - commands/run: quiet commands by default
commands/run: quiet commands by default
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-08 00:40 UTC by Martin Kelly
Modified: 2016-05-18 12:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-commands-run-quiet-commands-by-default.patch (2.26 KB, patch)
2016-03-08 00:40 UTC, Martin Kelly
committed Details | Review

Description Martin Kelly 2016-03-08 00:40:23 UTC
Created attachment 323336 [details] [review]
0001-commands-run-quiet-commands-by-default.patch

Currently, when you do "cerbero run COMMAND", cerbero prefaces the
command with "Running command COMMAND". Although this can be helpful,
it's inconvenient when using pipes or doing shell scripting.

Thus, in the Unix tradition, quiet the run command by default, and add
an optional -v/--verbose flag to print the message.
Comment 1 Martin Kelly 2016-05-18 00:37:47 UTC
(friendly ping)
Comment 2 Martin Kelly 2016-05-18 00:38:19 UTC
Oh, I see this was already accepted. Never mind my ping :).
Comment 3 Sebastian Dröge (slomo) 2016-05-18 12:13:46 UTC
commit 84751cfb174ea6140d4dfd55d93705c19b461ed6
Author: Martin Kelly <martin@surround.io>
Date:   Mon Mar 7 12:01:44 2016 -0800

    commands/run: quiet commands by default
    
    Currently, when you do "cerbero run COMMAND", cerbero prefaces the
    command with "Running command COMMAND". Although this can be helpful,
    it's inconvenient when using pipes or doing shell scripting.
    
    Thus, in the Unix tradition, quiet the run command by default, and add
    an optional -v/--verbose flag to print the message.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763277