[JIRA] [core] (JENKINS-26460) RPM upgrade/install should adapt ownership of /var/cache/jenkins

2015-01-20 Thread jie...@java.net (JIRA)














































jieryn
 commented on  JENKINS-26460


RPM upgrade/install should adapt ownership of /var/cache/jenkins















Olaf, thanks to your comment, I also included this in the JENKINS-23273 fix. Here's the PR: https://github.com/jenkinsci/jenkins/pull/1537



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-26460) RPM upgrade/install should adapt ownership of /var/cache/jenkins

2015-01-16 Thread ol...@icp.uni-stuttgart.de (JIRA)














































Olaf Lenz
 created  JENKINS-26460


RPM upgrade/install should adapt ownership of /var/cache/jenkins















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


16/Jan/15 2:01 PM



Description:


The jenkins rpm packages correctly adapt the ownerships of /var/lib/jenkins and JENKINS_HOME to the JENKINS_USER from /etc/sysconfig/jenkins in a postinstall step.
Unfortunately, jenkins also uses the directory /var/cache/jenkins, which is not modified. Therefore I suggest to extend the rpm postinstall script by the line:

chown -R ${JENKINS_USER:-jenkins} /var/cache/jenkins





Environment:


RedHat Linux, using RPM packages




Project:


Jenkins



Priority:


Major



Reporter:


Olaf Lenz

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-26460) RPM upgrade/install should adapt ownership of /var/cache/jenkins

2015-01-16 Thread ol...@icp.uni-stuttgart.de (JIRA)














































Olaf Lenz
 commented on  JENKINS-26460


RPM upgrade/install should adapt ownership of /var/cache/jenkins















I have porposed a patch: https://github.com/jenkinsci/jenkins/pull/1535



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.