]> git.saurik.com Git - apt.git/commitdiff
* debian/apt.cron.daily:
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 11 Sep 2007 19:46:51 +0000 (21:46 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 11 Sep 2007 19:46:51 +0000 (21:46 +0200)
  - move unattended-upgrade before apt-get autoclean

debian/apt.cron.daily
debian/changelog

index 778e3cefefb9da48091f95aae9d6db9e91b18b83..34d6b164fafac04472e2260d035176dd03a5d477 100644 (file)
@@ -186,17 +186,17 @@ if check_stamp $DOWNLOAD_UPGRADEABLE_STAMP $DownloadUpgradeableInterval; then
     update_stamp $DOWNLOAD_UPGRADEABLE_STAMP
 fi
 
-AUTOCLEAN_STAMP=/var/lib/apt/periodic/autoclean-stamp
-if check_stamp $AUTOCLEAN_STAMP $AutocleanInterval; then
-    apt-get -qq autoclean
-    update_stamp $AUTOCLEAN_STAMP
-fi
-
 UPGRADE_STAMP=/var/lib/apt/periodic/upgrade-stamp
 if check_stamp $UPGRADE_STAMP $UnattendedUpgradeInterval; then
     unattended-upgrade
     update_stamp $UPGRADE_STAMP
 fi
 
+AUTOCLEAN_STAMP=/var/lib/apt/periodic/autoclean-stamp
+if check_stamp $AUTOCLEAN_STAMP $AutocleanInterval; then
+    apt-get -qq autoclean
+    update_stamp $AUTOCLEAN_STAMP
+fi
+
 # check cache size 
 check_size_constraints
index 69721ebc8de4224b0b0990628457639111f8d1b6..dfd9cc6bbca4f3a60fddde6a0dc979892cb0521c 100644 (file)
@@ -26,6 +26,8 @@ apt (0.7.7) UNRELEASED; urgency=low
       communication to 1000 for the debtorrent backend
   * make apt build with g++ 4.3
   * fix missing SetExecClose() call when the status-fd is used
+  * debian/apt.cron.daily:
+    - move unattended-upgrade before apt-get autoclean
 
   [ Ian Jackson ]
   * dpkg-triggers: Deal properly with new package states.