From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#22740: Freshness check blocks upgrading Date: Sat, 20 Feb 2016 01:25:05 -0500 Message-ID: <20160220062505.GA14544@jasmine> References: <20160219171209.GA530@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aX0zV-00016z-Tv for bug-guix@gnu.org; Sat, 20 Feb 2016 01:26:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aX0zS-0000xL-Mo for bug-guix@gnu.org; Sat, 20 Feb 2016 01:26:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aX0zS-0000xH-Jg for bug-guix@gnu.org; Sat, 20 Feb 2016 01:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aX0zS-0007QZ-Aj for bug-guix@gnu.org; Sat, 20 Feb 2016 01:26:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20160219171209.GA530@solar> 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: Andreas Enge Cc: 22740@debbugs.gnu.org On Fri, Feb 19, 2016 at 06:12:09PM +0100, Andreas Enge wrote: > Hello, > > when upgrading packages, there is a check for new GNU releases. > In the presence of network problems preventing to reach the corresponding > servers, the command "guix package -u" hangs indefinitely. > > It would be nice to add a (short) time-out to the procedure looking > for updates, or better yet, to add a command line flag to turn it off: > Even when the servers are reachable, checking for new versions takes > a considerable amount of time that can be saved in many circumstances. > > Personally, I would not even mind turning this feature off completely; > I think we update packages sufficiently often and the message is rather > distracting. It does seem out of place while upgrading. It could be considered extraneous to the features of `guix refresh`. > > Andreas > > > >