From 5441433da38825f6324dc33f725e15280342dd1e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 21 Jul 2008 15:11:57 -0400 Subject: Add some documentation about what we do and don't do. --- scripts/check-upgrade-paths.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/check-upgrade-paths.py b/scripts/check-upgrade-paths.py index 510a44d..cbf5671 100755 --- a/scripts/check-upgrade-paths.py +++ b/scripts/check-upgrade-paths.py @@ -9,6 +9,14 @@ # Jesse Keating # # This script is loosely based on previous Extras script found at http://cvs.fedoraproject.org/viewcvs/upgradecheck/upgradecheck.py +# We don't actually do checking of subpackages, nor upgrade testing with Obsoletes/Provides. In an ideal world these kinds of +# tests would be done as part of automated testing post-build or post-update submission. We're getting close to these things +# so I decided to leave it out of this script for now. +# +# We also don't generate a owner sorted list of packages, because our packages can have different owners per +# tag and that makes the output kind of weird. Hopefully soon we'll have package aliases that we can mail +# thus we'll be able to send mail to those that are interested in given packages about upgrade path problems. +# For now we just print out something suitable to be sent through /bin/mail import koji -- cgit