diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-03 15:37:57 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-03 15:37:57 +0000 |
| commit | 4422d2689f60ec0ac2d10db07919f746724cd9b3 (patch) | |
| tree | ff14fdcabd1c8cf6250f7e9b780e57997e1d9c53 /DistUpgrade/DistUpgrade.cfg | |
| parent | 2e432bba1f38efc5c61882d72f9c83a9ba26ccd9 (diff) | |
| download | python-apt-4422d2689f60ec0ac2d10db07919f746724cd9b3.tar.gz | |
* added MaxRetries to the configuration, retry on update errors as well
Diffstat (limited to 'DistUpgrade/DistUpgrade.cfg')
| -rw-r--r-- | DistUpgrade/DistUpgrade.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DistUpgrade/DistUpgrade.cfg b/DistUpgrade/DistUpgrade.cfg index fdc70150..f4491202 100644 --- a/DistUpgrade/DistUpgrade.cfg +++ b/DistUpgrade/DistUpgrade.cfg @@ -1,6 +1,3 @@ -[General] -Frontend=GtkDistUpgradeView - # Distro contains global information about the upgrade [Distro] # the meta-pkgs we support @@ -32,3 +29,6 @@ From=breezy To=dapper ValidOrigin=Ubuntu ValidMirrors = http://archive.ubuntu.com/ubuntu, http://security.ubuntu.com/ubuntu, http://archive.distrosprint/ubuntu/ + +[Network] +MaxRetries=3
\ No newline at end of file |
