SummaryRefsLogTreeCommitDiffStats
path: root/build-aux/guix.scm
Commit message (Collapse)AuthorAgeFilesLines
* Lose hope of running against guile 2.2 or earlier.Dale Mellor2022-07-071-1/+1
| | | | | | | | | | We have previously allowed versions 2.0 and 2.2 to get past the configure stage, but all versions of guile before 3.0 have in fact failed to compile the code due to syntax errors for some time now. * build-aux/guix.scm: package depends on guile@3 * configure.ac: only look for guile version 3 * src/mcron/base.scm: drop allowance for old-fashioned (version 2.0) select
* updating for next releasev1.2.1atsb2021-08-051-1/+1
|
* prepare version 1.2.0atsb2020-04-221-1/+1
|
* project: banish need for C compilerDale Mellor2020-04-201-4/+4
| | | | | | | | | | 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.
* preparing 1.1.4v1.1.4atsb2020-04-121-1/+1
|
* prepared files for 1.1.3v1.1.3atsb2019-11-171-1/+1
|
* build: Update guix.scmEfraim Flashner2019-04-071-8/+5
| | | | | | | | | * 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>
* final push for 1.1.2v1.1.2Adam Bilbrough2018-11-261-9/+1
|
* build: Add '--with-sendmail' configure option宋文武2018-10-071-2/+2
| | | | | | | | | | | | 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.
* build: Add "build-aux/guix.scm".Mathieu Lirzin2016-12-281-0/+66
* build-aux/guix.scm: New file. * Makefile.am (EXTRA_DIST): Add it.