Bugs Everywhere

What is Bugs Everywhere?

Bugs Everywhere is a “distributed bugtracker”, designed to complement distributed revision control systems. By using distributed revision control as a backend for bug state, we gain several convenient features:

Download

Bugs Everywhere is written in Python and available via Git.

  % git clone git://gitorious.org/be/be

You can also browse the code online.

There is also a Debian package , but it may lag behind our git repository.

Documentation

Generated documentation is available here.

Current features

Planned features

Submitting bug reports/feature requests

To report a bug, you’re welcome to either e-mail details to the mailing list, or do the following in your branch of the BE repository:

 % be --repo http://bugs.bugseverywhere.org/ new "The demuxulizer is broken"           
 Created bug with ID bea/abc
 % be --repo http://bugs.bugseverywhere.org/ comment bea/abc
 <Describe bug>
 % be --repo http://bugs.bugseverywhere.org/ commit "Reported bug in demuxulizer" 

You may also send merge requests, or ask for write access to the repository.

Mailing list

There is a mailing list for developer discussion (and bug submission) at “be-devel(ATSIGN)bugseverywhere.org”. To sign up for it, see its listinfo page.

History

Bugs Everywhere was conceived and written by developers at Panoramic Feedback, primarily. Panoramic Feedback is no longer developing BE, and the current maintainer is Chris Ball.