]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Fix download url of tarballs.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Feb 2010 17:41:53 +0000 (18:41 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Feb 2010 17:41:53 +0000 (18:41 +0100)
naoki/constants.py

index 92dfd8eb928e0fc017d7ac9495309e162b3df268..803eb1f212993226cf384e0f4cc650b3faf93baf 100644 (file)
@@ -42,8 +42,7 @@ class Config(object):
                "distro_slogan"   : "unknown",
                #
                # Downloads
-               "download_object_url" : "http://source.ipfire.org/source-3.x/%(file)s",
-               "download_patch_url"  : "http://source.ipfire.org/source-3.x/%(file)s",
+               "download_tarball_url" : "http://source.ipfire.org/source-3.x/%(file)s",
                #
                # Logging
                "log_config_file" : os.path.join(CONFIGDIR, "logging.ini"),