summaryrefslogtreecommitdiffstats
path: root/scripts/upgradecheck/upgradecheck.py
diff options
context:
space:
mode:
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"