Hi X2Go-Devs,
Stefan Baur suggested using roundup (Debian package) as an X2Go
bug/issue tracker. From what I read here...
http://roundup.sourceforge.net/
... the project looks quite promising. I will take a look at it within
the next days/weeks.
Comments? Feedback?
Mike
--
DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
On Fri, Aug 3, 2012 at 10:36 AM, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> wrote:
Hi X2Go-Devs,
Stefan Baur suggested using roundup (Debian package) as an X2Go bug/issue tracker. From what I read here... http://roundup.sourceforge.net/
... the project looks quite promising. I will take a look at it within the next days/weeks.
Comments? Feedback?
FFmpeg used to use roundup. If found it to be nothing but extremely annoying to use.
-- regards, Reinhard
Hi Reinhard,
On Fr 03 Aug 2012 10:51:10 CEST Reinhard Tartler wrote:
On Fri, Aug 3, 2012 at 10:36 AM, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> wrote:
Hi X2Go-Devs,
Stefan Baur suggested using roundup (Debian package) as an X2Go bug/issue tracker. From what I read here... http://roundup.sourceforge.net/
... the project looks quite promising. I will take a look at it within the next days/weeks.
Comments? Feedback?
FFmpeg used to use roundup. If found it to be nothing but extremely annoying to use.
My personal favourite would be something like Debian BTS (debbugs).
What would be your favourite (apart from Launchpad ;-) )?
Mike
--
DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
On Fri, Aug 3, 2012 at 10:56 AM, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> wrote:
My personal favourite would be something like Debian BTS (debbugs).
What would be your favourite (apart from Launchpad ;-) )?
Libav has now switched to bugzilla, which is at least commonly used.
Private debbugs instances do not seem out of the world, e.g. emacs is using debbugs as well.
-- regards, Reinhard
On Friday 2012-08-03 11:04, Reinhard Tartler wrote:
On Fri, Aug 3, 2012 at 10:56 AM, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> wrote:
My personal favourite would be something like Debian BTS (debbugs).
What would be your favourite (apart from Launchpad ;-) )?
Libav has now switched to bugzilla, which is at least commonly used.
BTS is nice because it has an email interface, which, for bugzilla, is some kind of extra plugin last time I checked.
Anyone using Redmine (http://www.redmine.org/)? I've had a look at it some time ago but didn't deep dive into it.
It's a project management application, including an issue tracker, wiki, forum and SCM integration.
Cheers, Daniel
On 12-08-03 13:19, Daniel Lindgren <bd.dali@gmail.com> wrote:
Anyone using Redmine (http://www.redmine.org/)? I've had a look at it some time ago but didn't deep dive into it.
Yes, i've been using it frequently, its quite nice and does most of the things you need.
It's a project management application, including an issue tracker, wiki, forum and SCM integration.
There is almost everything one would need for a project, although its possible to switch off the components that are not needed on a per-project basis.
Redmine is really useful, if you use the whole package, because of features like unified login and cross-links between bugtracker, wiki, SCM. You can for example commit a fix including 'fixes #15, #19' in the commit-message which automatically closes bugs 15 and 19 and provides a link from the closed bug-entry to the commit-id.
But if you don't use the integrated package its not that useful, the bugtracker on its own is not as fancy and featureful as e.g. Bugzilla.
Ciao,
Alexander Wuerstlein.