From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Guix "days old" variable Date: Tue, 05 Jun 2018 15:49:10 -0400 Message-ID: <87po152evd.fsf@netris.org> References: <87tvqh2e3d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQHyR-0005kt-9c for help-guix@gnu.org; Tue, 05 Jun 2018 15:50:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQHyO-0002QW-BA for help-guix@gnu.org; Tue, 05 Jun 2018 15:50:31 -0400 Received: from world.peace.net ([64.112.178.59]:37158) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fQHyO-0002QB-5m for help-guix@gnu.org; Tue, 05 Jun 2018 15:50:28 -0400 In-Reply-To: <87tvqh2e3d.fsf@gmail.com> (Jone's message of "Tue, 05 Jun 2018 20:05:58 +0000") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Jone Cc: help-guix@gnu.org Jone writes: > Hello. I check updates: > > guix refresh emacs > gnu/packages/emacs.scm:116:13: emacs would be upgraded from 25.3 to 26.1 > > and would like to install only this one update: > > guix package -u emacs > guix package: warning: Your Guix installation is 16 days old > ... > > Can I change threshold for this ("NN days old")? What is this variable? You can set the GUIX_DISTRO_AGE_WARNING environment variable to a string like "9d" for 9 days. The suffix can also be "w" or "m" for weeks or months. Mark