Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (1381793d21cb664e2b722e016a704374b7c1b71a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <vin.public AT gmail.com>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (1381793d21cb664e2b722e016a704374b7c1b71a)
  • Date: Fri, 13 Jan 2017 10:35:57 -0500

No LICENSE field.

On Fri, Jan 13, 2017 at 02:57:04PM +0000, Thomas Orgis wrote:
GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
utils/timelimit/BUILD | 2 ++
utils/timelimit/DETAILS | 16 ++++++++++++++++
utils/timelimit/HISTORY | 2 ++
4 files changed, 23 insertions(+)

New commits:
commit 1381793d21cb664e2b722e016a704374b7c1b71a
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

timelimit: new spell

diff --git a/ChangeLog b/ChangeLog
index edc0130..098fb03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-01-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * utils/timelimit: limit process execution time
+
2017-01-13 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* net/isc.gpg: add 5CF02E57

diff --git a/utils/timelimit/BUILD b/utils/timelimit/BUILD
new file mode 100755
index 0000000..f3f6fa4
--- /dev/null
+++ b/utils/timelimit/BUILD
@@ -0,0 +1,2 @@
+export PREFIX="$INSTALL_ROOT/usr" &&
+make
diff --git a/utils/timelimit/DETAILS b/utils/timelimit/DETAILS
new file mode 100755
index 0000000..1fcc085
--- /dev/null
+++ b/utils/timelimit/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=timelimit
+ VERSION=1.8.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:5c35fcc95e2a20229687ff1150e0fd6895d681e18ffddd58ea3c63b059d6419d4f3761ef9060a7fc272b14bd66aea09b483131a5f027e108458321f3313c3829
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=https://devel.ringlet.net/files/sys/$SPELL/$SOURCE
+ WEB_SITE=http://devel.ringlet.net/sysutils/timelimit/
+ ENTERED=20020214
+ KEYWORDS="utils"
+ SHORT="limit absolute execution time of a process"
+cat << EOF
+timelimit executes a command and terminates the spawned process
+after a given time with a given signal. A “warning” signal is
+sent first, then, after a timeout, a “kill” signal, similar to
+the way init(8) operates on shutdown.
+EOF
diff --git a/utils/timelimit/HISTORY b/utils/timelimit/HISTORY
new file mode 100644
index 0000000..8d9f45d
--- /dev/null
+++ b/utils/timelimit/HISTORY
@@ -0,0 +1,2 @@
+2017-01-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, BUILD: spell created
_______________________________________________
SM-Commit mailing list
SM-Commit AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/sm-commit

--
Sincerely,
Pavel Vinogradov

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page