Re: best way to update jenkins on ubuntu 13.10?

2013-11-22 Thread Marius Gedminas
On Thursday, November 21, 2013 10:30:03 PM UTC+2, and...@wazoku.com wrote: Ah yes sorry I missed that.. Now I followed the doc from that page but it still didn't work and left me in a half-configured state; I had to force a dpkg -i of the old package to fix it.. Basically it was failing

Re: best way to update jenkins on ubuntu 13.10?

2013-11-22 Thread Daniel Beck
On 22.11.2013, at 09:27, Marius Gedminas mar...@gedmin.as wrote: There's a bug in upstream packaging that breaks upgrades: https://issues.jenkins-ci.org/browse/JENKINS-18798 There's a related bug that makes Jenkins not start up on boot: https://issues.jenkins-ci.org/browse/JENKINS-19329

best way to update jenkins on ubuntu 13.10?

2013-11-21 Thread andrea crotti
On ubuntu server now there is this version: Jenkins ver. 1.509.2 http://jenkins-ci.org/ which however is not letting me install Cobertura and other few things for example. I would like to update it but also still use a standard package style, is that possible? There was a PPA for that but very

Re: best way to update jenkins on ubuntu 13.10?

2013-11-21 Thread andrea
Ah yes sorry I missed that.. Now I followed the doc from that page but it still didn't work and left me in a half-configured state; I had to force a dpkg -i of the old package to fix it.. Basically it was failing Setting up jenkins (1.540) ... start: Job failed to start invoke-rc.d: initscript

Re: best way to update jenkins on ubuntu 13.10?

2013-11-21 Thread Sebastian Otaegui
The Jenkins website specifies how to import the key in the gpg keystore On Nov 21, 2013 10:21 AM, andrea crotti andrea.crott...@gmail.com wrote: It complains about the key now when I try to do the update though.. W: GPG error: http://pkg.jenkins-ci.org binary/ Release: The following

Re: best way to update jenkins on ubuntu 13.10?

2013-11-21 Thread Nick Stolwijk
As far as I know you can use the debian repository of Jenkins. I have this in /etc/apt/sources.list.d/jenkins.list: deb http://pkg.jenkins-ci.org/debian binary/ Hth, Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to die, you can die happy

Re: best way to update jenkins on ubuntu 13.10?

2013-11-21 Thread andrea crotti
It complains about the key now when I try to do the update though.. W: GPG error: http://pkg.jenkins-ci.org binary/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9B7D32F2D50582E6 On Thursday, November 21, 2013 2:39:12 PM UTC, andrea