source: projects/specs/trunk/a/apt/apt.conf-0.5.15 @ 4141

Revision 4141, 358 bytes checked in by daisuke, 13 years ago (diff)

apt: add Acquire::Retries "3" and Acquire::Queue-mode "access"

Line 
1// User configuration
2
3APT
4{
5  Get
6  {
7    // Uncomment to show versions of packages
8    // Show-Versions "true";
9  };
10 
11};
12
13RPM
14{
15   // Uncomment if you DO NOT want to remove older kernels
16   // Remove-Old-Kernels "false";
17}
18
19Acquire
20{
21    CDROM::Copy "true";
22    Retries "3";
23    // http::Proxy "http://user:password@proxt-server.example.com:port/";
24}
Note: See TracBrowser for help on using the repository browser.