Operating System database field

Neil Griffiths ngriffiths at climax.co.uk
Fri Aug 8 11:43:23 UTC 2003


Incidentally, when I did this, the script produced this output:

Updating field op_sys in table bugs ...
Updating field rep_platform in table bugs ...

You'd imagine it had actually updated it, wouldn't you? :-/

Weirder still is that when re-creating the database, it still manages to
fill it out with the default data... That's the bit that has me puzzled!

Kind regards,
Neil

----- Original Message -----
From: "Jason Pyeron" <jason at pyeron.com>
To: <developers at bugzilla.org>
Sent: Friday, August 08, 2003 12:29 PM
Subject: Re: Operating System database field


> Edit localconfig
> then ./checksetup.pl
>
> Jason Pyeron
>
>
> On Fri, 8 Aug 2003, Neil Griffiths wrote:
>
> > Hi,
> >
> > I'm currently setting up a bugzilla installation for use internally here
and
> > I'm a bit puzzled. Everything works fine, but I'm customising it to our
> > needs.
> >
> > I initially ran checksetup.pl which got everything running just fine,
but
> > we're a games company and so all the different platforms are pretty
> > pointless, we only need Gamecube, GBA, PC, PS2 and X-Box. It also makes
the
> > OS field unneeded. I edited the checksetup.pl script so that OS would
> > contain only N/A like so:
> >
> > @opsys = (
> >         "N/A"
> > );
> > ');
> >
> > And then I edited the platforms like so:
> >
> > @platforms = (
> >         "All",
> >         "Gamecube",
> >         "GBA",
> >         "PC",
> >         "PS2",
> >         "X-Box"
> > );
> > ');
> >
> > After running the script again, I saw no changes. Puzzled, I even
dropped
> > the bugs table and restarted - but again I see the old platforms and OS
> > data. Where is this stored? I can't find any reference to, say, FreeBSD
> > anywhere in the Bugzilla directory anymore - but it's still coming up.
It
> > must be in MySQL (unless Bugzilla caches something somehow) - but how
can I
> > get rid of it and change it?
> >
> > Thanks in advance for any help!
> >
> > Kind regards,
> > Neil
> >
> > -
> > To view or change your list settings, click here:
> > <http://bugzilla.org/cgi-bin/mj_wwwusr?user=jpyeron@pyerotechnics.com>
> >
>
> --
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> -                                                               -
> - Jason Pyeron                   http://www.pyerotechnics.com   -
> - Owner & Lead                  Pyerotechnics Development, Inc. -
> -                               500 West University Parkway #1S -
> - +1 (410) 808-6646             Baltimore, Maryland  21210-3253 -
> -                                                               -
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information. If you
> have received it in error, purge the message from your system and
> notify the sender immediately.  Any other use of the email by you
> is prohibited.
>
>
>
> -
> To view or change your list settings, click here:
> <http://bugzilla.org/cgi-bin/mj_wwwusr?user=ngriffiths@climax.co.uk>
>




More information about the developers mailing list