Safest way to clean up boot partition - Ubuntu 14.04LTS-x64
Case I: if /boot is not 100% full and apt is working
1. Check the current kernel version
$ uname -r
--------------------- | |
-- Config for https://www.hammerspoon.org/ | |
-- Based on https://gist.github.com/philc/ed70ae4e60062c2d494fae97d5da43ce | |
-- see above for more advanced config including multiple display support | |
--------------------- | |
-- the set of modifier keys you want to use with your shortcuts | |
local modifiers = {"cmd", "shift"} | |
-- make animations fast |
$ uname -r
[http://timothyfitz.wordpress.com/feed/] | |
name = Timothy Fitz | |
[http://progrium.com/blog/atom.xml] | |
name = Jeff Lindsay | |
[http://jf.posterous.com/rss.xml] | |
name = Joël Franusic | |
[http://feeds.feedburner.com/andymoore/mainfeed] |
""" | |
A Python interface to a Hudson instance. | |
Please contribute! | |
* submit bugs/patches/requests via issues.hudson-ci.org | |
* email mcrooney@dev.java.net with bugs/patches/requests | |
* fork the Gist and request a pull: http://gist.github.com/510467 | |
TODO: | |
* remove dep on BeautifulSoup in getTestFailuresForJob, use /api/python instead |