[28521] in Source-Commits

home help back first fref pref prev next nref lref last post

auto-update commit: Disable CLEANUP_OLD_KERNELS

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon Apr 27 14:45:20 2015

Date: Mon, 27 Apr 2015 14:45:14 -0400
From: Jonathan D Reed <jdreed@mit.edu>
Message-Id: <201504271845.t3RIjEVv008115@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/auto-update/commit/1b3913fb9f94ba6ac3c8bbd08ccb961226076ab8
commit 1b3913fb9f94ba6ac3c8bbd08ccb961226076ab8
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Mon Apr 27 14:25:46 2015 -0400

    Disable CLEANUP_OLD_KERNELS
    
    Because it breaks the world in Trusty, and because as of
    raring, the kernel's postinst.d configures APT to allow
    autoremove of older kernels

 debian/athena-auto-update |    2 +-
 debian/changelog          |    8 ++++++++
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/debian/athena-auto-update b/debian/athena-auto-update
index 1d32604..5a6ed14 100644
--- a/debian/athena-auto-update
+++ b/debian/athena-auto-update
@@ -177,7 +177,7 @@ CLEANUP_OLD_KERNELS=no
 # On cluster machines, force our desired settings
 # Ignore /etc/default/debathena-auto-update
 if dpkg-query --showformat '${Status}\n' -W "debathena-cluster" 2>/dev/null | grep -q ' installed$'; then
-    CLEANUP_OLD_KERNELS=yes
+    CLEANUP_OLD_KERNELS=no
     UPDATE_FORCE_CONFFILE=new
     RUN_UPDATE_HOOK=yes
 fi
diff --git a/debian/changelog b/debian/changelog
index fdf0f2b..900ba07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debathena-auto-update (1.47) unstable; urgency=low
+
+  * Disable CLEANUP_OLD_KERNELS, because it no longer works on Trusty,
+    because the linux-image-extra-VERSION-generic packages now depend on
+    linux-image-generic, and autoremove it.
+
+ -- Jonathan Reed <jdreed@mit.edu>  Mon, 27 Apr 2015 14:25:10 -0400
+
 debathena-auto-update (1.46) unstable; urgency=low
 
   * Switch back to /var/run and invoke update hook via sh directly.

home help back first fref pref prev next nref lref last post