summaryrefslogtreecommitdiffstats
path: root/scripts/upgradecheck/upgradecheck.py
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@vader.jdub.homelinux.org>2008-04-03 09:40:00 -0500
committerJosh Boyer <jwboyer@vader.jdub.homelinux.org>2008-04-03 09:40:00 -0500
commitc0d6340e90effa50077b210c69e3ef06db6022db (patch)
tree2bf26fd5877215619b1dcbc216e2c37218df4a96 /scripts/upgradecheck/upgradecheck.py
parent48516cbeb9b433706804a3424f1b2e70efc3e221 (diff)
downloadreleng-c0d6340e90effa50077b210c69e3ef06db6022db.tar.gz
releng-c0d6340e90effa50077b210c69e3ef06db6022db.tar.xz
releng-c0d6340e90effa50077b210c69e3ef06db6022db.zip
- Remove crusty dist versions
- Remove old config file and add a new one
Diffstat (limited to 'scripts/upgradecheck/upgradecheck.py')
-rwxr-xr-xscripts/upgradecheck/upgradecheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/upgradecheck/upgradecheck.py b/scripts/upgradecheck/upgradecheck.py
index af98af1..8a47188 100755
--- a/scripts/upgradecheck/upgradecheck.py
+++ b/scripts/upgradecheck/upgradecheck.py
@@ -42,7 +42,7 @@ smtp_server = None
# and all repos containing that number in their id's will be associated with
# the corresponding distro version. For example, repo id "foo9bar" will be
# associated with distro "9".
-dists = ('4', '5', '6', '7')
+dists = ('8', '9')
# Architectures to operate on.
archs = rpmUtils.arch.getArchList('src')
@@ -107,7 +107,7 @@ class MySolver(yum.YumBase):
def evrstr(evr):
return evr and "%s:%s-%s" % evr or "(missing)"
-def koji_get_info(name, report, pkg_evr, tags=["dist-fc7", "f7-final", "dist-fc7-updates-candidate"]):
+def koji_get_info(name, report, pkg_evr, tags=["dist-rawhide"]):
koji_server = "http://koji.fedoraproject.org/kojihub"
koji_session = koji.ClientSession(koji_server, {})
fmt = " %(nvr)-40s %(tag_name)-20s %(owner_name)s"