From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: To-do lists Date: Wed, 23 Jan 2013 16:38:55 +0100 Message-ID: <87r4lbykmo.fsf@gnu.org> References: <874nifuuad.fsf@karetnikov.org> <201301181118.29250.andreas@enge.fr> <87obgm7i4v.fsf_-_@gnu.org> <201301181416.26983.andreas@enge.fr> <87a9s6idsj.fsf@karetnikov.org> <87mww642go.fsf@gnu.org> <87vcaowyz4.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty2Pl-0000PY-Bb for bug-guix@gnu.org; Wed, 23 Jan 2013 10:39:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ty2Pi-0003Oi-6N for bug-guix@gnu.org; Wed, 23 Jan 2013 10:39:01 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:58124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty2Ph-0003OR-Vx for bug-guix@gnu.org; Wed, 23 Jan 2013 10:38:58 -0500 In-Reply-To: <87vcaowyz4.fsf@karetnikov.org> (Nikita Karetnikov's message of "Tue, 22 Jan 2013 19:01:24 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: >> Could be, though it=E2=80=99s really inconvenient (heavyweight, browser-= only). > > There are some bug trackers that support email [1]. Have you ever tried > them? Yes, http://bugs.gnu.org is a Debbugs instance, used by Guile, among others. It=E2=80=99s convenient for bug reports, but cannot be used as a task list,= AFAICS. There are things like Trac or RedMine that we could run on hydra.gnu.org, but that=E2=80=99s more heavyweight and webish than I would = like. Another option would be to have a simple Org-mode file in a repo hosted on hydra.gnu.org (say), but that means that everyone would need to have an SSH account on that machine (unless we can use a single SSH account for everyone who needs to access the repo?). Suggestions welcome! Ludo=E2=80=99.