Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (a10e8e9927b9e0d54934d141b3b58d3c7208dc99)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (a10e8e9927b9e0d54934d141b3b58d3c7208dc99)
  • Date: Thu, 3 Jul 2008 10:49:53 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

utils/mcron/DETAILS | 11 ++++++-----
utils/mcron/HISTORY | 4 ++++
2 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit a10e8e9927b9e0d54934d141b3b58d3c7208dc99
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

utils/mcron: updated to 1.0.4

diff --git a/utils/mcron/DETAILS b/utils/mcron/DETAILS
index 459563a..6055188 100755
--- a/utils/mcron/DETAILS
+++ b/utils/mcron/DETAILS
@@ -2,7 +2,7 @@
GUILE_VERSION=$(installed_version guile)
if [[ "${GUILE_VERSION:0:3}" == "1.8" ]]
then
- VERSION=1.0.3
+ VERSION=1.0.4
else
VERSION=1.0.2
fi
@@ -11,7 +11,7 @@ fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://ftp.gnu.org/pub/gnu/mcron/$SOURCE
SOURCE2_URL[0]=http://ftp.gnu.org/pub/gnu/mcron/$SOURCE2
- SOURCE_GPG=gnu-verified.gpg:$SOURCE2
+ SOURCE_GPG=gnu-verified.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://www.gnu.org/software/mcron/
ENTERED=20040515
@@ -19,7 +19,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="utils"
SHORT="Vixie cron replacement"
cat << EOF
-Mcron is a 100% Vixie cron replacement written in pure Guile. As well as
accepting traditional
-crontabs, it also accepts configuration files written in Scheme for infinite
flexibility in
-specifying when jobs should run (it could take the system load into account,
for example).
+Mcron is a 100% Vixie cron replacement written in pure Guile. As well as
+accepting traditional crontabs, it also accepts configuration files written
+in Scheme for infinite flexibility in specifying when jobs should run (it
+could take the system load into account, for example).
EOF
diff --git a/utils/mcron/HISTORY b/utils/mcron/HISTORY
index f48aca1..470e6fa 100644
--- a/utils/mcron/HISTORY
+++ b/utils/mcron/HISTORY
@@ -1,3 +1,7 @@
+2008-07-03 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS: updated GUILE_VERSION=1.8.x to 1.0.4, fixed long
description
+ wrap, marked SOURCE_GPG as UPSTREAM_KEY
+
2007-03-03 Jeremy Blosser <jblosser-smgl AT firinn.org>
* FINAL: Replace bad TRACK_ROOT usage (automated).




  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (a10e8e9927b9e0d54934d141b3b58d3c7208dc99), Alexander Tsamutali, 07/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page