Index: maketreeinfo.py
RCS file: /usr/local/CVS/anaconda/scripts/maketreeinfo.py,v retrieving revision 1.1 diff -u -r1.1 maketreeinfo.py --- maketreeinfo.py 20 Feb 2007 22:52:43 -0000 1.1 +++ maketreeinfo.py 21 Feb 2007 23:00:42 -0000 @@ -63,7 +63,7 @@
if data["variant"] is None: print >> sys.stderr, "--variant missing, but that's OK."
- data["version"] = ""
- data["variant"] = ""
if data["version"] is None: print >> sys.stderr, "--version missing! This is probably bad!"
D'oh. Hope that helps. This patch should mean really cool things for automated installer testing. Thanks for applying it.
Applied.
- Chris