[JIRA] [debian-package-builder] (JENKINS-22868) Debian package automatic upgrade fails for a customized configuration

2014-09-23 Thread al.niko...@microsoft.com (JIRA)














































Al Nikolov
 commented on  JENKINS-22868


Debian package automatic upgrade fails for a customized configuration















It keeps breaking live systems while upgrading for no reason.

The patch is small. Take it.



























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] [debian-package-builder] (JENKINS-22868) Debian package automatic upgrade fails for a customized configuration

2014-05-13 Thread al.niko...@microsoft.com (JIRA)












































 
Al Nikolov
 edited a comment on  JENKINS-22868


Debian package automatic upgrade fails for a customized configuration

















--- /etc/init.d/jenkins.orig	2014-05-13 11:05:58.564973080 +0300
+++ /etc/init.d/jenkins	2014-05-13 11:13:06.723067939 +0300
@@ -24,6 +24,7 @@
 #DAEMON=$JENKINS_SH
 DAEMON=/usr/bin/daemon
 DAEMON_ARGS="--name=$NAME --inherit --env=JENKINS_HOME=$JENKINS_HOME --output=$JENKINS_LOG --pidfile=$PIDFILE" 
+[ -n "$PREFIX" ]  JENKINS_ARGS="$JENKINS_ARGS --prefix=$PREFIX"
 
 SU=/bin/su




























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] [debian-package-builder] (JENKINS-22868) Debian package automatic upgrade fails for a customized configuration

2014-05-13 Thread al.niko...@microsoft.com (JIRA)












































 
Al Nikolov
 edited a comment on  JENKINS-22868


Debian package automatic upgrade fails for a customized configuration
















Please apply this diff in order to make the life easier


--- /etc/init.d/jenkins.orig	2014-05-13 11:05:58.564973080 +0300
+++ /etc/init.d/jenkins	2014-05-13 11:13:06.723067939 +0300
@@ -24,6 +24,7 @@
 #DAEMON=$JENKINS_SH
 DAEMON=/usr/bin/daemon
 DAEMON_ARGS="--name=$NAME --inherit --env=JENKINS_HOME=$JENKINS_HOME --output=$JENKINS_LOG --pidfile=$PIDFILE" 
+[ -n "$PREFIX" ]  JENKINS_ARGS="$JENKINS_ARGS --prefix=$PREFIX"
 
 SU=/bin/su




























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] [debian-package-builder] (JENKINS-22868) Debian package automatic upgrade fails for a customized configuration

2014-05-13 Thread al.niko...@microsoft.com (JIRA)














































Al Nikolov
 commented on  JENKINS-22868


Debian package automatic upgrade fails for a customized configuration
















Unable to find source-code formatter for language: diff. Available languages are: _javascript_, sql, xhtml, actionscript, none, html, xml, java--- /etc/init.d/jenkins.orig	2014-05-13 11:05:58.564973080 +0300
+++ /etc/init.d/jenkins	2014-05-13 11:13:06.723067939 +0300
@@ -24,6 +24,7 @@
 #DAEMON=$JENKINS_SH
 DAEMON=/usr/bin/daemon
 DAEMON_ARGS="--name=$NAME --inherit --env=JENKINS_HOME=$JENKINS_HOME --output=$JENKINS_LOG --pidfile=$PIDFILE" 
+[ -n "$PREFIX" ]  JENKINS_ARGS="$JENKINS_ARGS --prefix=$PREFIX"
 
 SU=/bin/su




























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.