[Git-commits] [grml/grml-live] 5cc5ed: Do not fail source retrieval step with apt >=1.1
Michael Prokop
mika at grml.org
Fri Dec 4 22:53:15 CET 2015
Branch: refs/heads/master
Home: https://github.com/grml/grml-live
Commit: 5cc5ed05cef0ece968315276fca99e83696b1063
https://github.com/grml/grml-live/commit/5cc5ed05cef0ece968315276fca99e83696b1063
Author: Michael Prokop <mika at grml.org>
Date: 2015-12-04 (Fri, 04 Dec 2015)
Changed paths:
M etc/grml/fai/config/scripts/GRMLBASE/03-get-sources
Log Message:
-----------
Do not fail source retrieval step with apt >=1.1
apt >=1.1 tries to drop privileges which fails in our typical setup with:
| W: Can't drop privileges for downloading as file 'zsh_5.2-2.dsc' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
Instead let's check for actual errors (starting with "E:"),
and do not fail the build if there warnings only ("W:").
More information about the Git-commits
mailing list