Alon Bar-Lev has posted comments on this change.

Change subject: tools: fixed --version output
......................................................................


Patch Set 2: (2 inline comments)

Nice, two minor comments.

....................................................
File src/config.py.in.in
Line 1: """
Line 2: Paths and version constants for @PACKAGE_NAME@
No need for comments in this file at all... but anyway, no need to subst 
comments :))
Line 3: """
Line 4: 
Line 5: PACKAGE_NAME = "@PACKAGE_NAME@"
Line 6: PACKAGE_VERSION = "@PACKAGE_VERSION@"


Line 10: DEFAULT_CA_PEM = "@sysconfdir_POST@/pki/ovirt-engine/ca.pem"
Line 11: DEFAULT_SSH_KEY = 
"@sysconfdir_POST@/pki/ovirt-engine/keys/engine_id_rsa"
Line 12: DEFAULT_CONFIGURATION_FILE = "@engineconfigdir_POST@/logcollector.conf"
Line 13: DEFAULT_LOG_FILE = 
"@localstatedir_POST@/log/ovirt-engine/engine-log-collector.log"
Line 14: DEFAULT_SCRATCH_DIR = "/tmp/logcollector"
This should be moved to the place actually using it, and please use mktemp or 
similar.


--
To view, visit http://gerrit.ovirt.org/12735
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I88f53765028284221a0506efbc595b146a2bca8a
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-log-collector
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com>
Gerrit-Reviewer: Alex Lourie <alou...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Keith Robertson <krobe...@redhat.com>
Gerrit-Reviewer: Kiril Nesenko <knese...@redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgold...@redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschr...@redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to