Codebase list live-build / d08f777
Tell APT to retry downloads a few times before giving up This change has been committed to Debian already. Raphaƫl Hertzog 3 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
171171 # Setting apt pipeline
172172 # LB_APT_PIPELINE
173173
174 APT_OPTIONS="${APT_OPTIONS:---yes}"
175 APTITUDE_OPTIONS="${APTITUDE_OPTIONS:---assume-yes}"
174 APT_OPTIONS="${APT_OPTIONS:---yes -o Acquire::Retries=5}"
175 APTITUDE_OPTIONS="${APTITUDE_OPTIONS:---assume-yes -o Acquire::Retries=5}"
176176
177177 BZIP2_OPTIONS="${BZIP2_OPTIONS:--6}"
178178