Explorar el Código

* make errors during apt-get update warnings only (default sources spec)

Michael Vogt hace 20 años
padre
commit
9ceaa28f2c
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 1
      cmdline/apt-get.cc
  2. 1 0
      debian/changelog

+ 1 - 1
cmdline/apt-get.cc

@@ -1381,7 +1381,7 @@ bool DoUpdate(CommandLine &CmdL)
       return false;
       return false;
    
    
    if (Failed == true)
    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;
    return true;
 }
 }

+ 1 - 0
debian/changelog

@@ -25,6 +25,7 @@ apt (0.6.43.3) unstable; urgency=low
   * make apt-cache madison work without deb-src entries (#352583)
   * make apt-cache madison work without deb-src entries (#352583)
   * cmdline/apt-get.cc: only run the list-cleaner if a update was 
   * cmdline/apt-get.cc: only run the list-cleaner if a update was 
     successfull
     successfull
+  * apt-get update errors are only warnings nowdays
 
 
  -- 
  --