From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Access remote logs Date: Thu, 10 Sep 2015 23:55:55 +0200 Message-ID: <878u8e7xck.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]:57703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za9p4-0001Bk-7d for guix-devel@gnu.org; Thu, 10 Sep 2015 17:56:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za9p0-0003hB-7q for guix-devel@gnu.org; Thu, 10 Sep 2015 17:56:02 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za9p0-0003gw-4I for guix-devel@gnu.org; Thu, 10 Sep 2015 17:55:58 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:42332 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1Za9oz-0006DK-Im for guix-devel@gnu.org; Thu, 10 Sep 2015 17:55:57 -0400 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: guix-devel =E2=80=98guix build --log-file=E2=80=99 can now return URLs of remote build= logs: $ ./pre-inst-env guix build --log-file gdb -s mips64el-linux=20 http://hydra.gnu.org/log/qzcw62lnvijv1qmdn66mjdk06y9ffh4p-gdb-7.10 (Works best in Emacs shell-mode where you can C-x C-f on the URL to open it in a browser.) Enjoy! Ludo=E2=80=99.