On Wed, 06 Jul 2011 15:26:57 -0400, James Westby james.westby@linaro.org wrote:
On Wed, 6 Jul 2011 22:00:24 +0300, Paul Sokolovsky paul.sokolovsky@linaro.org wrote:
It would be better just to upgrade regularly, because there're indeed nice fixes coming in. On the other hand, I remember I knew how to install specific package version with yum, but figure I don't really know how to do it with apt-get, so may be a good occasion to learn ;-).
apt-get install jenkins=version
Of course this only works if the old version is still available in the archive that we get jenkins from.
http://pkg.jenkins-ci.org/debian/
seems to have versions going back at least two years (although only the latest version is in the corresponding Packages file, so maybe wget ; dpkg -i is needed).
Cheers, mwh