From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Becze Subject: how to test service changes Date: Wed, 22 Jan 2020 01:44:57 -0500 Message-ID: <12477967-77db-c910-c1fd-c99cb0a4410c@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35697) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iu9lA-00021h-9Z for guix-devel@gnu.org; Wed, 22 Jan 2020 01:45:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iu9l9-0002V1-7s for guix-devel@gnu.org; Wed, 22 Jan 2020 01:45:04 -0500 Received: from mx1.riseup.net ([198.252.153.129]:55906) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iu9l9-0002Su-0y for guix-devel@gnu.org; Wed, 22 Jan 2020 01:45:03 -0500 Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 482bW06rfCzFcqT for ; Tue, 21 Jan 2020 22:45:00 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id 482bW03YVtz8tgt for ; Tue, 21 Jan 2020 22:45:00 -0800 (PST) Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Guix-devel Hi Guix, I was in the processes of updating geoclue but I ran into a problem. I don't know how to test the updated package on my system. geoclue is installed by (geoclue-service) in my config.scm. How would I go about making `guix system reconfigure ./config.scm` use my updated package? Or is there another way to replace the current geoclue with the newer one? Thanks! -Martin