Roundup Tracker - Issues

Message3907

Author wolever
Recipients wolever
Date 2009-11-12.22:51:02
Message-id <1258066263.28.0.673382911713.issue2550601@psf.upfronthosting.co.za>
In-reply-to
To recreate:
 - Check out gsoc-2009
 - Change the demo's template from "classic" to "deval" (see below)
 - Run the demo
 - Try to create a new bug

Adding the 'patches' property to the schema by hand makes things happy, though.

Changing demo's template:
--- demo.py	(revision 4385)
+++ demo.py	(working copy)
@@ -147,7 +147,7 @@
     nuke = args and args[0] == 'nuke'
     if not os.path.exists(home) or nuke:
         backend = 'anydbm'
-        template = 'classic'
+        template = 'devel'
         for opt, arg in opts:
             if opt == '-h':
                 usage()
History
Date User Action Args
2009-11-12 22:51:03woleversetmessageid: <1258066263.28.0.673382911713.issue2550601@psf.upfronthosting.co.za>
2009-11-12 22:51:03woleversetrecipients: + wolever
2009-11-12 22:51:03woleverlinkissue2550601 messages
2009-11-12 22:51:02wolevercreate