diff options
| author | Michael Vogt <egon@top> | 2005-12-12 11:48:24 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-12 11:48:24 +0100 |
| commit | ea1b15e8b5ebc46ccb93924e02af40f2b96dc6ad (patch) | |
| tree | f15588d6e0ce9f258f3da424a4ce184f73a627c1 /UpdateManager/MetaRelease.py | |
| parent | a4f607dd561e3767597d4a6e51c14381343f9c81 (diff) | |
| download | python-apt-ea1b15e8b5ebc46ccb93924e02af40f2b96dc6ad.tar.gz | |
* [code-cleanup] moved get_changelog() to MyCache()
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 2b31c069..b5383a46 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" + METARELEASE_URI = "http://changelogs.ubuntu.com/meta-release" + #METARELEASE_URI = "http://people.ubuntu.com/~mvo/dist-upgrader/meta-release-test" METARELEASE_FILE = "/var/lib/update-manager/meta-release" __gsignals__ = { |
