]> git.saurik.com Git - apt.git/commitdiff
* debian/apt.cron.daily:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Feb 2008 14:50:24 +0000 (15:50 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Feb 2008 14:50:24 +0000 (15:50 +0100)
  - add apt-key net-update to the nightly cron job

debian/apt.cron.daily
debian/changelog

index c4124981a6f5714c4f1205410c3bcda294a1c7a5..d1ee08a5cb3c0d3516416801d6e490e69fb15c79 100644 (file)
@@ -182,6 +182,9 @@ fi
 
 UPDATE_STAMP=/var/lib/apt/periodic/update-stamp
 if check_stamp $UPDATE_STAMP $UpdateInterval; then
+    # check for a new archive signing key (against the master keyring)
+    apt-key net-update
+    # now run the update
     if apt-get -qq update -o APT::Update::Auth-Failure::="cp /usr/share/apt/apt-auth-failure.note /var/lib/update-notifier/user.d/" 2>/dev/null; then 
        # Could possible test access to '/var/run/dbus/system_bus_socket' has well,
        # but I'm not sure how stable the internal pipe location is defined as
index c71695fd187811e8d36281974a46750d269de08d..12b6d63065f3e50282783da101d5f7a799d37c70 100644 (file)
@@ -5,6 +5,8 @@ apt (0.7.9ubuntu10) hardy; urgency=low
       ubuntu-archive-keyring.gpg and add keys from it that are 
       signed by the ubuntu-master-keyring.gpg 
       (apt-archive-key-signatures spec)
+  * debian/apt.cron.daily:
+    - add apt-key net-update to the nightly cron job
 
  --