posts:bugs: Mention when my SCons dir-lookup fix landed
[blog.git] / posts / Email_interface_to_bugs_everywhere.mdwn
index cd25ad3392fecf1c51cbb07a8c766c9e1207cf04..4de9a8c0700b2bcd61a0b31c4e35fb2c90ac5104 100644 (file)
@@ -1,10 +1,10 @@
 [[!meta  title="Email interface to bugs everywhere"]]
 [[!meta  date="2009-07-18 21:25:18"]]
+
 I've been amusing myself over the past few days working up an email
-interface for the distributed ugtracker [Bugs
-Everywhere](http://bugseverywhere.org).  One of the things we've been
-struggling with with BE is how end users should submit
-bugs/comments/etc, since
+interface for the distributed ugtracker [[Bugs Everywhere|BE]].  One
+of the things we've been struggling with with BE is how end users
+should submit bugs/comments/etc, since
 
     $ apt-get install bzr
     $ bzr branch http://whatever/remote/repo local_repo
@@ -31,12 +31,16 @@ with other devs, so I don't have to bother with that ;).
 
 Curious parties can branch my public repo:
 
-    $ bzr branch http://www.physics.drexel.edu/~wking/code/bzr/be-email be.email
+    $ git clone http://www.physics.drexel.edu/~wking/code/bzr/be-email be.email
+
+As a nice side effect of this little project, my [[send_pgp_mime] is
+now much more elegant.
 
-As a nice side effect of this little project, my
-[`send_pgp_mime`](/~wking/code/python/send_pgp_mime) is now much more
-elegant.
+Update: the [[BE]] project is now versioned in [[Git]].  The Bazaar
+repository is no longer supported.
 
-[[!tag  linux]]
-[[!tag  programming]]
-[[!tag  fun]]
+[[!tag tags/code]]
+[[!tag tags/fun]]
+[[!tag tags/linux]]
+[[!tag tags/programming]]
+[[!tag tags/python]]