From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25852: Users not updating their installations of Guix Date: Wed, 10 May 2017 22:16:42 +0200 Message-ID: <878tm4sc0l.fsf@gnu.org> References: <20170223211156.GA24382@jasmine> <877f429kju.fsf@gnu.org> <87wpc1k0e5.fsf@netris.org> <87efy9gyr5.fsf@gnu.org> <87k27wporb.fsf@netris.org> <877f1oua8u.fsf@gnu.org> <86vap8yf36.fsf@gmail.com> 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]:36688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8Y2h-0007ez-7T for bug-guix@gnu.org; Wed, 10 May 2017 16:17:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8Y2g-0002I4-Jq for bug-guix@gnu.org; Wed, 10 May 2017 16:17:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34508) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8Y2g-0002Hq-Gg for bug-guix@gnu.org; Wed, 10 May 2017 16:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8Y2g-0004tU-9x for bug-guix@gnu.org; Wed, 10 May 2017 16:17:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <86vap8yf36.fsf@gmail.com> (myglc2@gmail.com's message of "Wed, 10 May 2017 10:13:49 -0400") 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" To: myglc2 Cc: 25852-done@debbugs.gnu.org myglc2 skribis: > How about extending this ...=20 > >> + (warning (G_ "Your Guix installation is getting old. Consider >> +running 'guix pull' followed by '~a' to get up-to-date >> +packages and security updates.\n") > > ... to inform the user how old the installation is? Good idea. I did that and pushed as 7fd952e05203d975fcb6cdabd2f742ade1b31b66. Thanks for your feedback! Ludo=E2=80=99.