Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (41158842272e06f7732374cf68165df5ef27f3d4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (41158842272e06f7732374cf68165df5ef27f3d4)
  • Date: Wed, 4 Mar 2009 05:10:43 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

utils/phoronix-test-suite/DETAILS | 8
+++++++-
utils/phoronix-test-suite/HISTORY | 4 ++++
utils/phoronix-test-suite/PREPARE | 2 ++
utils/phoronix-test-suite/phoronix-test-suite-1.8.0a2.tar.gz.sig |binary
4 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 41158842272e06f7732374cf68165df5ef27f3d4
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

phoronix-test-suite: added optional 1.8.0 dev version (now includes a
gui)

diff --git a/utils/phoronix-test-suite/DETAILS
b/utils/phoronix-test-suite/DETAILS
index a428f42..a4a0fb5 100755
--- a/utils/phoronix-test-suite/DETAILS
+++ b/utils/phoronix-test-suite/DETAILS
@@ -1,8 +1,14 @@
SPELL=phoronix-test-suite
+if [[ $PHORONIX_DEV == y ]]; then
+ VERSION=1.8.0a2
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_URL[0]=http://www.phoronix-test-suite.com/releases/development/$SOURCE
+else
VERSION=1.6.0
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=http://www.phoronix-test-suite.com/releases/$SOURCE
+fi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
LICENSE[0]=GPLv3
WEB_SITE=http://www.phoronix-test-suite.com/
diff --git a/utils/phoronix-test-suite/HISTORY
b/utils/phoronix-test-suite/HISTORY
index 809fb3d..d0968bb 100644
--- a/utils/phoronix-test-suite/HISTORY
+++ b/utils/phoronix-test-suite/HISTORY
@@ -1,3 +1,7 @@
+2009-03-04 Arjan Bouter <abouter AT sourcemage.org>
+ * PREPARE: added for optional development version
+ * DETAILS: added 1.8.0 dev version
+
2009-01-22 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 1.6.0

diff --git a/utils/phoronix-test-suite/PREPARE
b/utils/phoronix-test-suite/PREPARE
new file mode 100755
index 0000000..dc887ac
--- /dev/null
+++ b/utils/phoronix-test-suite/PREPARE
@@ -0,0 +1,2 @@
+message "The development version (1.8) now includes a gui." &&
+config_query PHORONIX_DEV "Do you want the development version?" n
diff --git a/utils/phoronix-test-suite/phoronix-test-suite-1.8.0a2.tar.gz.sig
b/utils/phoronix-test-suite/phoronix-test-suite-1.8.0a2.tar.gz.sig
new file mode 100644
index 0000000..882d6f6
Binary files /dev/null and
b/utils/phoronix-test-suite/phoronix-test-suite-1.8.0a2.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (41158842272e06f7732374cf68165df5ef27f3d4), Arjan Bouter, 03/04/2009

Archive powered by MHonArc 2.6.24.

Top of Page