-
Notifications
You must be signed in to change notification settings - Fork 107
Need to set up linux boxes to auto-update to stable packages #275
Comments
@aneeshusa HA! Great catch. I keep using different words and never see it. I tend to open these when I log into a machine and see "147 security updates needed," which always freaks me out. I'd personally like to have at least something basic that will get us security updates, even if it means we might left-pad our CI infra one day rather than leave machines unpatched or rely on manual updating. |
Not sure if this is the best way, but http://blog.viraptor.info/post/75262988169/ubuntu-unattended-upgrades-the-salt-way suggests it. Fixes servo#275
Something else that might help is auditing the packages that are installed; I just checked |
I definitely agree! The I believe that it's extra bad because in the dark, dark early days we all did our testing and part of our CI development directly on that machine. It's also survived major transitions (e.g., from the "bors" autolander to "homu," completely different methods of github events vs. polling tools, etc.). Is the |
Well, As I mentioned in #215, look into using Salt multimaster to manage the |
I currently run
sudo dpkg-reconfigure --priority=low unattended-upgrades
on new Linux machines by hand (it has a GUI popup). Presumably there's a better way to set this up to happen automatically.The text was updated successfully, but these errors were encountered: