projects / phoronix-test-suite.git / commitdiff
Build Results
 
Summary

Description: Phoronix Test Suite open-source benchmarking development
Last Change: Tue 5/21/13 15:49

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Tue 5/21/13 15:49
Michael Larabel  
Phoronix Test Suite... 
Fri 5/17/13 22:52
Michael Larabel  
phodevi: Report CPU... 
Wed 5/15/13 21:50
Michael Larabel  
Phoronix Test Suite... 
Wed 5/15/13 21:39
Michael Larabel  
pts-core: DragonFlyBSD... 
Wed 5/15/13 15:47
Michael Larabel  
pts-core: Updates from... 
Wed 5/15/13 15:43
Michael Larabel  
 
 
> --git a/CHANGE-LOG b/CHANGE-LOG
index b8e5e15
..2f162b8 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -8,+8,@@ Phoronix Test Suite (Git)
 - 
pts-coreInvalid command improvements
 
pts-coreVarious alterations
 
phodeviSupport to attempt to detect the file-system underneath ecryptfs
+- pts-coreDebian control script update

 Phoronix Test Suite 4.0 Milestone 2
 29 April 2012
diff 
--git a/documentation/stubs/99_development_credits.html b/documentation/stubs/99_development_credits.html
index 939f533
..447c458 100644
--- a/documentation/stubs/99_development_credits.html
+++ b/documentation/stubs/99_development_credits.html
@@ -11,+11,@@
 <
li>Andrew Schofield</li>
 <
li>Apaige</li>
 <
li>Ben Kero</li>
+<
li>Bryan Quigley</li>
 <
li>Chris Campbell</li>
 <
li>Daniel D&iacute;az</li>
 <
li>Daniel Stodden Citrix</li>
diff --git a/pts-core/static/scripts/build-package-deb.php b/pts-core/static/scripts/build-package-deb.php
index 653cd15
..6b9b17e 100644
--- a/pts-core/static/scripts/build-package-deb.php
+++ b/pts-core/static/scripts/build-package-deb.php
@@ -3,+3,@@
 
/*
     Phoronix Test Suite
     URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
-    Copyright (C) 2008 - 2011, Phoronix Media
-    Copyright (C) 2008 - 2011, Michael Larabel
+    Copyright (C) 2008 - 2012, Phoronix Media
+    Copyright (C) 2008 - 2012, Michael Larabel

     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -54,7 +54,8 @@ $control_file .= "Architecture: all\n";
 $control_file .= "Depends: php5-cli, php5-gd\n";
 $control_file .= "Recommends: build-essential\n";
 $control_file .= "Maintainer: Phoronix Media <trondheim-pts@phoronix-test-suite.com>\n";
-$control_file .= "Description: " . @str_replace("\n", " ", file_get_contents("pts-core/static/short-description.txt")) . "\n";
+$control_file .= "Description: An Automated, Open-Source Testing Framework\n " . @str_replace("\n", " ", file_get_contents('pts-core/static/short-description.txt')) . "\n";
+$control_file .= "Homepage: http://www.phoronix-test-suite.com/ \n";
 file_put_contents("/tmp/pts-deb-builder/DEBIAN/control", $control_file);

 shell_exec("dpkg --build /tmp/pts-deb-builder ../phoronix-test-suite_" . $pts_version 
 
Phoronix.com
Linux Driver Forums
Copyright © 2013 by Phoronix Media