From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: bug#40682: frozen installer in WiFi section -guix 1.1.0 Date: Mon, 20 Apr 2020 19:20:15 +0200 Message-ID: <871roirs4w.fsf@gmail.com> References: <873691bzu1.fsf@gnu.org> <87o8ro4biw.fsf@gnu.org> <878sirpzld.fsf@gmail.com> <878sir159v.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:470:142:3::10]:59384 helo=eggs1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQa6Q-000281-KB for bug-guix@gnu.org; Mon, 20 Apr 2020 13:21:02 -0400 Received: from Debian-exim by eggs1p.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQa6Q-0003Gf-6Q for bug-guix@gnu.org; Mon, 20 Apr 2020 13:21:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36816) by eggs1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQa6P-0003Ga-Rc for bug-guix@gnu.org; Mon, 20 Apr 2020 13:21:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQa6P-0007KZ-Kp for bug-guix@gnu.org; Mon, 20 Apr 2020 13:21:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878sir159v.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 20 Apr 2020 00:26:20 +0200") 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-mx.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 40682@debbugs.gnu.org Hey, > I=E2=80=99ve now pushed it as two proper service types: =E2=80=98hostapd-= service-type=E2=80=99 > and =E2=80=98simulated-wifi-service-type=E2=80=99, the latter using parts= of the former. > > Note that currently the installer tests bypass connectivity checks > altogether, but perhaps we can still check what comes before, namely > network selection? Yes, maybe we can skip only the connectivity check but still try to connect to some network. I will have a look later this week. Almost unrelated topic, it would be nice to provide an interface where users can grab a nightly/periodic build of the installer and test the latest fixes. We are already have "usb-image" and "iso9660-image" jobs in Cuirass. So it could be a link allowing to download the latest successful build or so. Thanks, Mathieu