]> git.saurik.com Git - apt.git/commitdiff
* debian/apt.conf.daily:
authorMichael Vogt <egon@bottom>
Thu, 6 Dec 2007 13:58:20 +0000 (14:58 +0100)
committerMichael Vogt <egon@bottom>
Thu, 6 Dec 2007 13:58:20 +0000 (14:58 +0100)
  - print warning if the cache can not be locked (closes: #454561),
    thanks to Bastian Kleineidam

1  2 
debian/apt.cron.daily
debian/changelog

index 5524c16eef0482eeeb6ae49c3690bd6103327783,5524c16eef0482eeeb6ae49c3690bd6103327783..1d4df56b63ccd7a06f3633cc01d56e33ed3ec104
@@@ -172,6 -172,6 +172,7 @@@ f
  
  # check if we can lock the cache and if the cache is clean
  if ! apt-get check -q -q 2>/dev/null; then
++    echo "$0: could not lock the APT cache"
      exit 1
  fi
  
index 832ee11d43f764be769b721c6d30616ff8bded45,832ee11d43f764be769b721c6d30616ff8bded45..3154720e511a607ba7bf00321394ca32300b4559
@@@ -18,8 -18,8 +18,11 @@@ apt (0.7.10) unstable; urgency=lo
    [ Michael Vogt ]
    * debian/rules
      - fix https install location
++  * debian/apt.conf.daily:
++    - print warning if the cache can not be locked (closes: #454561),
++      thanks to Bastian Kleineidam
  
-- -- Michael Vogt <mvo@debian.org>  Wed, 28 Nov 2007 17:10:49 +0100
++ -- Michael Vogt <mvo@debian.org>  Thu, 06 Dec 2007 14:38:31 +0100
  
  apt (0.7.9) unstable; urgency=low