]> git.saurik.com Git - apt.git/commitdiff
* make errors during apt-get update warnings only (default sources spec)
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 20 Feb 2006 18:50:44 +0000 (18:50 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 20 Feb 2006 18:50:44 +0000 (18:50 +0000)
cmdline/apt-get.cc
debian/changelog

index d4a6bee3215152324c2ec7a38ad3d03d5ce94dc3..92051f8ff58a65684a9437f111b9ce1ed64f6294 100644 (file)
@@ -1381,7 +1381,7 @@ bool DoUpdate(CommandLine &CmdL)
       return false;
    
    if (Failed == true)
-      return _error->Error(_("Some index files failed to download, they have been ignored, or old ones used instead."));
+      return _error->Warning(_("Some index files failed to download, they have been ignored, or old ones used instead."));
    
    return true;
 }
index 92a4671f901affe8c271612895c03ed88bc007e1..3490fba7cbed1e66c3376d45dbd0f503cc2292c9 100644 (file)
@@ -25,6 +25,7 @@ apt (0.6.43.3) unstable; urgency=low
   * make apt-cache madison work without deb-src entries (#352583)
   * cmdline/apt-get.cc: only run the list-cleaner if a update was 
     successfull
+  * apt-get update errors are only warnings nowdays
 
  --