Rami Vaknin has uploaded a new change for review. Change subject: tools: Use standard colors in the shell output (no bz) ......................................................................
tools: Use standard colors in the shell output (no bz) There are tools that can work only with the standard colors, like the AnsiColor plugin for Jenkins. Change-Id: Iafb18728efb6b1724fb3725cbf1615621187b3a1 Signed-off-by: Rami Vaknin <[email protected]> --- M packaging/fedora/setup/basedefs.py 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/60/7660/1 diff --git a/packaging/fedora/setup/basedefs.py b/packaging/fedora/setup/basedefs.py index dcc341d..2cd7385 100644 --- a/packaging/fedora/setup/basedefs.py +++ b/packaging/fedora/setup/basedefs.py @@ -154,9 +154,9 @@ #text colors RED="\033[0;31m" -GREEN="\033[92m" -BLUE="\033[94m" -YELLOW="\033[93m" +GREEN="\033[32m" +YELLOW="\033[33m" +BLUE="\033[34m" NO_COLOR="\033[0m" COLORS = (RED, GREEN, BLUE, YELLOW, NO_COLOR) -- To view, visit http://gerrit.ovirt.org/7660 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iafb18728efb6b1724fb3725cbf1615621187b3a1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Rami Vaknin <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
