On Sat, Apr 16, 2011 at 12:25:44PM -0400, Chris Ball wrote:
> [This was submitted to my (cjb's) be repo directly, via --repo.]

Speaking of which, the BE-server seems to be having problems:

  $ ./be --repo http://bugs.bugseverywhere.org/ list
  ...
  libbe.storage.http.InvalidURL: The server couldn't fulfill the request.
  URL: http://bugs.bugseverywhere.org/version?revision=None
  Error code: 503

> diff --git a/libbe/bug.py b/libbe/bug.py
> index 6d3d836..122c81a 100644
> --- a/libbe/bug.py
> +++ b/libbe/bug.py
> @@ -395,6 +395,10 @@ class Bug (settings_object.SavedSettingsObject):
>                  if child.tag == 'uuid':
>                      uuid = text
>                      continue # don't set the bug's uuid tag.
> +                    elif child.tag == 'created':
> +                    self.time = utility.str_to_time(text)
> +                    self.explicit_attrs.append('time')
> +                    continue
>                  elif child.tag == 'extra-string':
>                      estrs.append(text)
>                      continue # don't set the bug's extra_string yet.

Looks good.  Applied to my branch.

-- 
This email may be signed or encrypted with GPG (http://www.gnupg.org).
The GPG signature (if present) will be attached as 'signature.asc'.
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

My public key is at http://www.physics.drexel.edu/~wking/pubkey.txt

Attachment: pgpTlf3EIgSUW.pgp
Description: PGP signature

_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel

Reply via email to