Then I would have to suggest that he's wrong; do you have yum-autoupdate
installed? 'Cos that would do it. If so, uninstall it, or edit
/etc/sysconfig/yum-autoupdate
I don't know if you can selectively not update just jenkins.
Otherwise, I don't know of any [default] mechanism where jenkins *would*
update.
--
[neil@fnx ~]# rm -f .signature
[neil@fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil@fnx ~]# exit
Even if it isn't doing auto-updates, jenkins might update along with
the rest of the system whenever a 'yum update' is done. To stop it,
edit /etc/yum.repos.d/jenkins.repo and add a line that says
"enabled=0". Then it will only update if you change it to enabled=1
or override on the yum command line with --enablerepo=jenkins.
--
Les Mikesell
lesmi...@gmail.com