From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 01/02: services: cups: Rename =?utf-8?Q?=E2=80=98retry-this-j?= =?utf-8?Q?ob=E2=80=99?= to =?utf-8?Q?=E2=80=98retry-current-job=E2=80=99?= =?utf-8?Q?=2E?= Date: Sat, 31 Aug 2019 21:10:17 +0200 Message-ID: <87r251b17q.fsf@gnu.org> References: <20190831012509.23965.2195@vcs0.savannah.gnu.org> <20190831012511.10FCC2047A@vcs0.savannah.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]:54099) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i48lQ-0003jx-Ey for guix-devel@gnu.org; Sat, 31 Aug 2019 15:10:22 -0400 In-Reply-To: <20190831012511.10FCC2047A@vcs0.savannah.gnu.org> (guix-commits@gnu.org's message of "Fri, 30 Aug 2019 21:25:10 -0400 (EDT)") 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.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org, Tobias Geerinckx-Rice Hi there! guix-commits@gnu.org skribis: > commit 5a097cdd5446587511dbee049ad706366c74e5ad > Author: Tobias Geerinckx-Rice > Date: Sat Aug 31 03:23:16 2019 +0200 > > services: cups: Rename =E2=80=98retry-this-job=E2=80=99 to =E2=80=98r= etry-current-job=E2=80=99. >=20=20=20=20=20 > * gnu/services/cups.scm (error-policy, cups-configuration): Substitute > RETRY-CURRENT-JOB for the obsolete RETRY-THIS-JOB name of this policy. > * doc/guix.texi (Printing Services): Likewise. [...] > (define-enumerated-field-type error-policy > - (abort-job retry-job retry-this-job stop-printer)) > + (abort-job retry-job retry-current-job stop-printer)) I=E2=80=99m not sure how =E2=80=98define-enumerated-field-type=E2=80=99 wor= ks, but can we add a =E2=80=98define-deprecated=E2=80=99 for =E2=80=98retry-this-job=E2=80=99 or= similar? Thanks, Ludo=E2=80=99.