summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-07-21 15:11:57 -0400
committerJesse Keating <jkeating@redhat.com>2008-07-21 15:11:57 -0400
commit5441433da38825f6324dc33f725e15280342dd1e (patch)
treeaadd8fe6caa9ee4236fdda7a44ecce351332f878
parentf5d575482a5d69b7a0937dbc7c6e260629ff3dee (diff)
downloadreleng-5441433da38825f6324dc33f725e15280342dd1e.tar.gz
releng-5441433da38825f6324dc33f725e15280342dd1e.tar.xz
releng-5441433da38825f6324dc33f725e15280342dd1e.zip
Add some documentation about what we do and don't do.
-rwxr-xr-xscripts/check-upgrade-paths.py8
1 files changed, 8 insertions, 0 deletions
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 <jkeating@redhat.com>
#
# 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