-
Improvement
-
Resolution: Done
-
Minor
-
debian packages
the file /etc/default/jenkins in the debian package has a line with a config value and a comment in the same line:
JAVA_ARGS="-Djava.awt.headless=true" # Allow graphs etc. to work even when an X server is present
this leads to some problems regarding automation and also makes this harder to read. i would prefer to have all comments in seperate lines, for example:
# Allow graphs etc. to work even when an X server is present
JAVA_ARGS="-Djava.awt.headless=true"
please consider to change this.
- links to
[JENKINS-39777] comments in /etc/default/jenkins
Assignee | New: Kohsuke Kawaguchi [ kohsuke ] |
Component/s | New: packaging [ 20120 ] | |
Component/s | Original: core [ 15593 ] |
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] | New: Manuel Recena Soto [ recena ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "PR-86 (Web Link)" [ 15100 ] |
assigned to you, as the maintainer of the deb package.
best regards