On Thu, 2006-12-21 at 05:53 -0800, Robert Hudson wrote:
> I think it is mainly for clarity.  Test Director's login screen isn't
> really to the database, so the logins are not actually to the database
> (Which will have a different username/password).  I suppose the version
> description could be removed if you like.

Thanks for the clarification. I'll only remove 'version'.

> I've taken a look at the way that bugzilla populates this a bit closer
> and realised that the date and the user required is actually the user
> that committed the changed file.  I have done some work and can actually
> retrieve this out of the original comment. (I have attached a new
> version of TestDirector.pm with the update).  There is no way that I'd
> be able to supply entries for author_name or author_email, so I have now
> blanked them off.

OK. I see username and date are now extracted. But the filename is not
set in the format it should yet, if you look again at:

http://bugzilla.mkgnu.net/show_bug.cgi?id=895#c33

> Please can you also remove the following values from the
> TestDirector.conf file as they are no longer needed:
>       tdc_bug_close_date   => '',
>       tdc_bug_author_name  => '',
>       tdc_bug_author_email => ''

Gone.

> I have included another version of the output from merge for you.

Again, thanks a lot.

I've also renamed function calls in general so that the integration_*
functions are only the ones used by Integration.pm. Anything else, (e.g.
currently, integration_get_bug_value) is not really an integration
interface function, but an internal function the backend uses.

Again, I'm sending you a private release. I hope I didn't break things.



_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to