Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (837abf759b2c02de9b58fba74773d1e994b400d8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (837abf759b2c02de9b58fba74773d1e994b400d8)
  • Date: Wed, 26 Feb 2014 15:26:17 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/iotop/DEPENDS | 2 +-
utils/iotop/DETAILS | 9 ++++++---
utils/iotop/HISTORY | 9 +++++++++
utils/iotop/INSTALL | 2 +-
utils/iotop/PREPARE | 9 +++++++++
utils/iotop/iotop.gpg |binary
6 files changed, 26 insertions(+), 5 deletions(-)

New commits:
commit 837abf759b2c02de9b58fba74773d1e994b400d8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

iotop: => 0.6

diff --git a/utils/iotop/DEPENDS b/utils/iotop/DEPENDS
index 6e84a0e..e4ea57a 100755
--- a/utils/iotop/DEPENDS
+++ b/utils/iotop/DEPENDS
@@ -1 +1 @@
-depends python
+depends PYTHON
diff --git a/utils/iotop/DETAILS b/utils/iotop/DETAILS
index 9c861f8..132840f 100755
--- a/utils/iotop/DETAILS
+++ b/utils/iotop/DETAILS
@@ -1,13 +1,16 @@
SPELL=iotop
- VERSION=0.5
+ VERSION=0.6
SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://guichaz.free.fr/${SPELL}/files/${SOURCE}
-
SOURCE_HASH=sha512:4da79acaadb9687aed625eb3299770c7096adce0ff102342e71b5beb2809a5ba573bf51126c67cb466092e6e80a6874d19015cdaa05e440baa4c4bfa0f323dc7
+ SOURCE2_URL[0]=${SOURCE_URL}.asc
+ SOURCE_GPG=iotop.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://guichaz.free.fr/iotop/";
LICENSE[0]=GPL
ENTERED=20100805
- SHORT="a Python program with a top like UI used to show of behalf
of which process is the I/O going on"
+ SHORT="top-like utility for I/O"
cat << EOF
Linux has always been able to show how much I/O was going on (the bi and bo
columns of the vmstat 1 command).
diff --git a/utils/iotop/HISTORY b/utils/iotop/HISTORY
index 4836cb5..da808e0 100644
--- a/utils/iotop/HISTORY
+++ b/utils/iotop/HISTORY
@@ -1,3 +1,12 @@
+2014-02-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.6; switched to upstream pgp check;
updated
+ short description
+ * DEPENDS: switched to PYTHON
+ * INSTALL: switched to default_install_python
+ * PREPARE: added, to check kernel configuration
+ * iotop.gpg: added, imported 4D23A27E public key (Guillaume Chazarain
+ <guichaz AT gmail.com>)
+
2013-02-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.5

diff --git a/utils/iotop/INSTALL b/utils/iotop/INSTALL
index 5024f4d..46c6fba 100755
--- a/utils/iotop/INSTALL
+++ b/utils/iotop/INSTALL
@@ -1 +1 @@
-./setup.py install
+default_install_python
diff --git a/utils/iotop/PREPARE b/utils/iotop/PREPARE
new file mode 100755
index 0000000..8a1325d
--- /dev/null
+++ b/utils/iotop/PREPARE
@@ -0,0 +1,9 @@
+. $GRIMOIRE/FUNCTIONS &&
+
+if [ -z "$(get_sorcery_kernel_config CONFIG_TASKSTATS)" ] || \
+ [ -z "$(get_sorcery_kernel_config CONFIG_TASK_DELAY_ACCT)" ] || \
+ [ -z "$(get_sorcery_kernel_config CONFIG_TASK_IO_ACCOUNTING)" ] || \
+ [ -z "$(get_sorcery_kernel_config CONFIG_VM_EVENT_COUNTERS)" ]; then
+ message "${PROBLEM_COLOR}$SPELL requires CONFIG_TASKSTATS,
CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and
CONFIG_VM_EVENT_COUNTERS kernel options on.${DEFAULT_COLOR}" &&
+ return 1
+fi
diff --git a/utils/iotop/iotop.gpg b/utils/iotop/iotop.gpg
new file mode 100644
index 0000000..8e7b458
Binary files /dev/null and b/utils/iotop/iotop.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (837abf759b2c02de9b58fba74773d1e994b400d8), Vlad Glagolev, 02/26/2014

Archive powered by MHonArc 2.6.24.

Top of Page