Commit c31565fe authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount Committed by Dylan William Hardison

bug 1429243 - Fix default values for version and op_sys when importing from Jitterbugs

parent 37784703
......@@ -30,7 +30,7 @@ if not mimetypes.encodings_map.has_key('.bz2'):
bug_status='CONFIRMED'
component="default"
version=""
version="unspecified"
product="" # this is required, the rest of these are defaulted as above
"""
......@@ -230,6 +230,7 @@ def process_jitterbug(filename):
"bug_id=%s," \
"priority='---'," \
"bug_severity='normal'," \
"op_sys='All'," \
"bug_status=%s," \
"creation_ts=%s," \
"delta_ts=%s," \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment