From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Reproducible builds: a means to an end Date: Sat, 21 Nov 2015 11:41:33 +0100 Message-ID: <871tbjd482.fsf@gnu.org> References: <87bnb0egb1.fsf@gnu.org> <87wpti3qba.fsf@gnu.org> <87y4dwqozp.fsf@gnu.org> <87egfnnp8o.fsf@gnu.org> <878u5u9djk.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a05bw-0006EK-RG for guix-devel@gnu.org; Sat, 21 Nov 2015 05:41:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a05br-0001GR-SA for guix-devel@gnu.org; Sat, 21 Nov 2015 05:41:40 -0500 In-Reply-To: (Alex Vong's message of "Fri, 20 Nov 2015 14:22:48 +0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Vong Cc: guix-devel Alex Vong skribis: > On 20/11/2015, Ludovic Court=C3=A8s wrote: >> Alex Vong skribis: >> >>> Beside the technical side, I think it is also a conceptual problem. If >>> we were to add the `determinism` tag globally, then all of the GNU >>> projects using will be able to use this new tag. >>> I am conservative towards this, and would rather make the >>> `determinism` tag be the usertag of `guix-devel@gnu.org`. >> >> If it=E2=80=99s a user tag of guix-devel@gnu.org, does that mean that it= would >> automatically show up on bugs.gnu.org/guix, even when not explicitly >> specifying a user? Would M-x debbugs show it too? :-) >> > For the web interface, I think no. You will need to pass the > `users=3Dfoo` parameter to let it show up.. Otherwise, the website > interface could become very messy, if everyone adds him/her favourite > tag. > > For emacs-debbugs, I think yes! When you type `M-x > debbugs-gnu-usertags`, you get a list of usertags used by the user > with name "emacs", so apparently emacs is using usertags! To list > usertag for a specific user (take "alexvong1995@gmail.com" as an > example), the debbugs info page suggests to evaluate the elisp > function `(debbugs-gnu-usertags "alexvong1995@gmail.com")` and it > works. So, what about adding this user tag for user =E2=80=9Cguix,=E2=80=9D and th= en recommending using this user? I tried C-u M-x debbugs-gnu and passing it the =E2=80=9Ctagged=E2=80=9D sev= erity, as suggested in debbugs.el, and then the =E2=80=9Cdeterminism=E2=80=9D user ta= g, but that fails as of debbugs 0.7: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (error "Unknown key: :status") signal(error ("Unknown key: :status")) error("Unknown key: %s" :status) debbugs-get-usertag(:tag "determinism" :status "forwarded" :status "open"= :user "guix" :severity "normal" :severity "important" :severity "serious") apply(debbugs-get-usertag (:tag "determinism" :status "forwarded" :status= "open" :user "guix" :severity "normal" :severity "important" :severity "se= rious")) debbugs-gnu-get-bugs(((tag . "determinism") (status . "forwarded") (statu= s . "open") (package . "guix") (severity . "tagged") (severity . "normal") = (severity . "important") (severity . "serious"))) debbugs-gnu(("serious" "important" "normal" "tagged") ("guix") nil t ("de= terminism")) call-interactively(debbugs-gnu record nil) command-execute(debbugs-gnu record) execute-extended-command((4) "debbugs-gnu") call-interactively(execute-extended-command nil nil) command-execute(execute-extended-command) --8<---------------cut here---------------end--------------->8--- Am I missing something? Ludo=E2=80=99.