Commit graph

9 commits

Author SHA1 Message Date
atsb
97cdae129d updating for next release 2021-08-05 10:24:44 +02:00
atsb
42fae5880e prepare version 1.2.0 2020-04-22 20:45:35 +02:00
Dale Mellor
1eedf3b6d2 project: banish need for C compiler
This patch gets rid of the thin veneer that we currently have around the three
executables.  This was done for historical reasons (circa 2003 Guile couldnʼt
deal with process signals and forks).  In fact these problems were fixed many
moons ago, and there is now no need for it.  The project becomes 100% Guile!

Many files are affected; interested coders should use the GIT repository to
understand the details of all the changes.
2020-04-20 17:03:25 +00:00
atsb
bd37306294 preparing 1.1.4 2020-04-12 14:54:24 +02:00
atsb
a373317d96 prepared files for 1.1.3 2019-11-17 12:08:19 +01:00
Efraim Flashner
7d4af7781f
build: Update guix.scm
* build-aux/guix.scm: Inherit from mcron.
<arguments>: Remove extra 'bootstrap phase.
<inputs>: Build with guile@2.2.
<native-inputs>: Add tzdata for tests.

Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
2019-04-07 23:17:27 +02:00
Adam Bilbrough
d4b48ee300 final push for 1.1.2 2018-11-26 19:08:16 +01:00
宋文武
7228d3048a
build: Add '--with-sendmail' configure option
This allows users to configure the Mail Transfert Agent (MTA) of their
choice.

* configure.ac: Add '--with-sendmail' option.
(SENDMAIL): Default to 'sendmail -t'.
* NEWS: Announce it.
* src/mcron/redirect.scm (with-mail-out): Assume the MTA is reading the
message for recipients.
* build-aux/guix.scm: Remove 'which' from the native-inputs.
2018-10-07 12:22:53 +02:00
Mathieu Lirzin
aaf1b08404
build: Add "build-aux/guix.scm".
* build-aux/guix.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
2016-12-28 23:55:20 +01:00