guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 01/02: services: cups: Rename ‘retry-this-job’ to ‘retry-current-job


From: Ludovic Courtès
Subject: Re: 01/02: services: cups: Rename ‘retry-this-job’ to ‘retry-current-job’.
Date: Sat, 31 Aug 2019 21:10:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hi there!

address@hidden skribis:

> commit 5a097cdd5446587511dbee049ad706366c74e5ad
> Author: Tobias Geerinckx-Rice <address@hidden>
> Date:   Sat Aug 31 03:23:16 2019 +0200
>
>     services: cups: Rename ‘retry-this-job’ to ‘retry-current-job’.
>     
>     * 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’m not sure how ‘define-enumerated-field-type’ works, but can we add a
‘define-deprecated’ for ‘retry-this-job’ or similar?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]