diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-24 20:43:26 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-24 20:43:26 +0100 |
| commit | 15c800a63e03039f55f06540f49975d1663be25a (patch) | |
| tree | a9b3109d694ad0933ae14a7e6f2e2c95e171f9ab /UpdateManager/MetaRelease.py | |
| parent | a06fbb1dcf05c9b21dc30a011048e556e037a33d (diff) | |
| download | python-apt-15c800a63e03039f55f06540f49975d1663be25a.tar.gz | |
* move the fetcher code out into UpdateManager/DistUpgradeFetcher.py
* add authentication
Diffstat (limited to 'UpdateManager/MetaRelease.py')
| -rw-r--r-- | UpdateManager/MetaRelease.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UpdateManager/MetaRelease.py b/UpdateManager/MetaRelease.py index 0bc8dc05..cd56970f 100644 --- a/UpdateManager/MetaRelease.py +++ b/UpdateManager/MetaRelease.py @@ -42,8 +42,8 @@ class Dist(object): class MetaRelease(gobject.GObject): # some constants - METARELEASE_URI = "http://changelogs.ubuntu.com/meta-release" - #METARELEASE_URI = "http://people.ubuntu.com/~mvo/dist-upgrader/meta-release-test.save" + #METARELEASE_URI = "http://changelogs.ubuntu.com/meta-release" + METARELEASE_URI = "http://people.ubuntu.com/~mvo/dist-upgrader/meta-release-test.save" METARELEASE_FILE = "/var/lib/update-manager/meta-release" __gsignals__ = { |
