all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* mcron or mcron2?
@ 2017-11-23  3:24 Caleb Herbert
  2017-11-23 15:01 ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Caleb Herbert @ 2017-11-23  3:24 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 1825 bytes --]

I searched for mcron and got two versions that look identical but with
different deps.  Which one should I get?  I'm confused.

        $ guix package -s mcron
        name: mcron2
        version: 1.0.8-0.31baff1
        outputs: out
        systems: x86_64-linux i686-linux armhf-linux aarch64-linux
        mips64el-linux
        dependencies: autoconf-2.69 automake-1.15 ed-1.14.2 guile-2.0.14
        help2man-1.47.4 pkg-config-0.29.2 texinfo-6.3 which-2.21
        location: gnu/packages/guile.scm:596:4
        homepage: https://www.gnu.org/software/mcron/
        license: GPL 3+
        synopsis: Run jobs at scheduled times  
        description: GNU Mcron is a complete replacement for Vixie cron.
        It is used to run tasks on a schedule, such as every hour or
        every Monday.  Mcron is written in Guile, so its
        + configuration can be written in Scheme; the original cron
        format is also supported.
        relevance: 4
        
        name: mcron
        version: 1.0.8
        outputs: out
        systems: x86_64-linux i686-linux armhf-linux aarch64-linux
        mips64el-linux
        dependencies: ed-1.14.2 guile-2.0.14 pkg-config-0.29.2
        which-2.21
        location: gnu/packages/guile.scm:570:2
        homepage: https://www.gnu.org/software/mcron/
        license: GPL 3+
        synopsis: Run jobs at scheduled times  
        description: GNU Mcron is a complete replacement for Vixie cron.
        It is used to run tasks on a schedule, such as every hour or
        every Monday.  Mcron is written in Guile, so its
        + configuration can be written in Scheme; the original cron
        format is also supported.
        relevance: 4
        

-- 
Caleb Herbert
OpenPGP public key: http://bluehome.net/csh/pubkey



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mcron or mcron2?
  2017-11-23  3:24 mcron or mcron2? Caleb Herbert
@ 2017-11-23 15:01 ` Leo Famulari
  2017-11-23 17:02   ` Caleb Herbert
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2017-11-23 15:01 UTC (permalink / raw)
  To: Caleb Herbert; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

On Wed, Nov 22, 2017 at 09:24:38PM -0600, Caleb Herbert wrote:
> I searched for mcron and got two versions that look identical but with
> different deps.  Which one should I get?  I'm confused.
> 
>         $ guix package -s mcron
>         name: mcron2
>         version: 1.0.8-0.31baff1

[...]

>         name: mcron
>         version: 1.0.8
>         outputs: out

The GuixSD mcron service uses mcron2, so I think that is probably the
best one :)

HTH

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mcron or mcron2?
  2017-11-23 15:01 ` Leo Famulari
@ 2017-11-23 17:02   ` Caleb Herbert
  2017-11-24  0:52     ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Caleb Herbert @ 2017-11-23 17:02 UTC (permalink / raw)
  To: Leo Famulari; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

On Thu, 2017-11-23 at 10:01 -0500, Leo Famulari wrote:
> The GuixSD mcron service uses mcron2, so I think that is probably the
> best one :)

Which is more likely to work on a foreign distro?  (Trisquel.)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mcron or mcron2?
  2017-11-23 17:02   ` Caleb Herbert
@ 2017-11-24  0:52     ` Leo Famulari
  2017-11-24 13:58       ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2017-11-24  0:52 UTC (permalink / raw)
  To: Caleb Herbert; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 516 bytes --]

On Thu, Nov 23, 2017 at 11:02:48AM -0600, Caleb Herbert wrote:
> On Thu, 2017-11-23 at 10:01 -0500, Leo Famulari wrote:
> > The GuixSD mcron service uses mcron2, so I think that is probably the
> > best one :)
> 
> Which is more likely to work on a foreign distro?  (Trisquel.)

I'm not sure, because I haven't tried using it in that context.

You could take a look at which version is provided by Trisquel (assuming
they offer mcron), and use that one, since it is probably the best
tested on Trisquel.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mcron or mcron2?
  2017-11-24  0:52     ` Leo Famulari
@ 2017-11-24 13:58       ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2017-11-24 13:58 UTC (permalink / raw)
  To: Leo Famulari; +Cc: Caleb Herbert, help-guix

Leo Famulari <leo@famulari.name> skribis:

> On Thu, Nov 23, 2017 at 11:02:48AM -0600, Caleb Herbert wrote:
>> On Thu, 2017-11-23 at 10:01 -0500, Leo Famulari wrote:
>> > The GuixSD mcron service uses mcron2, so I think that is probably the
>> > best one :)
>> 
>> Which is more likely to work on a foreign distro?  (Trisquel.)
>
> I'm not sure, because I haven't tried using it in that context.

Both should work, but mcron2 has various improvements over mcron that
for a time were not merged in mcron proper (might have changed.)

Ludo’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-24 13:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-23  3:24 mcron or mcron2? Caleb Herbert
2017-11-23 15:01 ` Leo Famulari
2017-11-23 17:02   ` Caleb Herbert
2017-11-24  0:52     ` Leo Famulari
2017-11-24 13:58       ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.