From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e039O-0002sj-OP for guix-patches@gnu.org; Thu, 05 Oct 2017 06:13:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e039K-0007ih-Nm for guix-patches@gnu.org; Thu, 05 Oct 2017 06:13:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41086) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e039K-0007iV-KR for guix-patches@gnu.org; Thu, 05 Oct 2017 06:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e039K-0000xc-EO for guix-patches@gnu.org; Thu, 05 Oct 2017 06:13:02 -0400 Subject: bug#28706: [PATCH 3/3] guix system: Error out when passed a wrong file system UUID/label. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171004195145.4743-1-ludo@gnu.org> <20171004195145.4743-3-ludo@gnu.org> <20171005081218.1bc3d9b7@scratchpost.org> Date: Thu, 05 Oct 2017 12:12:14 +0200 In-Reply-To: <20171005081218.1bc3d9b7@scratchpost.org> (Danny Milosavljevic's message of "Thu, 5 Oct 2017 08:12:18 +0200") Message-ID: <87bmll9a4h.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 28706-done@debbugs.gnu.org Danny Milosavljevic skribis: > LGTM! Thanks for checking. Pushed as 9d80d0e95c9eab042ddd8250ad9a231ed0c458dc. Note that the change breaks the ABI, so =E2=80=9Cmake clean-g= o=E2=80=9D is needed! Ludo=E2=80=99.