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

Description: Phoronix Test Suite open-source benchmarking development
Last Change: Fri 5/17/13 22:52

Recent Commits
Time
Signed-Off By
Description
Commit Diff
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  
 
Sat 5/11/13 13:55
Michael Larabel  
pts-core: Fix for... 
 
> --git a/CHANGE-LOG b/CHANGE-LOG
index 5d73d14
..0e1de00 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -4,+4,@@ Phoronix Test Suite (Git)

 - 
pts-coreInitial implementation of the PTS4 Local Results Viewer
 
pts-coreInitial command of ob-test-profile-analyze
+- pts-coreFix for installing Ubuntu external dependencies in a headless mode
 
pts-coreDisable webui since it won't be ready until PTS 4.2
 - phodevi: Additional fall-back support when GPU driver doesn'
t expose all standard mode-setting modes
 
timed_screenshotOverhaul of the timed screenshot PTS module
diff 
--git a/pts-core/external-test-dependencies/scripts/install-ubuntu-packages.sh b/pts-core/external-test-dependencies/scripts/install-ubuntu-packages.sh
index 1c596ea
..fec6fb8 100755
--- a/pts-core/external-test-dependencies/scripts/install-ubuntu-packages.sh
+++ b/pts-core/external-test-dependencies/scripts/install-ubuntu-packages.sh
@@ -1,14 +1,16 @@
 
#!/bin/sh
-if [ `whoami` != "root" ]; then
-    if [ -/usr/bin/gksudo ] && [ ! -"$DISPLAY]; then
+if [ `whoami` != "root" ] && [ ! -"$DISPLAY]; then
+    if [ -/usr/bin/gksudo ]; then
         ROOT
="/usr/bin/gksudo"
-    elif [ -/usr/bin/kdesudo ] && [ ! -"$DISPLAY]; then
+    elif [ -/usr/bin/kdesudo ]; then
         ROOT
="/usr/bin/kdesudo"
     
elif [ -/usr/bin/sudo ]; then
         ROOT
="/usr/bin/sudo"
     
fi
+elif [ -"$DISPLAY]; then
+    sudo -- apt-get ---ignore-missing install $*
 else
-    
su -"apt-get -y install $*"
+    su -"apt-get -y --ignore-missing install $*"
     
exit
 
fi

diff 
--git a/pts-core/results-viewer/phoronix-test-suite.css b/pts-core/results-viewer/phoronix-test-suite.css
index d91b3eb
..b0a0115 100644
--- a/pts-core/results-viewer/phoronix-test-suite.css
+++ b/pts-core/results-viewer/phoronix-test-suite.css
@@ -21,+21,@@ div#pts_container
     
min-width940px;
     
background#FFF;
     
width88%;
-    
margin20px auto 30px;
+    
margin30px auto;
     
overflowhidden;
     
border1px solid #D7D7D7;
     
box-shadow1px 1px 4px #000;
@@ -41,11 +41,14 @@ a#pts_top_logo
     
displayblock;
     
width160px;
     
height83px;
-    
backgroundtransparent url(pts-logo-light.png);
+    
backgroundtransparent url(pts-logo-top.png);
+    
opacity0.48;
+    
filteralpha(opacity=48);
 }
 
a#pts_top_logo:hover
 
{
-    
backgroundtransparent url(pts-logo.png);
+    
opacity1.0;
+    
filteralpha(opacity=100);
 }
 
h1
 
{
@@ -
157,+160,@@ div#pts_banner_nav
     
background#266c29 url(horizontal-nav-bg.png) repeat-x;
     
bordersolid #949494 1px;
     
text-aligncenter;
+    
text-shadow#000 0.1em 0.1em 0.2em;
     
color#FFF;
     
font-weightbold;
     
font-size14px;
@@ -
203,+207,24 @@ div#pts_footer p
     
margin1px;
     
text-indent20px;
 }
+
div#pts_footer_logo
+{
+    
floatright;
+    
width96px;
+    
height50px;
+    
margin0 5px 10px;
+}
+
div#pts_footer_logo a
+{
+    
displayblock;
+    
width100%;
+    
height100%;
+    
backgroundtransparent url(pts-logo-bottom.png);
+    
opacity0.48;
+    
filteralpha(opacity=48);
+}
+
div#pts_footer_logo a:hover
+{
+    
opacity1.0;
+    
filteralpha(opacity=100);
+}
diff --git a/pts-core/results-viewer/pts-logo-light.png b/pts-core/results-viewer/pts-logo-light.png
deleted file mode 100644
index dd61acb
..0000000
Binary files a
/pts-core/results-viewer/pts-logo-light.png and /dev/null differ
diff 
--git a/pts-core/results-viewer/pts-logo.png b/pts-core/results-viewer/pts-logo.png
deleted file mode 100644
index e5c1879
..0000000
Binary files a
/pts-core/results-viewer/pts-logo.png and /dev/null differ
diff 
--git a/pts-core/results-viewer/pts-results-viewer.xsl b/pts-core/results-viewer/pts-results-viewer.xsl
index 199cf74
..83215cd 100644
--- a/pts-core/results-viewer/pts-results-viewer.xsl
+++ b/pts-core/results-viewer/pts-results-viewer.xsl
@@ -58,+58,@@ along with this program. If notsee <http://www.gnu.org/licenses/>.
         
</div>

         <
div id="pts_footer">
+            <
div id="pts_footer_logo"><a href="http://www.phoronix-test-suite.com/"></a></div>
             <
p>Copyright &#xA9; 2008 - 2012 by <a href="http://www.phoronix-media.com/">Phoronix Media</a>.</p>
             
<p>All trademarks used are properties of their respective ownersAll rights reserved.</p>
         </
div>
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2013 by Phoronix Media